:root {
  --cream: #f7f3ec;
  --sand: #efe8dc;
  --sage: #5a7f6a;
  --sage-dark: #466556;
  --sage-light: #7a9a86;
  --terracotta: #c4694a;
  --terracotta-dark: #a35338;
  --mustard: #d4a843;
  --dusty-blue: #6a9ec4;
  --lavender: #9b8ec4;
  --ink: #3d3832;
  --muted: #6e6760;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(61, 56, 50, 0.08);
  --radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

a {
  color: var(--sage-dark);
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
}

.narrow {
  width: min(720px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 243, 236, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(90, 127, 106, 0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.logo-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(61, 56, 50, 0.1);
}

.logo-text {
  font-family: "Pacifico", cursive;
  font-size: 1.15rem;
  color: var(--sage);
  line-height: 1.2;
}

.nav {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.nav a {
  text-decoration: none;
  font-weight: 600;
  color: var(--muted);
}

.nav a:hover {
  color: var(--sage);
}

.landing {
  padding: 2rem 0 2.5rem;
  background:
    radial-gradient(circle at 8% 12%, rgba(90, 127, 106, 0.08), transparent 35%),
    radial-gradient(circle at 92% 88%, rgba(196, 105, 74, 0.06), transparent 30%),
    var(--cream);
}

.landing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

.landing-figure {
  margin: 0;
  width: min(100%, 860px);
  padding: 0.65rem;
  background: var(--white);
  border: 2px solid rgba(90, 127, 106, 0.35);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.landing-flyer {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.landing-fine-print {
  text-align: center;
  max-width: 36rem;
  margin: 0;
}

.hero {
  padding: 3rem 0 3.5rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(212, 168, 67, 0.12), transparent 40%),
    radial-gradient(circle at 10% 80%, rgba(106, 158, 196, 0.1), transparent 35%),
    var(--cream);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sage);
  margin: 0 0 0.75rem;
}

.eyebrow::before,
.eyebrow::after {
  content: "•";
  margin: 0 0.35rem;
  color: var(--terracotta);
}

.hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  margin-bottom: 1rem;
  color: var(--ink);
}

.lead {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 36rem;
}

.lead em {
  font-style: normal;
  color: var(--terracotta);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

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

.btn-primary {
  background: var(--terracotta);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(196, 105, 74, 0.25);
}

.btn-primary:hover {
  background: var(--terracotta-dark);
}

.btn-secondary {
  background: var(--white);
  color: var(--sage-dark);
  border: 2px solid rgba(90, 127, 106, 0.25);
}

.btn-card {
  background: var(--sage);
  color: var(--white);
  width: 100%;
}

.btn-card:hover {
  background: var(--sage-dark);
}

.hero-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-logo {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 16px 28px rgba(61, 56, 50, 0.1));
}

.section {
  padding: 3.5rem 0;
}

.about {
  background: linear-gradient(180deg, transparent, rgba(239, 232, 220, 0.7));
  text-align: center;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  padding: 0;
  margin: 1rem 0 1.5rem;
  list-style: none;
}

.pill-list li {
  background: var(--white);
  border: 1px solid rgba(90, 127, 106, 0.18);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--sage-dark);
}

.pill-list li:nth-child(3n + 1) { border-color: rgba(196, 105, 74, 0.3); }
.pill-list li:nth-child(3n + 2) { border-color: rgba(212, 168, 67, 0.35); }
.pill-list li:nth-child(3n) { border-color: rgba(106, 158, 196, 0.35); }

.tagline-accent {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.88rem;
  color: var(--sage);
  margin: 1.25rem 0 0.5rem;
}

.fine-print,
.footer-note {
  font-size: 0.9rem;
  color: var(--muted);
}

.worksheets,
.adventure-packs {
  background: var(--white);
}

/* How to Mix section */
.how-to-mix {
  background: linear-gradient(180deg, transparent, rgba(239, 232, 220, 0.6));
}

.mix-slideshow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: min(680px, 100%);
  margin: 0 auto 2.5rem;
  padding-bottom: 2rem;
}

.mix-slides {
  position: relative;
  flex: 1;
  min-height: 210px;
}

.mix-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(90, 127, 106, 0.16);
  box-shadow: var(--shadow);
}

.mix-slide.is-active {
  display: flex;
}

.mix-slide figcaption {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.5;
  max-width: 32rem;
}

.mix-slide figcaption strong {
  color: var(--sage-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
}

.mix-slide-icon {
  font-size: 2.4rem;
  line-height: 1;
}

.mix-slide--sage { background: linear-gradient(135deg, rgba(122, 154, 134, 0.18), var(--white) 65%); }
.mix-slide--terracotta { background: linear-gradient(135deg, rgba(196, 105, 74, 0.14), var(--white) 65%); }
.mix-slide--mustard { background: linear-gradient(135deg, rgba(212, 168, 67, 0.16), var(--white) 65%); }
.mix-slide--dusty-blue { background: linear-gradient(135deg, rgba(106, 158, 196, 0.16), var(--white) 65%); }
.mix-slide--lavender { background: linear-gradient(135deg, rgba(155, 142, 196, 0.16), var(--white) 65%); }

.mix-slide-arrow {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid rgba(90, 127, 106, 0.25);
  background: var(--white);
  color: var(--sage-dark);
  font-size: 1.4rem;
  line-height: 1;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.mix-slide-arrow:hover {
  background: var(--sage);
  color: var(--white);
}

.mix-slide-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.mix-slide-dot {
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(90, 127, 106, 0.4);
  background: var(--cream);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.mix-slide-dot.is-active {
  background: var(--terracotta);
  border-color: var(--terracotta);
  transform: scale(1.2);
}

.mix-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.mix-card {
  background: var(--white);
  border: 1px solid rgba(90, 127, 106, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.75rem;
}

.mix-card--paint {
  border-color: rgba(196, 105, 74, 0.28);
}

.mix-card h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--sage-dark);
  font-size: 1.3rem;
}

.mix-card--paint h3 {
  color: var(--terracotta-dark);
}

.mix-card h4 {
  margin: 1.4rem 0 0.5rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sage);
}

.mix-card--paint h4 {
  color: var(--terracotta);
}

.mix-card-icon {
  font-size: 1.4rem;
}

.mix-card-intro {
  color: var(--muted);
  margin: 0;
}

.mix-adult-note {
  margin: 0.85rem 0 0;
  padding: 0.6rem 0.9rem;
  background: rgba(212, 168, 67, 0.14);
  border: 1px solid rgba(212, 168, 67, 0.4);
  border-radius: calc(var(--radius) - 6px);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink);
}

.mix-needs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.mix-needs li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.mix-steps {
  margin: 0;
  padding-left: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.95rem;
}

.mix-steps li::marker {
  font-weight: 800;
  color: var(--terracotta);
}

.mix-notes {
  margin: 0;
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.88rem;
  color: var(--muted);
}

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

.section-head p {
  color: var(--muted);
  margin: 0;
}

.worksheet-grid,
.adventure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.worksheet-card,
.adventure-card {
  background: var(--cream);
  border: 1px solid rgba(90, 127, 106, 0.1);
  border-radius: var(--radius);
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.worksheet-icon,
.adventure-icon {
  font-size: 1.75rem;
}

.worksheet-card h3,
.adventure-card h3 {
  font-size: 1.15rem;
  color: var(--sage-dark);
}

.worksheet-card p,
.adventure-card p {
  margin: 0;
  color: var(--muted);
  flex: 1;
}

.adventure-desc {
  font-size: 0.95rem;
  line-height: 1.55;
}

.adventure-age {
  font-size: 0.88rem;
  color: var(--sage-dark);
}

.adventure-age strong {
  font-weight: 700;
  color: var(--sage);
}

.adventure-medium {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.1rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  vertical-align: middle;
  white-space: nowrap;
}

.adventure-medium--dough {
  color: var(--sage);
  background: rgba(90, 127, 106, 0.12);
}

.adventure-medium--paint {
  color: var(--terracotta);
  background: rgba(196, 105, 74, 0.12);
}

.adventure-medium--both {
  color: #8a6d1f;
  background: rgba(212, 168, 67, 0.16);
}

.library-tagline {
  font-weight: 800;
  color: var(--sage);
  letter-spacing: 0.03em;
}

.library-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.library-stat {
  background: var(--cream);
  border: 1px solid rgba(90, 127, 106, 0.15);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  display: flex;
  gap: 0.4rem;
  align-items: baseline;
}

.library-stat-count {
  font-weight: 800;
  color: var(--terracotta);
}

.library-stat-label {
  color: var(--muted);
  font-weight: 600;
}

.library-stat--total {
  border-color: rgba(196, 105, 74, 0.35);
  background: rgba(239, 232, 220, 0.6);
}

.library-toolbar {
  margin-bottom: 1.5rem;
}

.library-search-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sage);
  margin-bottom: 0.45rem;
}

.library-search {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border: 2px solid rgba(90, 127, 106, 0.2);
  border-radius: 999px;
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--cream);
  margin-bottom: 1rem;
}

.library-search:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(90, 127, 106, 0.15);
}

.library-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.library-filter {
  border: 1px solid rgba(90, 127, 106, 0.2);
  background: var(--white);
  color: var(--sage-dark);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.library-filter:hover,
.library-filter--active {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--white);
}

.library-category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(90, 127, 106, 0.12);
}

.library-category-link {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--muted);
  background: var(--cream);
  border: 1px solid rgba(90, 127, 106, 0.12);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.library-category-link:hover {
  color: var(--sage-dark);
  border-color: var(--sage);
}

.library-category-count {
  font-weight: 700;
  color: var(--terracotta);
}

.library-folder {
  margin-bottom: 0.85rem;
  scroll-margin-top: 5rem;
  background: var(--cream);
  border: 1px solid rgba(90, 127, 106, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.library-folder:hover {
  border-color: rgba(90, 127, 106, 0.35);
}

.library-folder[open] {
  border-color: rgba(90, 127, 106, 0.3);
  box-shadow: var(--shadow);
}

.library-folder-summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
  font-weight: 800;
}

.library-folder-summary::-webkit-details-marker {
  display: none;
}

.library-folder-summary:hover {
  background: rgba(90, 127, 106, 0.06);
}

.library-folder-icon {
  font-size: 1.4rem;
}

.library-folder-title {
  font-size: 1.1rem;
  color: var(--sage-dark);
}

.library-folder-chevron {
  margin-left: auto;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2.5px solid var(--sage);
  border-bottom: 2.5px solid var(--sage);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.library-folder[open] .library-folder-chevron {
  transform: rotate(225deg);
}

.library-folder-body {
  padding: 0.25rem 1.25rem 1.25rem;
}

.library-section-intro {
  color: var(--muted);
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
}

/* Themed subgroups inside a category folder (e.g. Build / Imagine / Create) */
.library-subgroup {
  margin-bottom: 1.5rem;
}

.library-subgroup:last-of-type {
  margin-bottom: 0;
}

.library-subgroup-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: var(--sage-dark);
  margin: 0 0 0.85rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(90, 127, 106, 0.18);
}

.library-subgroup-icon {
  font-size: 1.05rem;
}

.library-subgroup-title .library-category-count {
  font-weight: 600;
  color: var(--muted);
  font-size: 0.9rem;
}

.library-grid {
  margin-bottom: 0.5rem;
}

.library-folder .adventure-card {
  background: var(--white);
}

/* Pure Paint Adventures — featured product highlight */
.library-folder--paint {
  background: linear-gradient(120deg, rgba(196, 105, 74, 0.08), var(--cream) 60%);
  border-color: rgba(196, 105, 74, 0.35);
}

.library-folder--paint:hover {
  border-color: rgba(196, 105, 74, 0.55);
}

.library-folder--paint[open] {
  border-color: rgba(196, 105, 74, 0.5);
  box-shadow: 0 18px 40px rgba(196, 105, 74, 0.12);
}

.library-folder--paint .library-folder-summary:hover {
  background: rgba(196, 105, 74, 0.06);
}

.library-folder--paint .library-folder-title {
  color: var(--terracotta-dark);
}

.library-folder--paint .library-folder-chevron {
  border-color: var(--terracotta);
}

.library-featured-pill {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--terracotta);
  background: rgba(196, 105, 74, 0.1);
  border: 1px solid rgba(196, 105, 74, 0.25);
  border-radius: 999px;
  padding: 0.1rem 0.7rem 0.2rem;
  white-space: nowrap;
}

.library-paint-dabs {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.library-paint-dabs i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 55% 45% 60% 50%;
}

.library-paint-dabs i:nth-child(1) { background: var(--terracotta); }
.library-paint-dabs i:nth-child(2) { background: var(--mustard); }
.library-paint-dabs i:nth-child(3) { background: var(--dusty-blue); }

.library-filter--paint {
  color: var(--terracotta-dark);
  background: rgba(196, 105, 74, 0.07);
  border-color: rgba(196, 105, 74, 0.4);
}

.library-filter--paint:hover,
.library-filter--paint.library-filter--active {
  background: var(--terracotta);
  border-color: var(--terracotta);
  color: var(--white);
}

.library-category-link--paint {
  color: var(--terracotta-dark);
  background: rgba(196, 105, 74, 0.08);
  border-color: rgba(196, 105, 74, 0.35);
}

.library-category-link--paint:hover {
  color: var(--terracotta-dark);
  border-color: var(--terracotta);
}

@media (max-width: 480px) {
  .library-paint-dabs {
    display: none;
  }

  .library-featured-pill {
    font-size: 0.72rem;
  }
}

.adventure-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--radius) - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.adventure-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.6), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.4), transparent 40%);
}

.adventure-thumb span {
  position: relative;
  z-index: 1;
}

.adventure-thumb--sage {
  background: linear-gradient(135deg, var(--sage-light), var(--sage));
}

.adventure-thumb--terracotta {
  background: linear-gradient(135deg, #d4846a, var(--terracotta));
}

.adventure-thumb--mustard {
  background: linear-gradient(135deg, #e0bc5c, var(--mustard));
}

.adventure-thumb--dusty-blue {
  background: linear-gradient(135deg, #8bb5d4, var(--dusty-blue));
}

.adventure-thumb--lavender {
  background: linear-gradient(135deg, #b5a8d4, var(--lavender));
}

.adventure-card--featured {
  border-color: rgba(196, 105, 74, 0.28);
  box-shadow: 0 8px 24px rgba(196, 105, 74, 0.08);
}

.adventure-kit-badge {
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--terracotta);
  background: rgba(196, 105, 74, 0.1);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}

.adventure-card--hidden {
  display: none !important;
}

.btn-coming-soon {
  background: var(--sand);
  color: var(--muted);
  width: 100%;
  cursor: default;
  pointer-events: none;
}

.library-no-results,
.library-empty-msg,
.library-error {
  text-align: center;
  color: var(--muted);
  padding: 1.5rem;
  background: var(--cream);
  border-radius: var(--radius);
  border: 1px dashed rgba(90, 127, 106, 0.25);
}

.footer-tagline {
  font-family: "Pacifico", cursive;
  font-size: 1.2rem;
  color: var(--sage);
  margin: 0.25rem 0 !important;
}

.footer-tagline-sub {
  font-weight: 700;
  color: var(--terracotta);
  margin: 0 0 0.5rem !important;
}

.footer-contact {
  margin: 0.5rem 0 0.75rem !important;
  font-weight: 700;
}

.footer-contact a {
  text-decoration: none;
  color: var(--ink);
}

.footer-contact a:hover {
  color: var(--sage);
}

.footer-divider {
  margin: 0 0.5rem;
  color: var(--muted);
}

.find-us {
  text-align: center;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.5rem;
  background: var(--white);
  border: 2px solid rgba(90, 127, 106, 0.2);
  border-radius: var(--radius);
  text-decoration: none;
  min-width: 200px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.contact-card:hover {
  border-color: var(--sage);
  transform: translateY(-2px);
}

.contact-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sage);
}

.contact-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid rgba(90, 127, 106, 0.12);
  background: var(--sand);
}

.footer-inner {
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-logo {
  border-radius: 50%;
  margin-bottom: 0.75rem;
  opacity: 0.95;
  object-fit: cover;
}

.footer-inner p {
  margin: 0.25rem 0;
}

@media (max-width: 800px) {
  .landing {
    padding: 1.25rem 0 2rem;
  }

  .landing-figure {
    padding: 0.45rem;
    border-radius: 18px;
  }

  .landing-flyer {
    border-radius: 14px;
  }

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

  .hero-logo-wrap {
    order: -1;
  }

  .hero-logo {
    max-width: 400px;
  }

  .logo-text {
    font-size: 1rem;
  }

  .library-stats {
    gap: 0.5rem;
  }

  .library-stat {
    font-size: 0.8rem;
    padding: 0.4rem 0.75rem;
  }

  .library-category-nav {
    gap: 0.4rem;
  }

  .library-category-link {
    font-size: 0.82rem;
  }

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

  .mix-slides {
    min-height: 250px;
  }

  .mix-card {
    padding: 1.35rem;
  }
}

@media (max-width: 480px) {
  .mix-slideshow {
    gap: 0.35rem;
  }

  .mix-slide {
    padding: 1.1rem 1rem;
  }

  .mix-slides {
    min-height: 280px;
  }

  .mix-slide-arrow {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .logo-text {
    display: none;
  }
}

/* Collapsible full mixing instructions */
.mix-details {
  margin-top: 1rem;
  border: 1px dashed rgba(90, 127, 106, 0.4);
  border-radius: 12px;
  background: rgba(90, 127, 106, 0.04);
}

.mix-details-summary {
  padding: 0.75rem 1rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--sage-dark);
}

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

.mix-details-summary::after {
  content: " ▾";
  font-size: 0.8em;
}

.mix-details[open] .mix-details-summary::after {
  content: " ▴";
}

.mix-details-summary:hover {
  background: rgba(90, 127, 106, 0.08);
  border-radius: 12px;
}

.mix-details > h4,
.mix-details > ul,
.mix-details > ol {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mix-details > :last-child {
  padding-bottom: 1rem;
}

.mix-card--paint .mix-details {
  border-color: rgba(196, 105, 74, 0.4);
  background: rgba(196, 105, 74, 0.04);
}

.mix-card--paint .mix-details-summary {
  color: var(--terracotta-dark);
}

.mix-card--paint .mix-details-summary:hover {
  background: rgba(196, 105, 74, 0.08);
}

.gf-ribbon {
  position: absolute;
  top: 1.25rem;
  right: -0.5rem;
  z-index: 2;
  padding: 0.5rem 1.1rem 0.5rem 1.3rem;
  background: var(--mustard, #d4a54a);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.gf-ribbon::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-left: 0.5rem solid transparent;
  border-top: 0.45rem solid #a8823a;
}

.landing-figure {
  position: relative;
}

/* Download gate */
.gate-overlay[hidden] {
  display: none;
}

.gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(60, 70, 60, 0.45);
}

.gate-panel {
  position: relative;
  width: min(100%, 460px);
  background: var(--cream, #faf6ee);
  border-radius: 18px;
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.gate-panel h3 {
  margin: 0 0 0.5rem;
  color: var(--sage-dark, #3f5a4a);
}

.gate-intro {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
}

.gate-close {
  position: absolute;
  top: 0.6rem;
  right: 0.85rem;
  border: none;
  background: none;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: var(--sage-dark, #3f5a4a);
}

.gate-form label {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: var(--sage-dark, #3f5a4a);
}

.gate-row {
  display: flex;
  gap: 0.5rem;
}

.gate-row input {
  flex: 1;
  min-width: 0;
  padding: 0.65rem 0.9rem;
  border: 1.5px solid rgba(90, 127, 106, 0.4);
  border-radius: 10px;
  font: inherit;
  background: #fff;
}

.gate-row input:focus {
  outline: 2px solid var(--sage, #5a7f6a);
  border-color: transparent;
}

.gate-form--account input {
  display: block;
  width: 100%;
  margin-bottom: 0.85rem;
  padding: 0.65rem 0.9rem;
  border: 1.5px solid rgba(90, 127, 106, 0.4);
  border-radius: 10px;
  font: inherit;
  background: #fff;
}

.gate-form--account input:focus {
  outline: 2px solid var(--sage, #5a7f6a);
  border-color: transparent;
}

.gate-submit {
  width: 100%;
  border: none;
  font: inherit;
  cursor: pointer;
  margin-top: 0.35rem;
}

.gate-toggle-row {
  margin: 1rem 0 0;
  text-align: center;
}

.gate-toggle {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--sage-dark, #3f5a4a);
  text-decoration: underline;
  cursor: pointer;
}

.gate-toggle:hover {
  color: var(--terracotta, #c4694a);
}

.gate-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.25rem 0;
  color: var(--terracotta-dark, #a2543a);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gate-divider::before,
.gate-divider::after {
  content: "";
  flex: 1;
  border-top: 1.5px dashed rgba(90, 127, 106, 0.35);
}

.gate-note {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: #6b6b60;
}

.gate-error {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #b03a2e;
}

.btn-locked {
  cursor: pointer;
  opacity: 0.92;
}

.mix-gf-badge {
  display: inline-block;
  margin: 0.25rem 0 0.75rem;
  padding: 0.5rem 1rem;
  background: rgba(212, 165, 74, 0.18);
  border: 1.5px solid var(--mustard, #d4a54a);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--sage-dark, #3f5a4a);
}
