/* =========================================================
   Rangeelaa 2026 Redesign
   Editorial storefront. Warm, considered, handmade.
   Built by Somizu.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,400&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --ivory: #F5EFE3;
  --bone: #EFE7D6;
  --parchment: #FBF7EF;
  --ink: #1C1A17;
  --ink-soft: #3F3A33;
  --clay: #B1532C;
  --clay-deep: #8A3D1E;
  --teal: #1E4E4A;
  --teal-deep: #153632;
  --brass: #B89862;
  --brass-deep: #8A7145;
  --sage: #7D8B6F;
  --stone: #A8A09A;
  --line: rgba(28, 26, 23, 0.12);
  --line-soft: rgba(28, 26, 23, 0.06);

  --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;

  --container: 1320px;
  --container-wide: 1480px;
  --gutter: clamp(1.25rem, 4vw, 2.75rem);
  --radius: 2px;
  --shadow: 0 30px 80px -20px rgba(28, 26, 23, 0.25);
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }

*::selection { background: var(--clay); color: var(--parchment); }

html, body {
  margin: 0;
  padding: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, video { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; transition: opacity .3s var(--ease); }
a:hover { opacity: .65; }

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  border: none;
  background: transparent;
  color: inherit;
}

input:focus, textarea:focus, select:focus, button:focus { outline: none; }

/* ----------- Typography ----------- */

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass-deep);
  display: inline-block;
  margin-bottom: 1.25rem;
}

.display {
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.75rem, 7vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-optical-sizing: auto;
  margin: 0 0 1.25rem;
}

.display--italic { font-style: italic; font-weight: 300; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 .75rem;
}

h1 { font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1.03; }
h2 { font-size: clamp(1.75rem, 3.5vw, 3rem); line-height: 1.08; }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.15; }
h4 { font-size: 1.15rem; line-height: 1.3; }

p { margin: 0 0 1em; }
p.lede {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  line-height: 1.45;
  color: var(--ink-soft);
}

.muted { color: var(--ink-soft); }
.tiny { font-size: .8rem; letter-spacing: 0.04em; }

/* ----------- Layout ----------- */

.container {
  width: 100%;
  max-width: var(--container);
  padding: 0 var(--gutter);
  margin: 0 auto;
}

.container--wide { max-width: var(--container-wide); }

section {
  padding: clamp(4rem, 10vw, 9rem) 0;
  position: relative;
}

.section-tight { padding: clamp(2rem, 5vw, 4rem) 0; }

/* ----------- Announcement bar ----------- */

.announce {
  background: var(--ink);
  color: var(--ivory);
  text-align: center;
  padding: 0.7rem var(--gutter);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  position: relative;
  z-index: 50;
}

.announce b { font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }

/* ----------- Header ----------- */

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 247, 239, 0.92);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid var(--line-soft);
}

.header-inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 1.1rem var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.nav-left, .nav-right {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-right { justify-content: flex-end; }

.logo {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
  display: inline-block;
}

.logo small {
  font-family: var(--sans);
  font-style: normal;
  display: block;
  font-size: 0.55rem;
  letter-spacing: 0.4em;
  font-weight: 500;
  color: var(--brass-deep);
  text-transform: uppercase;
  margin-top: 4px;
}

.cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cart-btn .count {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--clay);
  color: var(--parchment);
  font-size: 0.66rem;
  font-weight: 600;
}

.menu-btn { display: none; }

@media (max-width: 860px) {
  .header-inner { grid-template-columns: auto 1fr auto; gap: 1rem; }
  .nav-left { display: none; }
  .nav-right { gap: 1rem; }
  .nav-right > a:not(.cart-btn) { display: none; }
  .menu-btn { display: inline-flex; font-size: 1.5rem; }
  .logo { font-size: 1.4rem; justify-self: center; grid-column: 2; }
}

/* ----------- Mobile menu ----------- */

.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--parchment);
  z-index: 100;
  transform: translateX(100%);
  transition: transform .5s var(--ease);
  padding: 2rem var(--gutter);
  display: flex;
  flex-direction: column;
}

.mobile-menu.open { transform: translateX(0); }

.mobile-menu .close {
  align-self: flex-end;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 3rem;
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-menu nav a {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 300;
}

.mobile-menu .footer-links {
  margin-top: auto;
  font-size: 0.8rem;
  color: var(--ink-soft);
  display: flex;
  gap: 1.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ----------- Hero ----------- */

.hero {
  position: relative;
  min-height: 92vh;
  max-height: 920px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--teal-deep);
  color: var(--ivory);
  padding: 0;
}

.hero-video, .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(21, 54, 50, 0.15) 0%,
    rgba(21, 54, 50, 0.1) 50%,
    rgba(21, 54, 50, 0.82) 100%
  );
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) var(--gutter);
  width: 100%;
}

.hero .eyebrow { color: rgba(245, 239, 227, 0.75); }

.hero h1 {
  color: var(--ivory);
  font-size: clamp(2.75rem, 7vw, 6rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.025em;
  max-width: 14ch;
  margin-bottom: 1.75rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--ivory);
  font-weight: 300;
}

.hero p {
  max-width: 44ch;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: rgba(245, 239, 227, 0.9);
  margin-bottom: 2.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ----------- Buttons ----------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.75rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  border-radius: 999px;
  cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}

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

.btn--primary {
  background: var(--ink);
  color: var(--parchment);
  border-color: var(--ink);
}

.btn--primary:hover { background: var(--clay); border-color: var(--clay); }

.btn--light {
  background: var(--parchment);
  color: var(--ink);
  border-color: var(--parchment);
}

.btn--light:hover { background: var(--ivory); border-color: var(--ivory); }

.btn--ghost {
  background: transparent;
  color: var(--parchment);
  border-color: rgba(245, 239, 227, 0.6);
}

.btn--ghost:hover { background: var(--parchment); border-color: var(--parchment); color: var(--ink); }

/* Ghost button on light backgrounds */
.btn--ghost-ink {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--ghost-ink:hover { background: var(--ink); color: var(--parchment); border-color: var(--ink); }

.btn--clay { background: var(--clay); color: var(--parchment); border-color: var(--clay); }
.btn--clay:hover { background: var(--clay-deep); border-color: var(--clay-deep); }

.btn--block { width: 100%; justify-content: center; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}

.link-arrow:hover { opacity: 1; border-color: var(--clay); color: var(--clay); }

/* ----------- Promise strip ----------- */

.promise {
  background: var(--ivory);
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line-soft);
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--gutter);
  text-align: center;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}

.promise-grid div { display: flex; align-items: center; justify-content: center; gap: 0.65rem; }

.promise-grid svg { width: 18px; height: 18px; flex-shrink: 0; }

@media (max-width: 720px) {
  .promise-grid { grid-template-columns: 1fr 1fr; gap: 1rem 0.5rem; font-size: 0.65rem; }
}

/* ----------- Section headers ----------- */

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}

.section-head p { color: var(--ink-soft); }

.section-head--left { margin-left: 0; text-align: left; }

/* ----------- Editorial split ----------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.split--wide { grid-template-columns: 1.1fr 1fr; }
.split--reverse .split-media { order: 2; }

.split-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ivory);
  position: relative;
}

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

.split-copy > .eyebrow { margin-bottom: 1.5rem; }

@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split--reverse .split-media { order: 0; }
}

/* ----------- Product grid ----------- */

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 2.5vw, 2.75rem) clamp(1rem, 2vw, 1.75rem);
}

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

@media (max-width: 1024px) { .products { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .products { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; } }

.product {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .4s var(--ease);
}

.product:hover { transform: translateY(-3px); }
.product:hover .product-img img { transform: scale(1.04); }

.product-img {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--ivory);
  position: relative;
  margin-bottom: 1rem;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}

.product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  background: var(--parchment);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  z-index: 2;
}

.product-tag--clay { background: var(--clay); color: var(--parchment); }
.product-tag--dark { background: var(--ink); color: var(--parchment); }

.product-title {
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 4px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.product-cat {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 4px;
}

.product-price {
  font-size: 0.95rem;
  font-weight: 500;
}

.product-price s {
  color: var(--ink-soft);
  font-weight: 400;
  margin-right: 6px;
}

/* ----------- Category cards ----------- */

.categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.cat-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--bone);
  cursor: pointer;
}

.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}

.cat-card:hover img { transform: scale(1.05); }

.cat-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(28, 26, 23, 0.65) 100%);
}

.cat-card-label {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem 1.25rem;
  color: var(--parchment);
  z-index: 2;
}

.cat-card-label h3 {
  color: var(--parchment);
  font-size: 1.25rem;
  margin: 0 0 2px;
  font-weight: 400;
}

.cat-card-label span {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.8;
}

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

/* ----------- Story block ----------- */

.story {
  background: var(--ivory);
  position: relative;
}

.story::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--line-soft);
  transform: translateX(-50%);
  pointer-events: none;
}

.story .split { position: relative; z-index: 1; }

.story blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.3;
  color: var(--ink);
  margin: 0 0 2rem;
  border-left: 2px solid var(--clay);
  padding-left: 1.75rem;
}

.signature {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--clay);
  margin-top: 1rem;
  display: block;
}

/* ----------- Atelier ----------- */

.atelier {
  background: var(--teal-deep);
  color: var(--ivory);
}

.atelier h2, .atelier .display { color: var(--ivory); }
.atelier .muted { color: rgba(245, 239, 227, 0.75); }
.atelier .eyebrow { color: var(--brass); }

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

@media (max-width: 900px) { .artisans { grid-template-columns: repeat(2, 1fr); } }

.artisan {
  text-align: left;
}

.artisan-img {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--teal);
  margin-bottom: 1.25rem;
  width: 180px;
  position: relative;
}

.artisan-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(184, 152, 98, 0.2), transparent);
}

.artisan-img .placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 4.5rem;
  color: #f2d9b5;
  background: radial-gradient(circle at 30% 30%, #2a4f4b, #152925 85%);
  box-shadow: inset 0 0 0 2px rgba(242, 217, 181, 0.35);
}

.artisan h4 {
  color: var(--ivory);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 2px;
}

.artisan p { color: rgba(245, 239, 227, 0.75); font-size: 0.9rem; margin: 0; }

/* ----------- How it is made numbered steps ----------- */

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  counter-reset: step;
}

@media (max-width: 820px) { .steps { grid-template-columns: 1fr 1fr; gap: 2rem; } }

.step {
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
  counter-increment: step;
  position: relative;
}

.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.5rem;
  color: var(--clay);
  display: block;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.step h4 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.step p { font-size: 0.92rem; color: var(--ink-soft); margin: 0; }

/* Dark atelier overrides */
.atelier .step { border-top-color: rgba(245, 239, 227, 0.18); }
.atelier .step::before { color: #e6c9a5; }
.atelier .step h4 { color: var(--ivory); }
.atelier .step p { color: rgba(245, 239, 227, 0.82); }
.atelier .artisan h4 { color: var(--ivory); }
.atelier .artisan p { color: rgba(245, 239, 227, 0.75); }

/* ----------- Testimonials ----------- */

.reviews {
  background: var(--bone);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

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

.review {
  background: var(--parchment);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.stars {
  color: var(--clay);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
}

.review-text {
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.45;
  font-weight: 300;
  color: var(--ink);
  margin: 0;
  flex: 1;
}

.review-author {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  margin: 0;
}

.review-author b { color: var(--ink); font-weight: 600; }

/* ----------- Newsletter ----------- */

.newsletter {
  background: var(--clay);
  color: var(--parchment);
  text-align: center;
}

.newsletter h2, .newsletter .display { color: var(--parchment); }
.newsletter .eyebrow { color: rgba(251, 247, 239, 0.7); }

.newsletter-form {
  display: flex;
  max-width: 520px;
  margin: 2.5rem auto 0;
  background: var(--parchment);
  border-radius: 999px;
  padding: 6px;
  gap: 4px;
}

.newsletter-form input {
  flex: 1;
  padding: 0.9rem 1.5rem;
  color: var(--ink);
  font-size: 0.95rem;
}

.newsletter-form input::placeholder { color: var(--stone); }

.newsletter-form button {
  background: var(--ink);
  color: var(--parchment);
  padding: 0.9rem 1.75rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background .3s;
}

.newsletter-form button:hover { background: var(--teal-deep); }

.newsletter small {
  display: block;
  margin-top: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: rgba(251, 247, 239, 0.7);
}

/* ----------- Footer ----------- */

.footer {
  background: var(--ink);
  color: var(--stone);
  padding: 5rem 0 2rem;
  font-size: 0.88rem;
}

.footer-inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(245, 239, 227, 0.1);
}

@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }

.footer h4 {
  color: var(--parchment);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.footer a { display: block; margin-bottom: 0.6rem; color: var(--stone); }
.footer a:hover { color: var(--parchment); opacity: 1; }

.footer .logo { color: var(--parchment); margin-bottom: 1.25rem; }
.footer-brand p { max-width: 36ch; color: var(--stone); margin-bottom: 1.5rem; line-height: 1.55; }

.footer-bottom {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: var(--stone);
  flex-wrap: wrap;
  gap: 1rem;
}

.socials { display: flex; gap: 1.25rem; }
.socials a { margin: 0; }

/* ----------- Cart drawer ----------- */

.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(28, 26, 23, 0.5);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s var(--ease);
}

.cart-overlay.open { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: var(--parchment);
  z-index: 95;
  transform: translateX(100%);
  transition: transform .45s var(--ease);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

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

.cart-head {
  padding: 1.75rem var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.cart-head h3 { font-size: 1.35rem; margin: 0; font-style: italic; font-weight: 300; }
.cart-close { font-size: 1.4rem; line-height: 1; }

.cart-items { flex: 1; overflow-y: auto; padding: 0 var(--gutter); }

.cart-item {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line-soft);
}

.cart-item-img {
  width: 84px;
  height: 110px;
  object-fit: cover;
  background: var(--ivory);
}

.cart-item-title { font-family: var(--serif); font-size: 1rem; line-height: 1.25; margin: 0 0 4px; }
.cart-item-meta { font-size: 0.78rem; color: var(--ink-soft); margin: 0 0 8px; }

.qty-row { display: flex; align-items: center; gap: 12px; font-size: 0.85rem; }
.qty-row button {
  width: 26px;
  height: 26px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1rem;
  line-height: 1;
  color: var(--ink-soft);
}
.qty-row button:hover { border-color: var(--ink); color: var(--ink); opacity: 1; }

.cart-item-right { text-align: right; font-weight: 500; }
.cart-item-right .remove { font-size: 0.7rem; color: var(--ink-soft); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 6px; display: inline-block; cursor: pointer; }
.cart-item-right .remove:hover { color: var(--clay); opacity: 1; }

.cart-empty {
  flex: 1;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 3rem 1.5rem;
  color: var(--ink-soft);
}

.cart-empty h4 { font-size: 1.5rem; font-style: italic; font-weight: 300; color: var(--ink); margin-bottom: 0.5rem; }

.cart-foot {
  padding: 1.5rem var(--gutter);
  border-top: 1px solid var(--line);
  background: var(--ivory);
}

.cart-totals {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

.cart-totals--grand { font-size: 1.1rem; color: var(--ink); font-weight: 500; margin-bottom: 1.25rem; padding-top: 0.75rem; border-top: 1px solid var(--line-soft); }

.cart-note { font-size: 0.75rem; color: var(--ink-soft); text-align: center; margin-top: 0.75rem; line-height: 1.5; }

/* ----------- Page hero (inner pages) ----------- */

.page-hero {
  padding: clamp(3rem, 5.5vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  background: var(--ivory);
  text-align: center;
  border-bottom: 1px solid var(--line-soft);
}

.page-hero h1 { font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 300; font-style: italic; letter-spacing: -0.02em; line-height: 0.95; }
.page-hero p { max-width: 540px; margin: 1rem auto 0; color: var(--ink-soft); font-size: 1.05rem; }

/* ----------- Filter bar ----------- */

.filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0 3rem;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 4rem;
}

.filter {
  padding: 0.65rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: transparent;
  cursor: pointer;
  transition: all .3s;
}

.filter:hover { border-color: var(--ink); color: var(--ink); }
.filter.active { background: var(--ink); color: var(--parchment); border-color: var(--ink); }

/* ----------- Product modal ----------- */

.modal {
  position: fixed;
  inset: 0;
  background: rgba(28, 26, 23, 0.7);
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.modal.open { opacity: 1; pointer-events: auto; }

.modal-content {
  background: var(--parchment);
  width: 100%;
  max-width: 1100px;
  max-height: 90vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: var(--shadow);
  transform: scale(0.97);
  transition: transform .4s var(--ease);
}

.modal.open .modal-content { transform: scale(1); }

.modal-media {
  background: var(--ivory);
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

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

.modal-body { padding: clamp(2rem, 3.5vw, 3rem); }
.modal-close {
  position: absolute;
  top: 1rem; right: 1.25rem;
  font-size: 1.4rem;
  width: 38px; height: 38px;
  display: grid; place-items: center;
  background: var(--parchment); border-radius: 50%;
  z-index: 3;
}

.modal-body h2 {
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.modal-body .price { font-size: 1.35rem; margin-bottom: 1.5rem; }
.modal-body .price s { color: var(--ink-soft); margin-right: 10px; font-weight: 300; }

.modal-body .desc { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.6; margin-bottom: 1.75rem; }

.modal-details { margin-bottom: 1.75rem; }
.modal-details summary {
  list-style: none;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  display: flex; justify-content: space-between;
}
.modal-details summary::after { content: '+'; font-size: 1.2rem; font-weight: 300; }
.modal-details[open] summary::after { content: '−'; }
.modal-details p { font-size: 0.92rem; padding-bottom: 1rem; color: var(--ink-soft); line-height: 1.6; }
.modal-details:last-of-type { border-bottom: 1px solid var(--line); }

.size-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.size {
  padding: 0.6rem 1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 0.85rem;
  background: transparent;
  cursor: pointer;
  transition: all .2s;
}

.size:hover { border-color: var(--ink); }
.size.selected { border-color: var(--ink); background: var(--ink); color: var(--parchment); }

@media (max-width: 820px) {
  .modal-content { grid-template-columns: 1fr; max-height: 92vh; }
  .modal-body { padding: 1.75rem 1.25rem; }
}

/* ----------- Fade/scroll animations ----------- */

.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ----------- Notification toast ----------- */

.toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--ink);
  color: var(--parchment);
  padding: 1rem 1.75rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  z-index: 200;
  transition: transform .4s var(--ease);
  box-shadow: var(--shadow);
  font-weight: 500;
}

.toast.show { transform: translateX(-50%) translateY(0); }

/* ----------- Misc utilities ----------- */

.text-center { text-align: center; }
.mb-lg { margin-bottom: 3rem; }

.marquee {
  overflow: hidden;
  background: var(--ink);
  color: var(--parchment);
  padding: 0.85rem 0;
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
}
.marquee-track { display: flex; gap: 3.5rem; white-space: nowrap; animation: marquee 35s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 1rem; }
.marquee-track span::after { content: '◆'; font-size: 0.5rem; color: var(--brass); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ----------- Cart page (cart.html) ----------- */

.cart-page {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: flex-start;
}

@media (max-width: 860px) { .cart-page { grid-template-columns: 1fr; } }

.cart-page-list { display: flex; flex-direction: column; }
.cart-page-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 1.75rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  align-items: flex-start;
}
.cart-page-row:first-child { border-top: 1px solid var(--line); }
.cart-page-row img { width: 140px; height: 180px; object-fit: cover; background: var(--ivory); }
.cart-page-row h3 { font-size: 1.25rem; font-weight: 400; margin: 0 0 0.35rem; }
.cart-page-info .qty-row { margin-top: 0.75rem; }
.cart-page-info .remove { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); cursor: pointer; margin-left: 1rem; }
.cart-page-info .remove:hover { color: var(--clay); }
.cart-page-amount { font-size: 1.1rem; font-weight: 500; }

@media (max-width: 560px) {
  .cart-page-row { grid-template-columns: 100px 1fr; }
  .cart-page-row img { width: 100px; height: 130px; }
  .cart-page-amount { grid-column: 2; }
}

.cart-page-summary {
  background: var(--ivory);
  padding: 2rem;
  position: sticky;
  top: 110px;
}

.cart-page-summary h3 {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.cart-page-summary .row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 0.55rem 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.cart-page-summary .row--total {
  border-top: 1px solid var(--line);
  margin-top: 0.75rem;
  padding-top: 1.1rem;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink);
}

.cart-page-empty {
  text-align: center;
  padding: 5rem 1.5rem;
  color: var(--ink-soft);
}
.cart-page-empty h2 {
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1rem;
}

.cart-page-summary .btn { width: 100%; justify-content: center; margin-top: 1.25rem; }

/* ----------- Story page bits ----------- */

.founder-pull {
  background: var(--ivory);
  padding: clamp(3rem, 7vw, 5rem) clamp(2rem, 5vw, 4rem);
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.founder-pull blockquote {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  line-height: 1.25;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 1.5rem;
}
.founder-pull cite { font-style: normal; font-size: 0.85rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-deep); }

.story-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 820px) { .story-grid-2 { grid-template-columns: 1fr; } }
.story-grid-2 img { aspect-ratio: 4/5; width: 100%; object-fit: cover; }

/* ----------- Impact stat row ----------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: clamp(3rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 820px) { .stats { grid-template-columns: 1fr 1fr; } }
.stats .stat { text-align: center; }
.stats .stat-num {
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 300;
  line-height: 1;
  color: var(--clay);
  display: block;
  margin-bottom: 0.5rem;
}
.stats .stat-label {
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}

/* ----------- Catalog helpers ----------- */
.catalog-count {
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 2.5rem;
}

/* ----------- Hero split (editorial) ----------- */
.hero--split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 640px;
  max-height: 780px;
  height: calc(100vh - 120px);
  background: var(--ivory);
  color: var(--ink);
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.hero--split::after, .hero--split::before { display: none; content: none; }
.hero-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 6rem) clamp(1.5rem, 5vw, 5rem);
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: var(--ink);
  min-width: 0;
}
.hero-split-copy .btn { color: inherit; }
.hero-split-copy .btn--primary { background: var(--ink); color: var(--parchment); border-color: var(--ink); }
.hero-split-copy .btn--primary:hover { background: var(--clay); border-color: var(--clay); color: var(--parchment); }
.hero-split-copy .btn--ghost { color: var(--ink); border-color: var(--ink); background: transparent; }
.hero-split-copy .btn--ghost:hover { background: var(--ink); color: var(--parchment); }
.hero-split-copy .eyebrow { color: var(--clay); }
.hero-split-copy h1 {
  font-family: var(--serif);
  color: var(--ink);
  font-weight: 400;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  margin: 0.4rem 0 1.25rem;
}
.hero-split-copy h1 em {
  font-style: italic;
  color: var(--clay);
}
.hero-split-copy p {
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  max-width: 44ch;
  margin-bottom: 2rem;
}
.hero-reviews-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 2rem;
  padding: 0.55rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--ink-soft);
  width: fit-content;
  background: var(--parchment);
}
.hero-reviews-chip .stars { color: var(--clay); letter-spacing: 0.05em; font-size: 0.82rem; }
.hero-reviews-chip b { color: var(--ink); font-weight: 600; }

.hero-marks {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 2rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-soft);
}
.hero-split-media {
  position: relative;
  overflow: hidden;
  background: var(--parchment);
}
.hero-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.hero-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(28, 26, 23, 0.92);
  backdrop-filter: blur(6px);
  color: var(--parchment);
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  max-width: 280px;
}
.hero-badge-num {
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1;
  font-style: italic;
  color: #e6c9a5;
  white-space: nowrap;
}
.hero-badge-label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.35;
}
@media (max-width: 880px) {
  .hero--split {
    grid-template-columns: 1fr;
    max-height: none;
    min-height: auto;
  }
  .hero-split-media {
    min-height: 360px;
    max-height: 520px;
    order: -1;
  }
  .hero-badge { bottom: 1rem; left: 1rem; padding: 0.85rem 1.1rem; }
  .hero-badge-num { font-size: 1.6rem; }
}

/* ----------- Product card: quick add + sub ----------- */
.product { position: relative; display: flex; flex-direction: column; }
.product-img { position: relative; }
.card-add {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border: none;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  z-index: 2;
}
.product:hover .card-add, .product:focus-within .card-add {
  opacity: 1;
  transform: translateY(0);
}
.card-add:hover { background: var(--clay); color: var(--parchment); }
.product-sub {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin: 0.15rem 0 0;
  line-height: 1.45;
}
.product-add {
  margin-top: auto;
  padding-top: 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}
@media (max-width: 700px) {
  .card-add { opacity: 1; transform: translateY(0); }
}

/* ----------- Generic content page ----------- */
.page-hero--dark {
  background: var(--ink);
  color: var(--parchment);
  padding: clamp(3rem, 5.5vw, 5rem) 1.5rem;
  text-align: center;
}
.page-hero--dark h1 { color: var(--parchment); }
.page-hero--dark .eyebrow { color: #e6c9a5; }
.page-hero--dark p { color: rgba(251,247,239,0.75); max-width: 56ch; margin: 0 auto; }

.steps--numbered {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .steps--numbered { grid-template-columns: repeat(5, 1fr); }
  .steps--numbered:has(> :nth-child(4):last-child) { grid-template-columns: repeat(4, 1fr); }
}
.step-big {
  padding: 2rem 1.75rem;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  background: var(--parchment);
  position: relative;
}
.step-big .step-num {
  font-family: var(--serif);
  font-size: 3rem;
  font-style: italic;
  color: var(--clay);
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}
.step-big h3 { font-size: 1.15rem; margin: 0 0 0.75rem; color: var(--ink); }
.step-big p { font-size: 0.95rem; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.step-big .step-cta {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  text-decoration: none;
  font-weight: 600;
}

.deposit-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  background: var(--clay);
  color: var(--parchment);
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: 6px;
  margin: 3rem 0;
  text-align: center;
}
.deposit-band .eyebrow { color: rgba(251,247,239,0.85); }
.deposit-band .big { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 3.5rem); margin: 0.3rem 0 0.3rem; }
.deposit-band .big em { font-style: italic; }
.deposit-band small { display: block; font-size: 0.8rem; color: rgba(251,247,239,0.8); }

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.lookbook-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 3/4;
  display: block;
  text-decoration: none;
  color: var(--parchment);
}
.lookbook-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.lookbook-card:hover img { transform: scale(1.05); }
.lookbook-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(44,36,30,0.72) 0%, rgba(44,36,30,0) 60%);
}
.lookbook-card-label {
  position: absolute;
  bottom: 1.25rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 2;
}
.lookbook-card-label h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0 0 0.25rem;
  color: var(--parchment);
}
.lookbook-card-label span {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251,247,239,0.8);
}

/* Sizes tables */
.size-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0 3rem;
  font-size: 0.92rem;
}
.size-table caption {
  text-align: left;
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--ink);
  margin-bottom: 0.75rem;
  font-weight: 400;
}
.size-table thead th {
  text-align: left;
  padding: 0.9rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-soft);
  border-bottom: 2px solid var(--line);
  background: var(--ivory);
}
.size-table tbody td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink);
}
.size-table tbody tr:hover { background: var(--ivory); }
.size-table td.num { font-variant-numeric: tabular-nums; color: var(--clay); font-weight: 600; }

.vip-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin: 4rem 0;
}
.vip-feature img { width: 100%; border-radius: 4px; }
@media (max-width: 880px) { .vip-feature { grid-template-columns: 1fr; } }

.vip-benefits {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
}
.vip-benefits li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.vip-benefits li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--clay);
  border-radius: 50%;
  margin-top: 0.45rem;
  flex-shrink: 0;
}

.faq { margin: 3rem 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line-soft); padding: 1.25rem 0; }
.faq details summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.15rem;
  list-style: none;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq details summary::-webkit-details-marker { display: none; }
.faq details summary::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--clay);
}
.faq details[open] summary::after { content: "\2212"; }
.faq details p {
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 68ch;
}

/* Print */
@media print { .header, .footer, .cart-drawer { display: none; } }
