/* Compact catalog — oval media, no white plates */
.cat-page { padding: 2.5rem 0 4rem; }
.cat-head { max-width: 40rem; margin-bottom: 1.75rem; }
.cat-eyebrow {
  font-size: .65rem; letter-spacing: .28em; text-transform: uppercase;
  color: #5E7A68; margin: 0 0 .5rem;
}
.cat-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  color: #3D4F44; font-weight: 400; margin: 0 0 .6rem; letter-spacing: .04em;
}
.cat-lede { color: #8A8680; font-weight: 300; font-size: .95rem; line-height: 1.55; margin: 0; }

.cat-search { max-width: 28rem; margin: 0 0 1.5rem; }
.cat-search input {
  width: 100%; background: #F7F5F1; border: 1px solid rgba(94, 122, 104,.28);
  color: #2A2926; padding: .7rem 1rem; font-size: .85rem; outline: none;
}
.cat-search input:focus { border-color: #5E7A68; }
.cat-search input::placeholder { color: rgba(138,134,128,.75); }

.cat-chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.75rem; align-items: center; }
.cat-chips a {
  font-size: .65rem; letter-spacing: .14em; text-transform: uppercase;
  padding: .4rem .75rem; border: 1px solid rgba(94, 122, 104,.28);
  color: #8A8680; text-decoration: none; transition: .25s;
}
.cat-chips a:hover,
.cat-chips a:focus-visible,
.cat-chips a:active,
.cat-chips a.is-on {
  color: #F7F5F1;
  background: #5E7A68;
  border-color: #5E7A68;
}
.cat-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.25rem;
}
.cat-chips--size { margin-bottom: 0; }
.cat-toolbar-label {
  font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: #7A7168;
}
.cat-sort {
  display: flex; align-items: center; gap: .55rem;
  font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; color: #7A7168;
}
.cat-sort select {
  background: #F7F5F1;
  border: 1px solid rgba(94, 122, 104,.35);
  color: #3D4F44;
  padding: .4rem .65rem;
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: none;
  outline: none;
  max-width: 16rem;
}
.cat-sort select:focus { border-color: #5E7A68; }
.cat-size { color: #8A8680; }

/* Boutique shop: 5 rows × 6 cols = 30. White-label (packaging + fragrances) uses .cat-grid--wl (4 cols). Mobile breakpoints unchanged. */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1rem;
}
@media (min-width: 480px) {
  .cat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .cat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem 1.1rem; }
}
@media (min-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  /* White-label packaging + fragrance products inside a brand — 4 cols, larger circles */
  .cat-grid--wl { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cat-grid--wl .cat-oval,
  .cat-grid--wl .cat-pack {
    max-width: 200px;
  }
  /* White-label fragrance brand index — 5 cols (like category picker); mobile unchanged */
  .cat-grid--wl-brands { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* Packaging packshots (black studio plates) — fill the circle; no white letterbox */
.cat-grid--wl-pack .cat-oval {
  background: #0a0a0a;
  border-color: rgba(94, 122, 104, 0.35);
}
.cat-grid--wl-pack .cat-oval img {
  padding: 0;
  background: #0a0a0a;
  object-fit: cover;
  object-position: center;
}

.cat-card {
  text-decoration: none; color: inherit; display: block;
  transition: opacity .3s, transform .35s;
}
.cat-card:hover { opacity: .92; transform: translateY(-2px); }

.cat-oos-badge {
  position: absolute;
  left: 50%;
  bottom: .35rem;
  transform: translateX(-50%);
  padding: .28rem .45rem;
  background: rgba(247, 245, 241, 0.92);
  border: 1px solid rgba(94, 122, 104, 0.35);
  font-family: Outfit, system-ui, sans-serif;
  font-size: .48rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7A7168;
  white-space: nowrap;
  z-index: 1;
}

/* Boutique packshots — clean square plate (not fragrance ovals) */
.cat-pack {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(94, 122, 104,.22);
  margin: 0 auto .7rem;
  width: 100%;
  max-width: 140px;
}
.cat-pack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
  padding: 8%;
  box-sizing: border-box;
}
.cat-pack .ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: rgba(94, 122, 104,.45); font-size: 1.4rem;
}

/* Fragrance library ovals — circle; image fills it; square edges clipped away */
.cat-oval {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(94, 122, 104,.28);
  margin: 0 auto .7rem;
  width: 100%;
  max-width: 140px;
}
.cat-oval img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
  padding: 10%;
  box-sizing: border-box;
}
/* Extra inset for logos / marks that need more breathing room */
.cat-oval.is-logo img {
  padding: 20%;
}
/* Opt-in fill when a crop is intentional */
.cat-oval.is-cover img {
  object-fit: cover;
  padding: 0;
}
.cat-oval .ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: rgba(94, 122, 104,.45); font-size: 1.4rem;
}

.cat-meta {
  text-align: center;
  font-size: .6rem; letter-spacing: .16em; text-transform: uppercase;
  color: #5E7A68; margin-bottom: .25rem;
}
.cat-name {
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: .98rem; line-height: 1.25; color: #3D4F44;
  margin: 0 0 .2rem;
}
/* White-label SKUs — Fraunces 600: soft display serif, lining figures, real weight */
.cat-name--code {
  font-family: "Fraunces", "Cormorant Garamond", Georgia, serif;
  font-size: .88rem;
  letter-spacing: .04em;
  font-optical-sizing: auto;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 600;
}
.cat-sub {
  text-align: center;
  font-size: .7rem; color: #7A7168; font-weight: 300;
}
.cat-price {
  text-align: center;
  font-size: .72rem; color: #5E7A68; margin-top: .3rem; letter-spacing: .06em;
}
.cat-count { font-size: .8rem; color: #7A7168; margin: 0 0 1.25rem; }

/* Shop — category-first landing (image boxes) */
.shop-cat-grid {
  display: grid;
  /* Mobile: compact 2-col cards (match home boutique / good reference) */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin: .5rem 0 2rem;
}
@media (min-width: 640px) {
  .shop-cat-grid { gap: 1rem; }
}
@media (min-width: 1024px) {
  .shop-cat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.shop-cat-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(42, 41, 38, 0.1);
  overflow: hidden;
  transition: border-color .25s, transform .3s, box-shadow .3s;
}
.shop-cat-card:hover {
  border-color: rgba(94, 122, 104, .5);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(42, 41, 38, .06);
}
.shop-cat-media {
  display: block;
  aspect-ratio: 1 / 1;
  background: #EEF3EF;
  overflow: hidden;
}
.shop-cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform .55s ease;
}
.shop-cat-card:hover .shop-cat-media img { transform: scale(1.04); }
.shop-cat-ph {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  color: #5E7A68;
  background: linear-gradient(145deg, #F7F5F1, #E8F0EA);
}
.shop-cat-body {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: .95rem 1rem 1.1rem;
}
.shop-cat-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  color: #2A2926;
  letter-spacing: .02em;
  line-height: 1.25;
}
.shop-cat-meta {
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6F6B64;
  font-weight: 300;
}
.shop-cat-media { position: relative; }
.shop-cat-soon {
  position: absolute;
  left: .65rem;
  bottom: .65rem;
  padding: .35rem .55rem;
  background: rgba(247, 245, 241, 0.92);
  border: 1px solid rgba(94, 122, 104, 0.35);
  font-family: Outfit, system-ui, sans-serif;
  font-size: .55rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5E7A68;
}
.shop-soon {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 1.75rem 2.25rem;
  align-items: center;
  margin: 1.25rem 0 2.5rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(42, 41, 38, 0.1);
}
@media (max-width: 800px) {
  .shop-soon { grid-template-columns: 1fr; padding: 1.15rem; }
}
.shop-soon__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #EEF3EF;
  border: 1px solid rgba(94, 122, 104, 0.18);
}
.shop-soon__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shop-soon__kicker {
  margin: 0 0 .55rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #5E7A68;
}
.shop-soon__copy h2,
.shop-ready-empty h2 {
  margin: 0 0 .75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.55rem, 3vw, 2rem);
  color: #2A2926;
  letter-spacing: .03em;
}
.shop-soon__copy p,
.shop-ready-empty p {
  margin: 0 0 .85rem;
  max-width: 40ch;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 300;
  font-size: .92rem;
  line-height: 1.65;
  color: #6F6B64;
}
.shop-soon__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.15rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.shop-soon__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.25rem;
  background: #5E7A68;
  color: #F7F5F1;
  font-family: Outfit, system-ui, sans-serif;
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .25s;
  box-sizing: border-box;
  max-width: 100%;
}
@media (max-width: 768px) {
  .shop-soon__actions,
  .shop-ready-empty .shop-soon__actions,
  .pl-soon .shop-soon__actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .shop-soon__btn,
  .shop-ready-empty .shop-soon__btn,
  .pl-soon .shop-soon__btn,
  .pl-brief .shop-soon__btn {
    width: 100%;
    max-width: 100%;
  }
}
.shop-soon__btn:hover { background: #4A6554; }
.shop-soon__btn--ghost {
  background: transparent;
  color: #2A2926;
  border: 1px solid rgba(42, 41, 38, 0.18);
}
.shop-soon__btn--ghost:hover {
  background: #EEF3EF;
  color: #5E7A68;
  border-color: rgba(94, 122, 104, 0.45);
}
.shop-ready-empty {
  padding: 2rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(42, 41, 38, 0.1);
  text-align: center;
}
.shop-ready-empty .shop-soon__kicker,
.shop-ready-empty h2,
.shop-ready-empty p {
  margin-left: auto;
  margin-right: auto;
}
.shop-ready-empty .shop-soon__actions { justify-content: center; }
.cat-chips--cats {
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

/* —— The Wear — Accord Atelier (equal mosaic cells, no featured note, no pyramid) —— */
.notes-folio {
  --nf-sage: #5E7A68;
  --nf-champagne: #C4A574;
  --nf-ink: #2A2926;
  --nf-smoke: #8A8680;
  --nf-mist: #E8F0EA;
  --nf-paper: #F4F1EC;
  --nf-cream: #FAF8F4;
  position: relative;
  isolation: isolate;
  /* Full-bleed from article.max-w-5xl.
     max-width:100% previously capped width to the article while calc(50% - 50vw)
     still shifted left — Composition / The Wear packed left with empty right. */
  width: 100vw;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0;
  padding: clamp(2.75rem, 5vw, 4.25rem) clamp(1.35rem, 4.5vw, 2.85rem) clamp(3rem, 5.5vw, 4.75rem);
  /* Visible so edge notes/labels are not clipped; page scroll stays on article overflow-x */
  overflow: visible;
  background: var(--nf-cream);
  box-sizing: border-box;
}
.notes-folio__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(250, 248, 244, .92) 0%, rgba(244, 241, 236, .55) 48%, rgba(232, 240, 234, .42) 100%);
}
.notes-folio__wash {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.notes-folio__wash--sage {
  width: min(72vw, 48rem);
  height: min(52vw, 34rem);
  top: -18%;
  left: -12%;
  background: radial-gradient(circle at 40% 40%, rgba(94, 122, 104, .2), transparent 68%);
}
.notes-folio__wash--champagne {
  width: min(68vw, 44rem);
  height: min(50vw, 32rem);
  right: -14%;
  bottom: -16%;
  background: radial-gradient(circle at 55% 50%, rgba(196, 165, 116, .22), transparent 70%);
}
.notes-folio__grain {
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    radial-gradient(rgba(42, 41, 38, .045) .65px, transparent .65px),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 11px,
      rgba(42, 41, 38, .012) 11px,
      rgba(42, 41, 38, .012) 12px
    );
  background-size: 3px 3px, auto;
  mix-blend-mode: multiply;
}
.notes-folio__mast,
.notes-folio__chapters,
.notes-folio__empty {
  position: relative;
  z-index: 1;
  width: min(72rem, 100%);
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.notes-folio__mast {
  text-align: center;
  width: min(38rem, 100%);
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(2.4rem, 5vw, 3.5rem);
}
.notes-folio__kicker {
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
  font-size: .625rem;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: var(--nf-sage);
}
.notes-folio__title {
  margin: .85rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(3rem, 7.5vw, 4.35rem);
  line-height: .9;
  color: var(--nf-ink);
  letter-spacing: .01em;
  font-style: italic;
}
.notes-folio__mast-rule {
  display: block;
  width: 4.5rem;
  height: 1px;
  margin: 1.15rem auto 0;
  background: linear-gradient(90deg, transparent, var(--nf-champagne), transparent);
}
.notes-folio__lede {
  margin: 1.15rem 0 0;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 300;
  font-size: .98rem;
  line-height: 1.7;
  color: var(--nf-smoke);
}
.notes-folio__family {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: .45rem .7rem;
  margin: 1.35rem 0 0;
  padding: .55rem 0 0;
  border-top: 1px solid rgba(196, 165, 116, .35);
}
.notes-folio__family-label {
  font-family: Outfit, system-ui, sans-serif;
  font-size: .58rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(138, 134, 128, .95);
}
.notes-folio__family-value {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  letter-spacing: .02em;
  color: var(--nf-ink);
}
.notes-folio__empty {
  text-align: center;
  color: var(--nf-smoke);
  padding: 2rem 0;
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
}

.notes-folio__chapters {
  display: grid;
  gap: clamp(2.25rem, 4.5vw, 3.25rem);
}
.notes-folio--flat .notes-folio__chapters {
  max-width: 52rem;
}

.notes-chapter {
  position: relative;
  min-width: 0;
  /* Visible by default — never hide notes waiting on JS/IO */
  padding: clamp(1.1rem, 2.4vw, 1.55rem) .35rem clamp(1.25rem, 2.6vw, 1.75rem);
  opacity: 1;
  transform: none;
}
.notes-chapter::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, .55), rgba(94, 122, 104, .35), transparent);
  opacity: .9;
}
.notes-chapter--heart::before {
  background: linear-gradient(90deg, transparent, rgba(94, 122, 104, .55), rgba(196, 165, 116, .35), transparent);
}
.notes-chapter--drydown::before {
  background: linear-gradient(90deg, transparent, rgba(61, 79, 68, .55), rgba(42, 41, 38, .25), transparent);
}
.notes-chapter--notes::before {
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, .55), rgba(94, 122, 104, .4), transparent);
}

@media (min-width: 960px) {
  .notes-folio--tiers .notes-folio__chapters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: start; /* do not stretch short stages to drydown height */
  }
  .notes-folio--tiers .notes-chapter {
    display: flex;
    flex-direction: column;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
    overflow: visible;
  }
  .notes-folio--tiers .notes-chapter + .notes-chapter {
    border-left: 1px solid rgba(196, 165, 116, .28);
  }
  .notes-folio--tiers .notes-chapter:first-child { padding-left: 1rem; }
  .notes-folio--tiers .notes-chapter:last-child { padding-right: 1rem; }
  /* Mosaic stays directly under the chapter head — never bottom-pinned */
  .notes-folio--tiers .notes-chapter__mosaic {
    margin-top: 0;
  }
}

.notes-chapter__head {
  margin-bottom: .55rem;
  text-align: center;
  flex: 0 0 auto;
}
.notes-chapter__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .45rem .75rem;
  margin-bottom: .65rem;
}
.notes-chapter__num {
  font-family: Outfit, system-ui, sans-serif;
  font-size: .62rem;
  letter-spacing: .24em;
  color: var(--nf-champagne);
}
.notes-chapter__stage-tag {
  font-family: Outfit, system-ui, sans-serif;
  font-size: .58rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(94, 122, 104, .85);
}
.notes-chapter__count {
  font-family: Outfit, system-ui, sans-serif;
  font-size: .58rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(138, 134, 128, .95);
}
.notes-chapter__label {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.35rem, 5vw, 3.15rem);
  letter-spacing: .02em;
  color: var(--nf-ink);
  line-height: .95;
  font-style: italic;
}
.notes-chapter__rule {
  display: block;
  width: min(100%, 11rem);
  height: 1px;
  margin: .75rem auto .55rem;
  background: linear-gradient(90deg, transparent, var(--nf-champagne) 20%, rgba(94, 122, 104, .55) 55%, transparent);
  transform: scaleX(1);
  transform-origin: center;
}
.notes-chapter--heart .notes-chapter__rule {
  background: linear-gradient(90deg, transparent, var(--nf-sage) 22%, rgba(196, 165, 116, .5) 58%, transparent);
}
.notes-chapter--drydown .notes-chapter__rule {
  background: linear-gradient(90deg, transparent, #3D4F44 24%, rgba(42, 41, 38, .35) 60%, transparent);
}
.notes-chapter__hint {
  margin: 0 auto;
  max-width: 22rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: .74rem;
  line-height: 1.6;
  font-weight: 300;
  color: rgba(138, 134, 128, .98);
}

/* Equal-weight mosaic — flex wrap so edge notes/labels stay fully visible */
.notes-chapter__mosaic {
  list-style: none;
  margin: 0;
  padding: .5rem .15rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem 1rem;
  overflow: visible;
}
.notes-folio--flat .notes-chapter__mosaic {
  gap: 1.4rem 1.15rem;
}
@media (min-width: 960px) {
  .notes-folio--tiers .notes-chapter__mosaic {
    gap: 1.2rem .9rem;
    padding-left: .15rem;
    padding-right: .15rem;
  }
}

.notes-cell {
  width: auto;
  min-width: 5.6rem;
  max-width: none;
  flex: 0 0 auto;
  opacity: 1;
  transform: none;
  overflow: visible;
}
.notes-folio--flat .notes-cell {
  min-width: 6.2rem;
}
@media (min-width: 960px) {
  .notes-folio--tiers .notes-cell {
    min-width: 5.15rem;
  }
}
.notes-cell__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
  color: inherit;
  outline: none;
  width: 100%;
  overflow: visible;
}
/* Transparent cutout — no circular frame/ring/mask; soft PNG on cream */
.notes-cell__orb {
  position: relative;
  width: clamp(4.2rem, 11vw, 5.35rem);
  aspect-ratio: 1;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}
.notes-folio--tiers .notes-cell__orb {
  width: clamp(3.9rem, 7.5vw, 4.85rem);
}
.notes-cell__orb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0;
  box-sizing: border-box;
  transform: translateY(-1px) scale(1.02);
  filter: drop-shadow(0 8px 14px rgba(42, 41, 38, .18));
  transition: transform .55s cubic-bezier(.22, 1, .36, 1), filter .35s ease;
  opacity: 1;
}
.notes-cell__orb--fallback {
  display: grid;
  place-items: center;
  background: transparent;
}
.notes-cell__glyph {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 3.5vw, 1.85rem);
  font-style: italic;
  color: rgba(94, 122, 104, .82);
  line-height: 1;
}
.notes-cell__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(.9rem, 2.1vw, 1.05rem);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.3;
  text-align: center;
  color: #3F3D39;
  width: max-content;
  max-width: none;
  overflow: visible;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  transition: color .3s ease;
}
.notes-cell__link:hover .notes-cell__orb,
.notes-cell__link:focus-visible .notes-cell__orb {
  transform: translateY(-4px);
}
.notes-cell__link:hover .notes-cell__orb img,
.notes-cell__link:focus-visible .notes-cell__orb img {
  transform: translateY(-2px) scale(1.06);
  filter: drop-shadow(0 12px 18px rgba(42, 41, 38, .22));
}
.notes-cell__link:hover .notes-cell__name,
.notes-cell__link:focus-visible .notes-cell__name {
  color: var(--nf-ink);
}
.notes-cell__link:focus-visible .notes-cell__orb {
  outline: 2px solid rgba(94, 122, 104, .5);
  outline-offset: 4px;
}

@media (max-width: 959px) {
  .notes-chapter + .notes-chapter {
    margin-top: .85rem;
    padding-top: 2rem;
  }
  .notes-chapter__mosaic {
    gap: 1.2rem .85rem;
  }
  .notes-cell {
    min-width: 5.35rem;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .notes-chapter,
  .notes-chapter__rule,
  .notes-cell,
  .notes-cell__orb,
  .notes-cell__orb img {
    transition: none !important;
    animation: none !important;
  }
  .notes-chapter,
  .notes-cell {
    opacity: 1;
    transform: none;
  }
  .notes-chapter__rule {
    transform: scaleX(1);
  }
  .notes-cell__link:hover .notes-cell__orb,
  .notes-cell__link:focus-visible .notes-cell__orb {
    transform: none;
  }
  .notes-cell__link:hover .notes-cell__orb img,
  .notes-cell__link:focus-visible .notes-cell__orb img {
    transform: none;
  }
}

/* Detail hero — full circle fill */
.frag-hero-oval {
  position: relative;
  max-width: 260px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(94, 122, 104,.3);
}
.frag-hero-oval img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 12%;
  box-sizing: border-box;
}

/* —— Product reviews (sage / champagne, not purple cards) —— */
.ecn-reviews {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(94, 122, 104, 0.22);
  max-width: 40rem;
}
.ecn-reviews__eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5E7A68;
  margin: 0 0 0.5rem;
}
.ecn-reviews__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: #3D4F44;
  letter-spacing: 0.03em;
  margin: 0 0 1rem;
}
.ecn-reviews__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem 0.85rem;
  margin-bottom: 1.25rem;
}
.ecn-reviews__avg {
  font-size: 1.15rem;
  color: #3D4F44;
  letter-spacing: 0.04em;
}
.ecn-reviews__count {
  font-size: 0.78rem;
  color: #7A7168;
  letter-spacing: 0.06em;
}
.ecn-reviews__empty {
  color: #6A6E72;
  font-weight: 300;
  margin: 0 0 1.25rem;
  line-height: 1.6;
}
.ecn-stars {
  display: inline-flex;
  gap: 0.1rem;
  line-height: 1;
}
.ecn-star {
  font-size: 1.05rem;
  color: rgba(94, 122, 104, 0.28);
}
.ecn-star--on { color: #C4A574; }
.ecn-star--half { color: #C4A574; opacity: 0.65; }
.ecn-star--off { color: rgba(94, 122, 104, 0.22); }
.ecn-reviews__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 1.35rem;
}
.ecn-reviews__item {
  padding: 0 0 1.25rem;
  border-bottom: 1px solid rgba(42, 41, 38, 0.08);
}
.ecn-reviews__item:last-child { border-bottom: 0; padding-bottom: 0; }
.ecn-reviews__item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.85rem;
  margin-bottom: 0.45rem;
}
.ecn-reviews__author {
  font-size: 0.85rem;
  color: #3D4F44;
  letter-spacing: 0.02em;
}
.ecn-reviews__date {
  font-size: 0.72rem;
  color: #9A948C;
  letter-spacing: 0.04em;
}
.ecn-reviews__item-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #3D4F44;
  margin: 0 0 0.35rem;
}
.ecn-reviews__body {
  margin: 0;
  color: #6A6E72;
  font-weight: 300;
  line-height: 1.7;
  font-size: 0.95rem;
}
.ecn-reviews__flash {
  padding: 0.75rem 1rem;
  margin: 0 0 1.25rem;
  font-size: 0.88rem;
  border: 1px solid transparent;
}
.ecn-reviews__flash--ok {
  background: #E8F0EA;
  color: #3D4F44;
  border-color: rgba(94, 122, 104, 0.28);
}
.ecn-reviews__flash--err {
  background: #F7F5F1;
  color: #7A4A3A;
  border-color: rgba(166, 124, 82, 0.35);
}
.ecn-reviews__write {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(94, 122, 104, 0.18);
  padding-top: 1rem;
}
.ecn-reviews__write > summary {
  cursor: pointer;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5E7A68;
  list-style: none;
}
.ecn-reviews__write > summary::-webkit-details-marker { display: none; }
.ecn-reviews__write > summary:hover,
.ecn-reviews__write > summary:focus-visible { color: #C4A574; }
.ecn-reviews__form {
  margin-top: 1.15rem;
  display: grid;
  gap: 1rem;
}
.ecn-reviews__field label,
.ecn-reviews__rating legend {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7A7168;
  margin-bottom: 0.4rem;
}
.ecn-reviews__opt { text-transform: none; letter-spacing: 0.02em; color: #9A948C; }
.ecn-reviews__field input,
.ecn-reviews__field textarea {
  width: 100%;
  border: 1px solid rgba(42, 41, 38, 0.14);
  background: #fff;
  color: #2A2926;
  padding: 0.7rem 0.85rem;
  font: inherit;
  font-weight: 300;
  border-radius: 0;
}
.ecn-reviews__field input:focus-visible,
.ecn-reviews__field textarea:focus-visible {
  outline: 2px solid rgba(196, 165, 116, 0.55);
  outline-offset: 1px;
  border-color: #C4A574;
}
.ecn-reviews__rating { border: 0; margin: 0; padding: 0; }
.ecn-reviews__rating-opts {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 0.15rem;
}
.ecn-reviews__rating-opts input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ecn-reviews__rating-opts label {
  cursor: pointer;
  margin: 0;
  padding: 0.15rem;
}
.ecn-reviews__rating-opts label .ecn-star {
  font-size: 1.45rem;
  color: rgba(94, 122, 104, 0.25);
  transition: color 0.2s ease;
}
.ecn-reviews__rating-opts label:hover .ecn-star,
.ecn-reviews__rating-opts label:hover ~ label .ecn-star,
.ecn-reviews__rating-opts input:checked ~ label .ecn-star,
.ecn-reviews__rating-opts input:focus-visible + label .ecn-star {
  color: #C4A574;
}
.ecn-reviews__hint {
  margin: 0;
  font-size: 0.78rem;
  color: #9A948C;
  line-height: 1.5;
}
.ecn-reviews__submit {
  justify-self: start;
  border: 0;
  background: #5E7A68;
  color: #F7F5F1;
  padding: 0.85rem 1.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.ecn-reviews__submit:hover,
.ecn-reviews__submit:focus-visible {
  background: #C4A574;
  color: #2A2926;
}
.ecn-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
