/* style.css — Scented // */

/* =========================
   RESET
========================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  cursor: url('artworkneocities(54).gif'), auto;
}

/* =========================
   THEME
========================= */
:root,
[data-theme="blossom"] {
  --paper:        linear-gradient(170deg, #ffb8d6 0%, #ffd6e8 30%, #ffecd6 70%, #fff5c2 100%);
  --paper-solid:  #ffd2ea;
  --accent:       #c0507a;
  --accent-soft:  #e090b0;
  --accent-faint: rgba(240, 190, 215, 0.35);
  --accent2:      #4aa7e6;
  --accent2-soft: #bfeaff;
  --text:         #2f1020;
  --text-soft:    #5a2440;
  --tab-bg:       #f0a8c8;
  --tab-active:   #fff5c2;
  --tab-border:   rgba(190, 100, 145, 0.75);
  --inner-border: rgba(230, 170, 205, 0.45);
  --link-color:   #a03060;
  --code-bg:      rgba(255, 240, 248, 0.65);
  --copy-bg:      #8a2850;
  --step-num-bg:  rgba(255,235,245,0.75);
}

/* =========================
   GLOBAL
========================= */
html, body {
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Nunito', 'Trebuchet MS', 'Verdana', sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 20px 28px;
  background-image: url('https://i.postimg.cc/Wp0pX73X/newbg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

/* =========================
   PARTICLES
   Lines 1-12 are the originals.
   Lines 13-20 are the extras — just copy more
   <div class="petal"></div> lines in your HTML to use them.
========================= */
.particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  overflow: hidden;
}
.petal {
  position: absolute;
  top: -20px;
  border-radius: 50% 0 50% 0;
  opacity: 0;
  animation: petalfall linear infinite;
}
@keyframes petalfall {
  0%   { opacity:0; transform:translateY(0) rotate(0deg) translateX(0); }
  8%   { opacity:0.75; }
  88%  { opacity:0.4; }
  100% { opacity:0; transform:translateY(110vh) rotate(560deg) translateX(55px); }
}
/* Original 12 */
.petal:nth-child(1)  { left:4%;  width:9px;  height:8px;  background:radial-gradient(ellipse at 35% 35%,#fde8f2,#f5b8d4,#d4678a44); animation-duration:9s;   animation-delay:0s; }
.petal:nth-child(2)  { left:13%; width:7px;  height:10px; background:radial-gradient(ellipse at 35% 35%,#fdf0f8,#f8c8dc,#c8508055); animation-duration:12s;  animation-delay:2.1s; }
.petal:nth-child(3)  { left:24%; width:11px; height:7px;  background:radial-gradient(ellipse at 35% 35%,#fde8f2,#f5b8d4,#d4678a44); animation-duration:8.5s; animation-delay:0.7s; }
.petal:nth-child(4)  { left:35%; width:7px;  height:11px; background:radial-gradient(ellipse at 35% 35%,#fdf0f8,#f8c8dc,#c8508055); animation-duration:14s;  animation-delay:4.1s; }
.petal:nth-child(5)  { left:46%; width:9px;  height:7px;  background:radial-gradient(ellipse at 35% 35%,#fde8f2,#f5b8d4,#d4678a44); animation-duration:10s;  animation-delay:0.3s; }
.petal:nth-child(6)  { left:56%; width:7px;  height:9px;  background:radial-gradient(ellipse at 35% 35%,#fdf0f8,#f8c8dc,#c8508055); animation-duration:11s;  animation-delay:3.0s; }
.petal:nth-child(7)  { left:65%; width:11px; height:8px;  background:radial-gradient(ellipse at 35% 35%,#fde8f2,#f5b8d4,#d4678a44); animation-duration:9.5s; animation-delay:1.3s; }
.petal:nth-child(8)  { left:74%; width:8px;  height:10px; background:radial-gradient(ellipse at 35% 35%,#fdf0f8,#f8c8dc,#c8508055); animation-duration:13s;  animation-delay:5.1s; }
.petal:nth-child(9)  { left:83%; width:9px;  height:7px;  background:radial-gradient(ellipse at 35% 35%,#fde8f2,#f5b8d4,#d4678a44); animation-duration:8s;   animation-delay:2.5s; }
.petal:nth-child(10) { left:90%; width:6px;  height:8px;  background:radial-gradient(ellipse at 35% 35%,#fdf0f8,#f8c8dc,#c8508055); animation-duration:15s;  animation-delay:7.0s; }
.petal:nth-child(11) { left:19%; width:10px; height:9px;  background:radial-gradient(ellipse at 35% 35%,#fde8f2,#f5b8d4,#d4678a44); animation-duration:11s;  animation-delay:6.0s; }
.petal:nth-child(12) { left:50%; width:7px;  height:11px; background:radial-gradient(ellipse at 35% 35%,#fdf0f8,#f8c8dc,#c8508055); animation-duration:10s;  animation-delay:8.3s; }
/* Extra 8 — add more <div class="petal"></div> lines in your HTML to see these */
.petal:nth-child(13) { left:8%;  width:8px;  height:6px;  background:radial-gradient(ellipse at 35% 35%,#fde8f2,#f5b8d4,#d4678a44); animation-duration:13s;  animation-delay:1.4s; }
.petal:nth-child(14) { left:30%; width:6px;  height:9px;  background:radial-gradient(ellipse at 35% 35%,#fdf0f8,#f8c8dc,#c8508055); animation-duration:9s;   animation-delay:9.2s; }
.petal:nth-child(15) { left:42%; width:10px; height:7px;  background:radial-gradient(ellipse at 35% 35%,#fde8f2,#f5b8d4,#d4678a44); animation-duration:11.5s;animation-delay:3.6s; }
.petal:nth-child(16) { left:60%; width:7px;  height:8px;  background:radial-gradient(ellipse at 35% 35%,#fdf0f8,#f8c8dc,#c8508055); animation-duration:8s;   animation-delay:5.8s; }
.petal:nth-child(17) { left:70%; width:9px;  height:10px; background:radial-gradient(ellipse at 35% 35%,#fde8f2,#f5b8d4,#d4678a44); animation-duration:14.5s;animation-delay:0.9s; }
.petal:nth-child(18) { left:79%; width:6px;  height:7px;  background:radial-gradient(ellipse at 35% 35%,#fdf0f8,#f8c8dc,#c8508055); animation-duration:10.5s;animation-delay:6.7s; }
.petal:nth-child(19) { left:88%; width:11px; height:8px;  background:radial-gradient(ellipse at 35% 35%,#fde8f2,#f5b8d4,#d4678a44); animation-duration:12.5s;animation-delay:2.9s; }
.petal:nth-child(20) { left:96%; width:7px;  height:10px; background:radial-gradient(ellipse at 35% 35%,#fdf0f8,#f8c8dc,#c8508055); animation-duration:9.5s; animation-delay:4.4s; }
@media (prefers-reduced-motion: reduce) { .petal { animation: none; display: none; } }

/* =========================
   LOGO
========================= */
.logo-wrap {
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.logo-img {
  max-width: 340px;
  width: 68vw;
  height: auto;
  filter: drop-shadow(0 2px 12px rgba(180, 60, 100, 0.22));
}

/* =========================
   PAGE WRAP
========================= */
.page-wrap {
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

/* =========================
   BADGE
========================= */
.paper-badge {
  width: calc(100% - 72px);
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  margin-top: 4px;
  margin-bottom: 5px;
}
.paper-badge-link {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 14px;
  background: linear-gradient(120deg, #fde8f2 0%, #ffd6e8 40%, #ffe8d6 75%, #fff5c2 100%);
  border-radius: 8px;
  border: 1.5px solid rgba(192, 80, 122, 0.32);
  box-shadow: 1px 1px 6px rgba(180, 60, 100, 0.12);
  font-family: 'Nunito', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.paper-badge-link:hover {
  background: linear-gradient(120deg, #f8cfe0 0%, #f8c0d8 40%, #ffd4be 75%, #fff0a8 100%);
}

/* =========================
   NOTEBOOK
========================= */
.notebook {
  display: flex;
  align-items: stretch;
  width: 100%;
}

/* =========================
   PAPER
========================= */
.paper {
  flex: 1;
  background: var(--paper);
  border-radius: 16px;
  border: 2px solid var(--tab-border);
  box-shadow:
    0 8px 32px rgba(180, 60, 100, 0.18),
    0 2px 0 rgba(255, 255, 255, 0.55) inset,
    0 -1px 0 rgba(180, 80, 120, 0.12) inset;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

/* =========================
   PAGES
========================= */
.pages {
  height: 60vh;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}
.page {
  display: none;
  height: 100%;
  overflow-y: auto;
  padding: 22px 48px 48px 48px;
  animation: pageIn 0.32s ease;
  scrollbar-gutter: stable;
}
.page.active { display: block; }

/* Connect page: flex column so iframe centers, but also allows float on the image */
.page-connect.active {
  display: block;
}
.page-connect h2 {
  text-align: center;
}
.page-connect iframe {
  display: block;
  margin: 0 auto;
}

@keyframes pageIn {
  from { opacity:0; transform:translateY(12px); }
  to   { opacity:1; transform:translateY(0); }
}
.page::-webkit-scrollbar { width: 5px; }
.page::-webkit-scrollbar-track { background: transparent; margin: 6px 0; }
.page::-webkit-scrollbar-thumb { background: var(--accent-soft); border-radius: 4px; }

/* =========================
   TYPOGRAPHY — all sans-serif, no italics globally
========================= */
.page h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: rgba(192, 80, 122, 0.4);
  text-underline-offset: 7px;
  color: var(--accent);
  font-style: normal;
}
.page p {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-soft);
  font-weight: 600;
  font-style: normal;
}
.page p + p { margin-top: 14px; }
.page a {
  color: var(--link-color);
  font-weight: 800;
  text-underline-offset: 3px;
  transition: color 0.3s;
  font-style: normal;
}
.page a:hover { color: var(--accent2); }

/* =========================
   BLOCKQUOTE
========================= */
.og-quote {
  margin: 0 0 24px 0;
  padding: 18px 22px 16px 22px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(180, 60, 100, 0.08);
}
.og-quote--with-img { overflow: hidden; }
.quote-img {
  float: right;
  width: 300px;
  height: auto;
  margin: 0 0 14px 20px;
  border-radius: 6px;
  filter: drop-shadow(0 3px 10px rgba(180, 60, 100, 0.18));
  shape-outside: margin-box;
}
.og-quote p {
  font-family: 'Nunito', sans-serif;
  font-size: 0.97rem;
  line-height: 1.75;
  color: var(--text);
  font-weight: 600;
  font-style: normal;
  margin: 0 !important;
}
.og-quote p + p { margin-top: 12px !important; }
.og-quote cite {
  display: block;
  margin-top: 10px;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--accent);
  font-weight: 700;
  text-align: right;
}
.og-quote .cite-note {
  color: var(--text-soft);
  opacity: 0.8;
}

/* =========================
   DISCLAIMER BOX
========================= */
.disclaimer-box {
  margin-top: 20px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px dashed rgba(190, 130, 165, 0.55);
  border-radius: 10px;
}
.disclaimer-label {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  font-style: normal;
}
/* Disclaimer body — the one place italics are allowed */
.disclaimer-box p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text-soft);
  font-style: italic;
}

/* =========================
   JOIN STEPS
========================= */
.steps { display: flex; flex-direction: column; gap: 24px; margin-top: 6px; }
.step  { display: flex; gap: 18px; align-items: flex-start; }
.step-num {
  width: 32px; height: 32px; flex-shrink: 0;
  border: 2px solid rgba(191,234,255,0.85);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 13px;
  color: var(--accent2);
  background: rgba(230, 248, 255, 0.75);
}
.step-body h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 6px;
  font-style: normal;
}
.step-body p { margin-top: 0 !important; }

.preview-label {
  margin-top: 10px !important;
  font-size: 0.88rem !important;
  color: var(--text-soft) !important;
}

.code-block {
  margin-top: 10px;
  background: var(--code-bg);
  border: 1px solid var(--inner-border);
  border-left: 3px solid rgba(191,234,255,0.95);
  padding: 10px 13px;
  font-family: 'Courier New', monospace;
  font-size: 11.5px;
  color: var(--text);
  font-weight: 800;
  line-height: 1.6;
  word-break: break-all;
  font-style: normal;
}
.code-block--small {
  font-size: 10px;
  line-height: 1.7;
}
.copy-btn {
  display: inline-block;
  margin-top: 7px;
  background: var(--copy-bg);
  color: rgba(255,255,255,0.92);
  border: none;
  font-size: 9px;
  letter-spacing: 1px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  padding: 3px 10px;
  opacity: 0.9;
  transition: opacity 0.2s;
  font-style: normal;
}
.copy-btn:hover { opacity: 1; }
.copy-btn.copied { background: #5a7a9a; }

.banner-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

/* =========================
   RULES SECTION
========================= */
.rules-section {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--inner-border);
}
.rules-heading {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 12px;
  font-style: normal;
}
.rules-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.rules-list li {
  font-family: 'Nunito', sans-serif;
  font-size: 0.97rem;
  color: var(--text-soft);
  font-weight: 600;
  padding-left: 22px;
  position: relative;
  line-height: 1.6;
  font-style: normal;
}
.rules-list li::before {
  content: '';
  position: absolute;
  left: 6px; top: 50%;
  transform: translateY(-50%);
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent-soft);
}

/* =========================
   SAMPLE JAR
========================= */
.jar-section { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.jar-hint {
  font-size: 0.9rem !important;
  color: var(--accent2) !important;
  letter-spacing: 0.04em;
  text-align: center;
  font-style: normal !important;
}
#pulledStrip {
  height: 34px; min-width: 180px; max-width: 320px;
  border-radius: 3px;
  background: rgba(255,255,255,0.72);
  box-shadow: 2px 3px 10px rgba(0,0,0,0.10), inset 0 0 0 1px rgba(202,162,74,0.22);
  display: flex; align-items: center; justify-content: center;
  gap: 10px; padding: 0 16px;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#pulledDot { width:10px; height:10px; border-radius:50%; flex-shrink:0; border:1px solid rgba(0,0,0,0.10); }
#pulledScent { font-family:'Nunito',sans-serif; font-size:0.72rem; letter-spacing:0.06em; color:var(--text); font-weight:800; white-space:nowrap; }
#pulledCat { font-family:'Nunito',sans-serif; font-size:0.72rem; color:var(--text-soft); white-space:nowrap; font-weight:700; }
#jarScene { position: relative; width: 180px; }
#stripsRow { position: absolute; width: 100px; height: 110px; bottom: 76px; left: 50%; transform: translateX(-50%); z-index: 1; }

/* =========================
   TABS
   .tab-btn  = used on index.html (buttons + the List <a>)
   .tab-link = used on scent-list.html (all <a> tags)
   Both get identical styling.
========================= */
.tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 18px 0 0 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.tab-btn,
.tab-link {
  width: 72px; height: 72px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  border: 2px solid var(--tab-border);
  border-left: none;
  border-radius: 0 12px 12px 0;
  margin-bottom: 5px;
  position: relative;
  transition: background 0.22s, box-shadow 0.22s;
  padding: 0; overflow: hidden; text-decoration: none;
  box-shadow: 3px 2px 8px rgba(180, 60, 100, 0.12);
  background: transparent;
  cursor: url('artworkneocities(54).gif'), pointer;
}

.tab-btn.active,
.tab-link.tab-active {
  box-shadow: 4px 2px 10px rgba(74, 167, 230, 0.15);
  transform: translateX(-2px);
  z-index: 3;
}

.tab-btn img,
.tab-link img {
  width: 48px; height: 48px;
  object-fit: contain;
  transition: opacity 0.2s, transform 0.2s;
  position: relative; z-index: 1;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.9)) drop-shadow(0 1px 6px rgba(255,255,255,0.7));
}
.tab-btn:hover img,
.tab-link:hover img { opacity: 0.80; transform: scale(0.93); }

/* Tab label: hidden by default, overlay on hover only */
.tab-btn .tab-label,
.tab-link .tab-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.62rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(160, 48, 96, 0.52);
  opacity: 0;
  transition: opacity 0.18s;
  pointer-events: none;
  text-align: center;
  padding: 0 5px;
  line-height: 1.2;
  z-index: 2;
  font-style: normal;
}
.tab-btn:hover .tab-label,
.tab-link:hover .tab-label { opacity: 1; }

/* Tab background colors by position — nth-child works for both <button> and <a> */
.tabs > :nth-child(1) { background: #fce4ef; border-color: rgba(210,140,175,0.60); }
.tabs > :nth-child(2) { background: #ecdeff; border-color: rgba(180,130,220,0.60); }
.tabs > :nth-child(3) { background: #d6eeff; border-color: rgba(100,165,225,0.60); }
.tabs > :nth-child(4) { background: #d0f5e4; border-color: rgba(80,185,140,0.60); }
.tabs > :nth-child(5) { background: #fef9cc; border-color: rgba(210,190,70,0.60); }
.tabs > :nth-child(6) { background: #ffe4f5; border-color: rgba(210,130,180,0.60); }
.tabs > :nth-child(1):hover { background: #f8cfe0; }
.tabs > :nth-child(2):hover { background: #dfc8f8; }
.tabs > :nth-child(3):hover { background: #bcdaf5; }
.tabs > :nth-child(4):hover { background: #b8edce; }
.tabs > :nth-child(5):hover { background: #f5eeaa; }
.tabs > :nth-child(6):hover { background: #f8cce8; }

/* =========================
   FOOTER
========================= */
.site-footer {
  margin-top: 10px;
  width: calc(100% - 72px);
  text-align: center;
  padding: 9px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 2px 12px rgba(180, 60, 100, 0.08);
}
.site-footer p {
  font-family: 'Nunito', sans-serif;
  font-size: 0.80rem;
  color: rgba(90, 36, 64, 0.75);
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}
.site-footer a { color: var(--link-color); font-weight: 800; text-underline-offset: 2px; }
.site-footer a:hover { color: var(--accent2); }

/* =========================
   SCENT LIST TABLE (scent-list.html)
========================= */
.scent-tools { display:flex; gap:10px; align-items:center; margin:6px 0 14px; flex-wrap:wrap; }
.scent-search {
  flex:1; min-width:220px; padding:10px 12px;
  border-radius:10px; border:1.5px solid var(--tab-border);
  background:rgba(255,255,255,0.85);
  font-family:'Nunito',sans-serif; font-weight:700; color:var(--text);
}
.scent-count { font-family:'Nunito',sans-serif; color:var(--accent2); font-weight:700; }
.table-wrap { border:1.5px solid var(--tab-border); border-radius:14px; overflow:hidden; background:rgba(255,255,255,0.70); }
.scent-table { width:100%; border-collapse:collapse; font-family:'Nunito',sans-serif; }
.scent-table thead th {
  position:sticky; top:0; z-index:1;
  background:rgba(255,255,255,0.95); border-bottom:1px solid var(--inner-border);
  padding:10px; text-align:left; font-size:0.82rem; color:var(--text);
  user-select:none; white-space:nowrap; font-weight:900;
  letter-spacing:1px; text-transform:uppercase;
}
.scent-table thead th .sort { margin-left:6px; font-size:0.8em; color:var(--accent2); }
.scent-table tbody td { border-bottom:1px solid rgba(230,170,205,0.30); padding:10px; font-size:0.95rem; color:var(--text-soft); vertical-align:top; font-style:normal; }
.scent-table tbody tr:hover td { background:rgba(255,255,255,0.55); }
.badge { display:inline-block; padding:2px 8px; border-radius:999px; font-size:0.8rem; font-weight:800; background:rgba(191,234,255,0.35); color:var(--accent2); border:1px solid rgba(74,167,230,0.25); margin:2px 4px 2px 0; }
.color-chip { width:14px; height:14px; border-radius:50%; display:inline-block; margin-right:8px; border:1px solid rgba(0,0,0,0.12); vertical-align:-2px; }

/* =========================
   OG SCENTS BOX (scent-list.html)
========================= */
.og-scents-box { margin:10px 0 24px 0; border:1.5px solid var(--tab-border); border-radius:14px; overflow:hidden; background:rgba(255,255,255,0.60); }
.og-scents-header { padding:10px 16px 8px; background:rgba(255,255,255,0.80); border-bottom:1px solid var(--inner-border); display:flex; align-items:baseline; gap:10px; }
.og-scents-header h3 { font-family:'Nunito',sans-serif; font-weight:900; font-size:0.82rem; letter-spacing:2px; text-transform:uppercase; color:var(--accent2); margin:0; }
.og-scents-header span { font-family:'Nunito',sans-serif; font-size:0.78rem; color:var(--text-soft); opacity:0.8; font-weight:600; }
.og-scents-scroll { height:200px; overflow-y:auto; padding:10px 16px 14px; scrollbar-gutter:stable; }
.og-scents-scroll::-webkit-scrollbar { width:5px; }
.og-scents-scroll::-webkit-scrollbar-track { background:transparent; }
.og-scents-scroll::-webkit-scrollbar-thumb { background:var(--accent-soft); border-radius:4px; }
.og-category { margin-bottom:12px; }
.og-category-label { font-family:'Nunito',sans-serif; font-weight:800; font-size:0.78rem; letter-spacing:0.06em; text-transform:uppercase; color:var(--accent); margin-bottom:5px; display:flex; align-items:center; gap:6px; }
.og-category-label .og-swatch { width:10px; height:10px; border-radius:50%; display:inline-block; border:1px solid rgba(0,0,0,0.10); flex-shrink:0; }
.og-scent-pills { display:flex; flex-wrap:wrap; gap:5px; }
.og-pill { display:inline-block; padding:2px 9px; border-radius:999px; font-size:0.78rem; font-weight:700; font-family:'Nunito',sans-serif; background:rgba(255,255,255,0.72); color:var(--text-soft); border:1px solid var(--inner-border); font-style:normal; }

/* =========================
   SECTION SUBHEADING (utility)
========================= */
.section-subheading {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent2);
  margin: 4px 0 16px 0;
  font-style: normal;
}