/* Swiss minimalist store UI */

.section-head--swiss {
  max-width: 520px;
  margin-bottom: 2.75rem;
}

.section-head--swiss h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 0.65rem;
}

.section-head--swiss .section-label {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  margin-bottom: 0.85rem;
}

.section-head--swiss .section-lead {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
  max-width: 38ch;
}

.section--collections { padding-top: 3.5rem; }
.section--featured { padding: 3rem 0; border-top: 1px solid var(--line); }

/* Featured — Swiss carousel */
.featured-swiss-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--brown);
}

.section-head--inline {
  margin-bottom: 0;
  max-width: none;
}

.section-head--inline .section-lead {
  margin-top: 0.5rem;
}

.featured-carousel-nav {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.featured-carousel-count {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  margin-right: 0.35rem;
}

.featured-nav-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--brown);
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.featured-nav-btn:hover {
  background: var(--brown);
  border-color: var(--brown);
  color: var(--cream);
}

.featured-carousel-viewport {
  overflow: hidden;
  margin: 0 calc(-1 * var(--gutter));
  padding: 0 var(--gutter);
}

.featured-carousel-track {
  display: flex;
  gap: 1px;
  will-change: transform;
}

.featured-card {
  flex: 0 0 calc(33.333% - 0.67px);
  min-width: 260px;
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.featured-card-media {
  display: block;
  aspect-ratio: 1;
  background: var(--cream);
  padding: 2rem 1.75rem;
  overflow: hidden;
}

.featured-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.5s var(--ease);
}

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

.featured-card-body {
  padding: 1.1rem 1.25rem 1.25rem;
  border-top: 1px solid var(--line);
}

.featured-card-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.featured-card-row h3 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
  color: var(--brown);
}

.featured-card-row h3:hover {
  color: var(--gold-deep);
}

.featured-card-row a {
  text-decoration: none;
  color: inherit;
}

.featured-card-price {
  font-size: 0.78rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--brown);
  white-space: nowrap;
}

.featured-card-sub {
  font-size: 0.72rem;
  color: var(--muted);
  margin: 0.35rem 0 0;
  line-height: 1.4;
}

/* Ritual / packaging band — compact Swiss */
.ritual-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 2.75rem 0;
  background: var(--white);
}

.ritual-band-inner {
  display: grid;
  grid-template-columns: min(220px, 28%) 1fr;
  gap: 2.5rem 3rem;
  align-items: center;
  max-width: 880px;
}

.ritual-figure {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--cream);
  overflow: hidden;
}

.ritual-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 240px;
  object-fit: cover;
  object-position: center;
}

.ritual-figure--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  min-height: 200px;
}

.ritual-figure--logo img {
  width: auto;
  max-width: 100%;
  max-height: 140px;
  aspect-ratio: auto;
  object-fit: contain;
}

.ritual-copy .section-label {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 0.75rem;
}

.ritual-title {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.65rem;
  color: var(--brown);
}

.ritual-title span {
  font-style: italic;
  color: var(--gold-deep);
}

.ritual-ar {
  font-size: 0.82rem;
  color: var(--gold);
  direction: rtl;
  text-align: left;
  margin: 0 0 0.75rem;
  letter-spacing: 0.03em;
}

.ritual-desc {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 1rem;
  max-width: 42ch;
}

.ritual-link {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--brown);
  border-bottom: 1px solid var(--brown);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.ritual-link:hover {
  color: var(--gold-deep);
  border-color: var(--gold-deep);
}

/* Collection list — Swiss editorial */
.collections-swiss {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--brown);
}

.collection-row-swiss {
  display: grid;
  grid-template-columns: 3rem 1fr auto auto;
  align-items: center;
  gap: 1.5rem 2rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 0.25s ease, padding-left 0.25s ease;
}

.collection-row-swiss:hover {
  background: rgba(249, 245, 241, 0.6);
  padding-left: 0.5rem;
}

.collection-row-num {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.collection-row-label {
  display: block;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 0.2rem;
}

.collection-row-desc {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.45;
}

.collection-row-meta {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.collection-row-arrow {
  font-size: 1rem;
  color: var(--gold);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.collection-row-swiss:hover .collection-row-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Featured grid */
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.featured-grid .product-card--swiss {
  background: var(--white);
  border: none;
}

.featured-grid .product-card--swiss:hover {
  transform: none;
  box-shadow: none;
  background: var(--cream);
}

/* Product scent tags */
.product-scent-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}

.scent-tag {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.22rem 0.5rem;
  border: 1px solid var(--line);
  color: var(--brown-soft);
  background: transparent;
}

.scent-tag--daily-wear { border-color: rgba(197, 157, 95, 0.45); color: var(--gold-deep); }
.scent-tag--gym { border-color: rgba(90, 138, 111, 0.4); color: #4a7359; }
.scent-tag--party { border-color: rgba(60, 42, 33, 0.35); color: var(--brown); }
.scent-tag--occasions { border-color: rgba(166, 124, 61, 0.45); color: #8a6530; }
.scent-tag--oud { border-color: rgba(60, 42, 33, 0.5); color: var(--brown); }
.scent-tag--floral { border-color: rgba(184, 122, 154, 0.45); color: #9a5f7d; }
.scent-tag--oriental { border-color: rgba(166, 124, 61, 0.4); color: #8a6530; }

/* Swiss product card */
.product-card--swiss {
  border: 1px solid var(--line);
  transition: background 0.25s ease;
}

.product-card--swiss:hover {
  border-color: var(--line);
  transform: none;
  box-shadow: none;
}

.product-card--swiss::after { display: none; }

.product-card--swiss figure {
  aspect-ratio: 1;
  padding: 1.75rem;
  background: var(--cream);
}

.product-card--swiss img {
  max-height: 200px !important;
}

.product-card--swiss h3 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-card--swiss .product-subtitle {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0.15rem 0 0;
}

.product-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.product-card-meta .product-price {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.btn-add-minimal {
  width: 28px;
  height: 28px;
  border: 1px solid var(--brown);
  background: transparent;
  color: var(--brown);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-add-minimal:hover {
  background: var(--brown);
  color: var(--cream);
  border-color: var(--brown);
}

/* Interactive bottle gallery */
.hero-bottle-stage .bottle-cap {
  top: 6%;
}

.hero-bottle-wrap .bottle-hint {
  margin-top: 0.5rem;
  color: var(--muted);
}

.bottle-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: 1320px;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}

.bottle-card {
  background: var(--white);
  display: flex;
  flex-direction: column;
}

.bottle-card-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem 1rem;
  background: var(--cream);
}

/* Bottle stage — image + cap overlay */
.bottle-stage {
  position: relative;
  width: 100%;
  max-width: 240px;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bottle-img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  max-height: 260px;
  object-fit: contain;
  object-position: bottom center;
  filter: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.bottle-stage.is-open .bottle-img,
.bottle-card.is-open .bottle-img {
  opacity: 0.2;
  transform: scale(0.95);
}

/* Cap sits on top of bottle */
.bottle-cap {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  padding: 8px;
  z-index: 5;
  transition: transform 0.35s var(--ease);
}

.bottle-cap-top {
  display: block;
  width: 44px;
  height: 16px;
  border: 1.5px solid var(--gold);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  box-shadow: 0 2px 8px rgba(60, 42, 33, 0.12);
  transition: transform 0.35s var(--ease), border-color 0.25s ease;
}

.bottle-cap-stem {
  display: block;
  width: 3px;
  height: 12px;
  background: var(--gold);
  border-radius: 1px;
  transition: height 0.35s var(--ease);
}

.bottle-cap:hover .bottle-cap-top {
  border-color: var(--brown);
  transform: scale(1.05);
}

.bottle-stage.is-open .bottle-cap,
.bottle-card.is-open .bottle-cap {
  transform: translateX(-50%) translateY(-8px);
}

.bottle-stage.is-open .bottle-cap-top,
.bottle-card.is-open .bottle-cap-top {
  transform: rotate(-15deg);
  border-color: var(--brown);
}

.bottle-stage.is-open .bottle-cap-stem,
.bottle-card.is-open .bottle-cap-stem {
  height: 6px;
}

.bottle-notes {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 4;
  pointer-events: none;
}

.bottle-stage.is-open .bottle-notes,
.bottle-card.is-open .bottle-notes {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.note-tag {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.55rem 0.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  text-align: left;
}

.note-tag-label {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.note-tag-value {
  font-size: 0.72rem;
  color: var(--brown-soft);
  line-height: 1.4;
}

.note-tag--0 { border-left: 2px solid var(--gold); }
.note-tag--1 { border-left: 2px solid var(--brown); }
.note-tag--2 { border-left: 2px solid var(--gold-deep); }

.bottle-hint {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  transition: opacity 0.25s ease;
}

.bottle-card.is-open .bottle-hint {
  opacity: 0.6;
}

.bottle-card-info {
  padding: 1rem 1.15rem 1.15rem;
  border-top: 1px solid var(--line);
  text-align: center;
}

.bottle-card-info h4 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.2rem;
}

.bottle-card-info h4 a {
  color: inherit;
  text-decoration: none;
}

.bottle-card-info h4 a:hover {
  color: var(--gold-deep);
}

.bottle-card-info p {
  font-size: 0.72rem;
  color: var(--muted);
  margin: 0;
}

/* Legacy collection cards — hidden path, keep minimal */
.collections-hub { display: none; }

/* Shop page hero */
.shop-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid var(--line);
}

.shop-hero-image {
  border: 1px solid var(--brown);
  overflow: hidden;
  max-height: 360px;
}

.shop-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.shop-hero-content h1 {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  line-height: 1.05;
}

.shop-hero-content .shop-tagline {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.75rem;
}

.shop-hero-content p {
  color: var(--muted);
  max-width: 42ch;
  margin: 0 0 1.25rem;
  line-height: 1.6;
}

.shop-count {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Lifestyle pills on collection */
.lifestyle-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2rem;
}

.lifestyle-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border: none;
  border-bottom: 1px solid transparent;
  background: transparent;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.lifestyle-pill:hover,
.lifestyle-pill.active {
  color: var(--brown);
  border-bottom-color: var(--gold);
  background: transparent;
}

/* Search overlay */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(60, 42, 33, 0.6);
  backdrop-filter: blur(4px);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 6rem 1.5rem 2rem;
}

.search-overlay.open { display: flex; }

.search-panel {
  width: min(560px, 100%);
  background: var(--white);
  border: 1px solid var(--brown);
  box-shadow: 0 24px 64px rgba(60, 42, 33, 0.2);
}

.search-input-wrap {
  display: flex;
  border-bottom: 1px solid var(--line);
}

.search-input-wrap input {
  flex: 1;
  border: none;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  background: transparent;
  color: var(--brown);
}

.search-input-wrap input:focus { outline: none; }

.search-input-wrap button {
  border: none;
  background: none;
  padding: 0 1.25rem;
  cursor: pointer;
  color: var(--muted);
  font-size: 1.1rem;
}

.search-results {
  max-height: 360px;
  overflow-y: auto;
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}

.search-result-item:hover { background: var(--cream); }

.search-result-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border: 1px solid var(--line);
}

.search-result-item h4 {
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 0.15rem;
  letter-spacing: 0.06em;
}

.search-result-item span {
  font-size: 0.72rem;
  color: var(--muted);
}

.search-empty {
  padding: 2rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
}

.product-lifestyle-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.lifestyle-badge {
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.2rem 0.45rem;
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--cream);
}

/* Quiz / Find your scent */
.quiz-page { padding: 3rem 0 4rem; max-width: 640px; margin: 0 auto; }

.quiz-progress {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 2rem;
}

.quiz-progress-step {
  flex: 1;
  height: 3px;
  background: var(--line);
  transition: background 0.3s;
}

.quiz-progress-step.done,
.quiz-progress-step.active { background: var(--gold); }

.quiz-step { display: none; }
.quiz-step.active { display: block; }

.quiz-step h2 {
  font-family: var(--font-display, var(--font));
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.quiz-step > p {
  color: var(--muted);
  margin: 0 0 1.5rem;
  font-size: 0.88rem;
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.quiz-option {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--brown);
  background: var(--white);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--brown);
  transition: background 0.2s, border-color 0.2s;
  width: 100%;
}

.quiz-option:hover { border-color: var(--gold); background: var(--cream); }

.quiz-option.selected {
  border-color: var(--gold);
  background: rgba(197, 157, 95, 0.12);
}

.quiz-option-emoji { font-size: 1.25rem; }

.quiz-result {
  text-align: center;
  padding: 2rem 0;
}

.quiz-result img {
  width: min(220px, 60vw);
  margin: 0 auto 1.5rem;
  border: 1px solid var(--line);
}

.quiz-result h3 {
  font-family: var(--font-display, var(--font));
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
}

/* Trust / conversion strip */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  max-width: 1320px;
  margin: 0 auto;
}

.trust-item {
  padding: 1.25rem 1rem;
  text-align: center;
  border-right: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brown-soft);
}

.trust-item:last-child { border-right: none; }

.trust-item strong {
  display: block;
  font-size: 0.85rem;
  color: var(--brown);
  margin-bottom: 0.2rem;
  letter-spacing: 0.06em;
}

/* Social proof */
.reviews-strip {
  padding: 4rem var(--gutter);
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.reviews-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.review-quote {
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--line);
}

.review-quote p {
  font-size: 0.85rem;
  color: var(--brown-soft);
  margin: 0 0 0.75rem;
  line-height: 1.55;
  font-style: italic;
}

.review-quote cite {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
}

/* CTA banner */
.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem var(--gutter);
  max-width: 1320px;
  margin: 0 auto 4rem;
  background: var(--brown);
  color: var(--cream);
  border: 1px solid var(--brown);
}

.cta-banner h2 {
  font-family: var(--font-display, var(--font));
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}

.cta-banner p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(249, 245, 241, 0.7);
}

/* Shipping progress (cart) */
.shipping-progress {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.shipping-progress-bar {
  height: 4px;
  background: var(--line);
  margin: 0.5rem 0;
  overflow: hidden;
}

.shipping-progress-fill {
  height: 100%;
  background: var(--gold);
  transition: width 0.4s var(--ease);
}

.shipping-progress p {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0;
}

/* About / Contact pages */
.page-content {
  padding: 3rem 0 4rem;
  max-width: 720px;
}

.page-content h1 {
  font-family: var(--font-display, var(--font));
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.page-content .lead {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 2rem;
}

.page-content h2 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 2rem 0 0.75rem;
}

.page-content p {
  color: var(--brown-soft);
  line-height: 1.65;
  margin: 0 0 1rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.contact-card {
  padding: 1.5rem;
  border: 1px solid var(--brown);
  background: var(--white);
}

.contact-card h3 {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.5rem;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.contact-form label span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border: 1px solid var(--line);
  background: var(--cream);
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
}

/* Nav shop dropdown hint */
.nav-links .nav-shop-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
}

@media (max-width: 960px) {
  .bottle-gallery { grid-template-columns: repeat(2, 1fr); }
  .featured-swiss-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .featured-card { flex: 0 0 calc(50% - 0.5px); min-width: 220px; }
  .ritual-band-inner {
    grid-template-columns: 1fr;
    max-width: 480px;
    gap: 1.5rem;
  }
  .ritual-figure--logo { min-height: 160px; padding: 1.5rem; }
  .ritual-figure--logo img { max-height: 100px; }
  .collection-row-swiss {
    grid-template-columns: 2.5rem 1fr auto;
    gap: 1rem;
  }
  .collection-row-arrow { display: none; }
  .shop-hero { grid-template-columns: 1fr; }
  .shop-hero-image { order: -1; max-height: 240px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(3) { border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); border-right: none; }
  .reviews-strip-grid { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; text-align: center; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .bottle-gallery { grid-template-columns: 1fr; }
  .bottle-stage { min-height: 260px; max-width: 280px; }
  .bottle-img { max-height: 240px; }
  .featured-card { flex: 0 0 78%; min-width: 0; }
  .collection-row-swiss {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 1.1rem 0;
  }
  .collection-row-num { display: none; }
  .collection-row-meta { justify-self: start; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item { border-right: none !important; border-bottom: 1px solid var(--line); }
}
