:root {
  --warm-white: #fffaf6;
  --paper: #ffffff;
  --soft-blush: #f7e8e4;
  --blush-deep: #d9aaa0;
  --sage: #c9d7c5;
  --sage-deep: #778b73;
  --soft-teal: #8fc7c9;
  --teal-deep: #3d777b;
  --champagne: #d8bd7f;
  --warm-gray: #746b64;
  --ink: #332c29;
  --muted: #756d67;
  --line: #eadfda;
  --shadow: 0 22px 70px rgba(94, 72, 64, 0.12);
  --soft-shadow: 0 14px 42px rgba(94, 72, 64, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  background: var(--warm-white);
  color: var(--ink);
  font-family: "Inter", "Nunito", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

body.drawer-open {
  overflow: hidden;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  padding: 12px 18px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(234, 223, 218, 0.78);
  background: rgba(255, 250, 246, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(216, 189, 127, 0.55);
  border-radius: 50%;
  background: linear-gradient(145deg, #fffdf9, var(--soft-blush));
  color: var(--ink);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.15rem;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  gap: 6px;
}

.site-nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--warm-gray);
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--soft-blush);
  color: var(--ink);
  outline: none;
}

.section-pad {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 5vw, 76px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
  min-height: calc(100svh - 82px);
  background:
    radial-gradient(circle at 86% 13%, rgba(247, 232, 228, 0.92) 0 23%, transparent 24%),
    radial-gradient(circle at 4% 80%, rgba(201, 215, 197, 0.42) 0 18%, transparent 19%),
    var(--warm-white);
}

.kicker {
  margin: 0 0 14px;
  color: var(--teal-deep);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
.footer-script,
.signature {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

h1 {
  max-width: 920px;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(4.1rem, 13vw, 9.6rem);
  line-height: 0.82;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(2.45rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.28rem, 3vw, 1.72rem);
  line-height: 1.2;
}

.curated {
  margin-bottom: 18px;
  color: var(--sage-deep);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  font-weight: 800;
}

.tagline {
  max-width: 760px;
  color: var(--warm-gray);
  font-size: clamp(1.28rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.32;
}

.welcome-copy {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin-top: 28px;
  color: var(--muted);
}

.welcome-copy p,
.section-heading p,
.hero-card p,
.product-card p,
.drawer-copy,
.learn-card p,
.meet-copy p,
.site-footer p {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 32px;
}

.primary-link,
.product-button,
.drawer-link {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  padding: 15px 24px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.primary-link:hover,
.product-button:hover,
.drawer-link:hover,
.primary-link:focus-visible,
.product-button:focus-visible,
.drawer-link:focus-visible {
  transform: translateY(-1px);
  background: #4a3e38;
  box-shadow: 0 0 0 5px rgba(216, 189, 127, 0.22);
  outline: none;
}

.burst-callout {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(216, 189, 127, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px 18px;
  color: var(--warm-gray);
  font-weight: 700;
}

.burst-callout span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--soft-blush);
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 218, 0.92);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 54px);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(216, 189, 127, 0.32);
  border-radius: 32px;
  pointer-events: none;
}

.hero-card__art {
  position: relative;
  display: grid;
  height: 300px;
  place-items: center;
  margin-bottom: 28px;
}

.hero-card__art span {
  position: absolute;
  border-radius: 999px;
}

.hero-card__art span:nth-child(1) {
  width: 210px;
  height: 210px;
  background: var(--soft-blush);
}

.hero-card__art span:nth-child(2) {
  width: 150px;
  height: 150px;
  transform: translate(42px, -38px);
  background: rgba(201, 215, 197, 0.92);
}

.hero-card__art span:nth-child(3) {
  width: 96px;
  height: 96px;
  transform: translate(-74px, 58px);
  border: 1px solid rgba(216, 189, 127, 0.7);
  background: rgba(255, 255, 255, 0.68);
}

.hero-card h2 {
  position: relative;
  font-size: clamp(2.25rem, 5vw, 4.2rem);
}

.category-section,
.learn {
  background: var(--paper);
}

.section-heading {
  max-width: 940px;
  margin-bottom: 34px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 30px;
  align-items: end;
  max-width: none;
}

.category-grid,
.learn-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.category-tile,
.learn-card,
.product-card,
.portrait-card {
  border: 1px solid rgba(234, 223, 218, 0.92);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--soft-shadow);
}

.category-tile {
  display: grid;
  min-height: 190px;
  align-content: space-between;
  padding: 24px;
  color: var(--ink);
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.category-tile:hover,
.category-tile:focus-visible,
.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 189, 127, 0.72);
  box-shadow: 0 24px 58px rgba(94, 72, 64, 0.13);
  outline: none;
}

.tile-icon,
.product-image,
.learn-icon {
  display: grid;
  place-items: center;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(247, 232, 228, 0.95), rgba(201, 215, 197, 0.55)),
    var(--soft-blush);
  color: var(--teal-deep);
}

.tile-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
}

.learn-icon svg,
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
}

.product-image svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tile-icon svg,
.learn-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 2;
}

.category-tile p,
.product-card p,
.learn-card p {
  margin-bottom: 0;
}

.recommendations {
  background:
    linear-gradient(180deg, var(--warm-white), #fffdfb 46%, var(--warm-white));
}

.product-sections {
  display: grid;
  gap: 54px;
}

.product-section {
  scroll-margin-top: 112px;
}

.product-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.product-section__header h3 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
}

.product-section__header span {
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.product-image {
  min-height: 236px;
  border-radius: 0;
}

.product-image svg {
  width: 78px;
  height: 78px;
  stroke-width: 1.8;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.product-body h4 {
  margin: 0;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.25;
}

.recommend-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-deep);
  font-weight: 800;
}

.recommend-line::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--champagne);
}

.partner-pick {
  border-radius: 20px;
  background: rgba(143, 199, 201, 0.16);
  color: var(--teal-deep);
  padding: 12px 14px;
  font-weight: 800;
}

.product-button {
  width: 100%;
  margin-top: auto;
}

.learn-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.learn-card {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.learn-icon {
  width: 64px;
  height: 64px;
}

.placeholder-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.future-placeholder {
  min-height: 54px;
  border: 1px dashed rgba(216, 189, 127, 0.75);
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--warm-gray);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.meet {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(247, 232, 228, 0.86) 0 20%, transparent 21%),
    var(--warm-white);
}

.portrait-card {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 28px;
  text-align: center;
}

.portrait-initials {
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--soft-blush), rgba(201, 215, 197, 0.76));
  color: var(--ink);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 4rem;
}

.meet-copy {
  max-width: 860px;
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: none;
}

.drawer[aria-hidden="false"] {
  display: block;
}

.drawer__scrim {
  position: absolute;
  inset: 0;
  background: rgba(51, 44, 41, 0.36);
}

.drawer__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: min(88svh, 920px);
  overflow: auto;
  border-radius: 34px 34px 0 0;
  background: var(--warm-white);
  box-shadow: 0 -28px 80px rgba(51, 44, 41, 0.22);
  animation: drawerUp 190ms ease-out;
}

.drawer__close {
  position: sticky;
  top: 14px;
  z-index: 2;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin: 14px 18px 0 auto;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
}

.drawer__close span,
.drawer__close span::after {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
}

.drawer__close span::after {
  transform: rotate(90deg);
}

.drawer-content {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 5vw, 54px);
  padding: 0 clamp(20px, 6vw, 80px) clamp(30px, 7vw, 80px);
}

.drawer-content .product-image {
  min-height: 360px;
  border-radius: 34px;
}

.drawer-copy h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.drawer-grid {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.drawer-card {
  border: 1px solid rgba(234, 223, 218, 0.92);
  border-radius: 24px;
  background: var(--paper);
  padding: 18px;
}

.drawer-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-weight: 800;
}

.operatory-note {
  border: 1px solid rgba(216, 189, 127, 0.6);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(247, 232, 228, 0.72), rgba(255, 255, 255, 0.7));
  padding: 22px;
}

.operatory-note h3 {
  margin-bottom: 8px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.video-placeholder {
  display: grid;
  min-height: 140px;
  place-items: center;
  margin: 16px 0;
  border: 1px dashed rgba(143, 199, 201, 0.9);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--teal-deep);
  font-weight: 800;
  text-align: center;
}

.drawer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.secondary-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  padding: 15px 24px;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
  gap: 32px;
  padding: clamp(46px, 7vw, 76px) clamp(18px, 5vw, 76px);
  background: var(--ink);
  color: rgba(255, 250, 246, 0.88);
}

.site-footer p,
.site-footer h2 {
  color: rgba(255, 250, 246, 0.82);
}

.footer-script {
  margin-bottom: 14px;
  color: var(--paper) !important;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 0.95;
}

.signature {
  color: var(--paper) !important;
  font-size: 1.55rem;
}

.disclosures h2 {
  font-size: 2.2rem;
}

@keyframes drawerUp {
  from {
    transform: translateY(24px);
    opacity: 0.72;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1120px) {
  .hero,
  .section-heading--split,
  .meet,
  .drawer-content,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .learn-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 144px;
  }

  body {
    font-size: 17px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .site-nav a {
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.62);
  }

  .section-pad {
    padding-block: 52px;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .hero-actions,
  .burst-callout {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-link,
  .burst-callout,
  .drawer-link,
  .secondary-button {
    width: 100%;
  }

  .category-grid,
  .learn-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-section__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-section__header span {
    white-space: normal;
  }

  .product-image {
    min-height: 224px;
  }

  .placeholder-row {
    grid-template-columns: 1fr;
  }

  .drawer__panel {
    max-height: 92svh;
    border-radius: 28px 28px 0 0;
  }

  .drawer-content .product-image {
    min-height: 260px;
  }

  .drawer-actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* Database-driven product layout refinements */
.hero--centered {
  display: block;
  min-height: auto;
  text-align: center;
}

.hero--centered .hero__content {
  max-width: 980px;
  margin: 0 auto;
}

.hero--centered .welcome-copy {
  margin-left: auto;
  margin-right: auto;
}

.hero--centered .hero-actions {
  justify-content: center;
}

code {
  border-radius: 8px;
  background: rgba(247, 232, 228, 0.72);
  color: var(--ink);
  padding: 2px 6px;
  font-size: 0.92em;
}

.product-section__header p {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--muted);
}

.product-image {
  position: relative;
  gap: 12px;
  text-align: center;
}

.product-image__label {
  color: var(--warm-gray);
  font-size: 0.92rem;
  font-weight: 800;
}

.operatory-mini {
  border: 1px solid rgba(216, 189, 127, 0.55);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(247, 232, 228, 0.62), rgba(255, 255, 255, 0.76));
  padding: 16px;
}

.operatory-mini strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.operatory-mini p {
  margin: 0;
}

.future-faq {
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(143, 199, 201, 0.82);
  border-radius: 18px;
  color: var(--teal-deep);
  font-weight: 800;
  text-align: center;
}

.signature-inline {
  color: var(--ink) !important;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.25;
}

.drawer-card {
  color: var(--muted);
}

.drawer-card strong {
  color: var(--ink);
}

@media (max-width: 760px) {
  .hero--centered {
    text-align: left;
  }

  .hero--centered .hero-actions {
    justify-content: stretch;
  }
}


/* Requested updates: centered hero tagline, FAQ, and BURST perk cards */
.hero--centered .tagline {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.perk-card {
  align-items: center;
  border: 1px solid rgba(143, 199, 201, 0.38);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(143, 199, 201, 0.24), rgba(255, 255, 255, 0.82));
  box-shadow: 0 14px 34px rgba(61, 119, 123, 0.1);
}

.burst-callout.perk-card {
  max-width: 720px;
  padding: 16px 18px;
  text-align: left;
}

.partner-pick.perk-card {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
}

.burst-logo {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(216, 189, 127, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--teal-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.perk-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--soft-blush);
  color: var(--champagne);
  font-size: 1.2rem;
}

.perk-card strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

.perk-card p {
  margin: 0;
  color: var(--teal-deep);
  font-size: 0.96rem;
  line-height: 1.45;
}

.faq {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
}

.faq-list details {
  border: 1px solid rgba(234, 223, 218, 0.92);
  border-radius: 26px;
  background: var(--warm-white);
  box-shadow: var(--soft-shadow);
}

.faq-list summary {
  min-height: 64px;
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 800;
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

@media (max-width: 760px) {
  .hero--centered .tagline {
    text-align: left;
  }

  .burst-callout.perk-card,
  .partner-pick.perk-card {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .burst-logo,
  .perk-icon {
    width: 46px;
    height: 46px;
  }
}


/* Warm copy, navigation, and recommendation language updates */
.welcome-copy--warm {
  text-align: left;
}

.welcome-copy--warm > p:first-child {
  margin-bottom: -4px;
  color: var(--ink);
  font-size: 1.18rem;
}

.home-list {
  border: 1px solid rgba(216, 189, 127, 0.42);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 12px 32px rgba(94, 72, 64, 0.07);
  padding: 20px;
}

.home-list p {
  margin-bottom: 12px;
  color: var(--ink);
  font-weight: 800;
}

.home-list ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-list li {
  position: relative;
  padding-left: 34px;
  color: var(--muted);
}

.home-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: rgba(143, 199, 201, 0.24);
  color: var(--teal-deep);
  font-size: 0.9rem;
  font-weight: 900;
}

.burst-badge {
  width: fit-content;
  border: 1px solid rgba(143, 199, 201, 0.38);
  border-radius: 999px;
  background: rgba(143, 199, 201, 0.16);
  color: var(--teal-deep);
  padding: 8px 12px;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
}

.burst-badge span {
  color: var(--warm-gray);
  font-weight: 800;
}

.drawer-reassurance {
  margin: 18px 0 14px;
  border-left: 3px solid var(--champagne);
  padding-left: 14px;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 760px) {
  .welcome-copy--warm {
    text-align: left;
  }
}


/* About Charmaine refinement */
.about {
  position: relative;
  align-items: start;
  background:
    radial-gradient(circle at 14% 18%, rgba(143, 199, 201, 0.16) 0 12%, transparent 13%),
    radial-gradient(circle at 86% 10%, rgba(216, 189, 127, 0.13) 0 10%, transparent 11%),
    linear-gradient(180deg, var(--warm-white), #fffdfb);
}

.about::before {
  content: "";
  position: absolute;
  width: min(280px, 42vw);
  height: min(280px, 42vw);
  right: 6vw;
  top: 72px;
  border: 1px solid rgba(201, 215, 197, 0.62);
  border-radius: 50%;
  pointer-events: none;
}

.about-card {
  max-width: 850px;
  border: 1px solid rgba(234, 223, 218, 0.92);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--soft-shadow);
  padding: clamp(26px, 5vw, 52px);
}

.about-card blockquote {
  margin: 18px 0;
  border-left: 3px solid var(--champagne);
  padding: 8px 0 8px 18px;
  color: var(--ink);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.about-philosophy {
  margin: 24px 0;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(247, 232, 228, 0.7), rgba(201, 215, 197, 0.28));
  padding: 20px;
}

.about-philosophy p {
  margin-bottom: 12px;
  color: var(--ink);
  font-weight: 800;
}

.about-philosophy ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-philosophy li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.about-philosophy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--soft-teal);
  box-shadow: 0 0 0 5px rgba(143, 199, 201, 0.16);
}

.about-portrait {
  position: sticky;
  top: 128px;
  overflow: hidden;
}

.about-portrait::after {
  content: "Maui roots • Navy care • Patient education";
  max-width: 230px;
  color: var(--sage-deep);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.about-signature {
  margin-top: 24px;
  color: var(--ink) !important;
}

@media (max-width: 1120px) {
  .about-portrait {
    position: static;
  }
}

/* Latest warmth and simplicity updates */
.hero--centered {
  text-align: center;
}

.hero--centered h1 {
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
}

.hero--centered .curated,
.hero--centered .tagline,
.hero--centered .welcome-copy {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero--centered .welcome-copy {
  max-width: 780px;
  gap: 14px;
}

.hero--centered .welcome-copy p {
  margin-bottom: 0;
}

.hero--centered .welcome-copy strong {
  color: var(--ink);
  font-size: 1.18rem;
}

.hero-actions {
  justify-content: center;
}

.savings-reminder {
  border: 1px solid rgba(143, 199, 201, 0.34);
  background: rgba(143, 199, 201, 0.13);
  box-shadow: 0 12px 28px rgba(61, 119, 123, 0.08);
}

.burst-callout.savings-reminder {
  min-height: 0;
  max-width: 360px;
  border-radius: 24px;
  padding: 14px 18px;
  text-align: center;
}

.savings-reminder strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-weight: 800;
}

.savings-reminder p,
.savings-reminder span {
  margin: 0;
  color: var(--teal-deep);
  font-size: 0.96rem;
  line-height: 1.4;
}

.burst-badge.savings-reminder {
  display: grid;
  gap: 3px;
  width: fit-content;
  border-radius: 18px;
  padding: 10px 12px;
  text-align: left;
}

.partner-pick.savings-reminder {
  display: block;
  border-radius: 24px;
  padding: 16px 18px;
}

.recommend-line,
.future-faq,
.burst-logo,
.perk-icon {
  display: none !important;
}

.product-card {
  background: rgba(255, 255, 255, 0.92);
}

.product-body {
  gap: 13px;
}

.product-body p {
  font-size: 1rem;
}

.product-button {
  margin-top: auto;
}

.learn-card {
  align-content: start;
}

.drawer-reassurance strong {
  color: var(--ink);
}

.about-portrait::after {
  content: "Maui roots • Navy care • Patient education";
}

@media (max-width: 760px) {
  .hero--centered,
  .hero--centered .curated,
  .hero--centered .tagline,
  .hero--centered .welcome-copy {
    text-align: center;
  }

  .hero-actions,
  .burst-callout.savings-reminder {
    align-items: stretch;
    width: 100%;
  }

  .burst-callout.savings-reminder {
    max-width: none;
  }
}

/* Final refinements */
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.burst-callout.savings-reminder {
  width: fit-content;
  max-width: min(420px, 100%);
  margin: 0 auto;
  border-radius: 24px;
  padding: 14px 20px;
  text-align: center;
}

.burst-callout.savings-reminder strong {
  font-size: 1rem;
}

.burst-badge {
  display: grid;
  gap: 2px;
  align-self: center;
  width: min(150px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(143, 199, 201, 0.34);
  border-radius: 18px;
  background: rgba(143, 199, 201, 0.12);
  color: var(--teal-deep);
  padding: 10px 12px;
  text-align: center;
  line-height: 1.16;
  box-shadow: 0 10px 24px rgba(61, 119, 123, 0.07);
}

.burst-badge strong {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 900;
}

.burst-badge span {
  color: var(--teal-deep);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.product-body .product-button + .burst-badge {
  margin-top: 2px;
}

.about-portrait::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 760px) {
  .hero-actions {
    align-items: stretch;
  }

  .burst-callout.savings-reminder {
    width: 100%;
    max-width: none;
  }
}

/* Charmaine-only final updates */
.brand-mark svg {
  width: 31px;
  height: 31px;
}

.logo-tooth,
.logo-smile,
.logo-spark {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-tooth {
  stroke-width: 2.15;
}

.logo-smile {
  stroke-width: 1.8;
}

.logo-spark {
  fill: rgba(216, 189, 127, 0.22);
  stroke-width: 1.55;
}

.about.meet {
  display: block;
  background:
    radial-gradient(circle at 12% 18%, rgba(143, 199, 201, 0.13) 0 10%, transparent 11%),
    radial-gradient(circle at 88% 12%, rgba(216, 189, 127, 0.11) 0 9%, transparent 10%),
    linear-gradient(180deg, var(--warm-white), #fffdfb);
}

.about-card {
  max-width: 1020px;
  margin: 0 auto;
}

.about-card > p,
.about-card blockquote,
.about-philosophy {
  max-width: 820px;
}

.about-card h2 {
  max-width: 900px;
}

.about-portrait,
.about-portrait::after {
  display: none !important;
  content: none !important;
}

.burst-badge {
  width: min(230px, 100%);
  gap: 5px;
  padding: 11px 14px;
}

.burst-badge strong {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 900;
}

.burst-badge span {
  color: var(--teal-deep);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
}

/* Bolder logo and credential cleanup */
.brand-mark svg {
  width: 34px;
  height: 34px;
}

.logo-tooth,
.logo-smile,
.logo-spark {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-tooth {
  stroke-width: 3.15;
}

.logo-smile {
  stroke-width: 2.45;
}

.logo-spark {
  fill: rgba(216, 189, 127, 0.2);
  stroke-width: 2.1;
}

/* About signature indentation */
.about-signature .signature-name {
  display: inline-block;
  margin-left: 2.35rem;
}

/* Product image consistency */
.product-image img {
  width: 100%;
  height: 100%;
  max-width: 92%;
  max-height: 92%;
  object-fit: contain;
  object-position: center;
  padding: 18px;
}

.drawer-content .product-image img {
  max-width: 94%;
  max-height: 94%;
  padding: 22px;
}

/* Premium product image presentation */
.product-card .product-image {
  display: grid;
  height: 256px;
  min-height: 256px;
  place-items: center;
  overflow: hidden;
  background: #ffffff;
}

.product-card .product-image img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 170px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.08));
}

.drawer-content .product-image {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #ffffff;
}

.drawer-content .product-image img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 260px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.08));
}

@media (max-width: 760px) {
  .product-card .product-image {
    height: 250px;
    min-height: 250px;
  }

  .product-card .product-image img {
    max-height: 168px;
  }
}

/* Drawer box spacing */
.drawer-copy .operatory-note + .partner-pick.savings-reminder {
  margin-top: 14px;
}

.drawer-copy .partner-pick.savings-reminder + .drawer-reassurance {
  margin-top: 14px;
}

/* Smile Tips education hub */
.learn .section-heading {
  max-width: 980px;
}

.learn .section-heading p:last-child {
  max-width: 820px;
  margin-bottom: 0;
}

.learn-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.smile-sheet-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.smile-sheet-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(247, 232, 228, 0.92), rgba(201, 215, 197, 0.42));
  box-shadow: 0 14px 34px rgba(94, 72, 64, 0.08);
  font-size: 2.15rem;
}

.smile-sheet-body {
  display: grid;
  gap: 10px;
}

.smile-sheet-body h3 {
  margin-bottom: 0;
}

.read-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(216, 189, 127, 0.44);
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.78);
  color: var(--warm-gray);
  padding: 6px 11px;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.1;
}

.smile-sheet-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
}

.smile-sheet-actions .product-button,
.smile-sheet-actions .secondary-button {
  width: 100%;
  min-height: 54px;
  text-align: center;
}

@media (max-width: 1120px) {
  .learn-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .smile-sheet-card {
    padding: 22px;
  }
}

/* Category icons aligned with Smile Tips */
.category-tile .tile-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(247, 232, 228, 0.92), rgba(201, 215, 197, 0.42));
  box-shadow: 0 14px 34px rgba(94, 72, 64, 0.08);
  color: var(--ink);
  font-size: 2.15rem;
  line-height: 1;
}


/* Dental floss icon refinement */
.floss-icon {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Cute colored dental floss icon */
.floss-icon--cute {
  width: 46px;
  height: 46px;
  overflow: visible;
}

.floss-icon--cute .floss-case {
  fill: rgba(217, 238, 230, 0.98);
  stroke: #3d777b;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floss-icon--cute .floss-case-top {
  fill: none;
  stroke: #3d777b;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floss-icon--cute .floss-thread {
  fill: none;
  stroke: #d9aaa0;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floss-icon--cute .floss-spark {
  fill: rgba(216, 189, 127, 0.38);
  stroke: #d8bd7f;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floss-icon--cute .floss-dot {
  fill: #8fc7c9;
}

/* Thin-line dental floss icon */
.floss-icon--line {
  width: 46px;
  height: 46px;
  overflow: visible;
}

.floss-icon--line .floss-line,
.floss-icon--line .floss-accent,
.floss-icon--line .floss-spark-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floss-icon--line .floss-line {
  stroke: var(--teal-deep);
  stroke-width: 2.45;
}

.floss-icon--line .floss-accent {
  stroke: var(--blush-deep);
  stroke-width: 2.35;
}

.floss-icon--line .floss-spark-line {
  stroke: var(--champagne);
  stroke-width: 2;
}

/* Premium floss icon component */
.floss-icon--premium {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.floss-icon--premium .floss-thread-premium,
.floss-icon--premium .floss-case-premium,
.floss-icon--premium .floss-lid-premium,
.floss-icon--premium .floss-highlight,
.floss-icon--premium .floss-tooth,
.floss-icon--premium .floss-spark-premium {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floss-icon--premium .floss-case-shadow {
  fill: rgba(61, 119, 123, 0.12);
  stroke: none;
}

.floss-icon--premium .floss-case-premium {
  fill: url(#flossCaseGradient);
  stroke: var(--teal-deep);
  stroke-width: 2.25;
}

.floss-icon--premium .floss-lid-premium {
  fill: url(#flossLidGradient);
  stroke: var(--teal-deep);
  stroke-width: 2.1;
}

.floss-icon--premium .floss-thread-premium {
  fill: none;
  stroke: var(--blush-deep);
  stroke-width: 2.45;
}

.floss-icon--premium .floss-highlight {
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 2;
}

.floss-icon--premium .floss-tooth {
  fill: rgba(255, 250, 246, 0.94);
  stroke: var(--teal-deep);
  stroke-width: 1.8;
}

.floss-icon--premium .floss-spark-premium {
  fill: rgba(216, 189, 127, 0.28);
  stroke: var(--champagne);
  stroke-width: 1.8;
}

.category-tile .tile-icon .floss-icon--premium,
.smile-sheet-icon .floss-icon--premium {
  display: block;
}

/* Floss icon centering fix */
.category-tile .tile-icon:has(.floss-icon--premium),
.smile-sheet-icon:has(.floss-icon--premium) {
  display: grid;
  place-items: center;
}

.category-tile .tile-icon .floss-icon--premium,
.smile-sheet-icon .floss-icon--premium {
  width: 48px;
  height: 48px;
  margin: 0;
  transform: translate(-1px, -1px);
  overflow: visible;
}

/* Visible dental floss icon final fix */
.category-tile .tile-icon .dental-floss-mark,
.smile-sheet-icon .dental-floss-mark {
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  margin: 0 !important;
  transform: none !important;
  overflow: visible;
}

.dental-floss-mark .df-case {
  fill: #d9eee6;
  stroke: #3d777b;
  stroke-width: 2.8;
}

.dental-floss-mark .df-lid {
  fill: none;
  stroke: #3d777b;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dental-floss-mark .df-thread {
  fill: none;
  stroke: #d9aaa0;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dental-floss-mark .df-shine {
  fill: none;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 2.2;
  stroke-linecap: round;
}

.dental-floss-mark .df-tooth {
  fill: #fffaf6;
  stroke: #3d777b;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dental-floss-mark .df-spark {
  fill: rgba(216, 189, 127, 0.3);
  stroke: #d8bd7f;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Stable dental floss SVG visibility */
.category-tile .tile-icon .dental-floss-icon,
.smile-sheet-icon .dental-floss-icon {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  overflow: visible;
  transform: none !important;
  color: var(--teal-deep);
}

.category-tile .tile-icon .dental-floss-icon *,
.smile-sheet-icon .dental-floss-icon * {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.category-tile .tile-icon .dental-floss-icon rect,
.smile-sheet-icon .dental-floss-icon rect {
  fill: rgba(217, 238, 230, 0.72);
}

/* Category icon rendering reset */
.category-tile .tile-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 66px !important;
  height: 66px !important;
  border-radius: 20px !important;
  overflow: visible !important;
  color: var(--teal-deep);
}

.category-tile .tile-icon svg,
.category-tile .tile-icon .category-svg {
  display: block !important;
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  overflow: visible !important;
  margin: 0 !important;
  transform: none !important;
}

.category-tile .tile-icon .category-emoji-icon,
.smile-sheet-icon .category-emoji-icon {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
}

.category-tile .tile-icon .dental-floss-icon,
.smile-sheet-icon .dental-floss-icon {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  color: var(--teal-deep);
}

.category-tile .tile-icon .dental-floss-icon *,
.smile-sheet-icon .dental-floss-icon * {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.category-tile .tile-icon .dental-floss-icon rect,
.smile-sheet-icon .dental-floss-icon rect {
  fill: rgba(217, 238, 230, 0.72);
}

/* Centered floss SVG artwork */
.category-tile .tile-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

.category-tile .tile-icon svg {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  overflow: visible !important;
  margin: 0 !important;
  transform: none !important;
}

.category-tile .tile-icon .dental-floss-icon,
.smile-sheet-icon .dental-floss-icon {
  display: block !important;
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  margin: 0 !important;
  transform: none !important;
  overflow: visible !important;
  color: var(--teal-deep);
}

.category-tile .tile-icon .dental-floss-icon rect,
.smile-sheet-icon .dental-floss-icon rect {
  fill: rgba(217, 238, 230, 0.72);
}

/* Category SVG centering cleanup */
.tile-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 20px !important;
  overflow: visible !important;
}

.tile-icon svg {
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.category-svg {
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dental-floss-icon {
  transform: none !important;
}

/* Smile Guide drawer */
.guide-drawer-content {
  padding: 0 clamp(20px, 6vw, 80px) clamp(30px, 7vw, 80px);
}

.guide-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto 24px;
}

.guide-hero h2 {
  margin-bottom: 10px;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
}

.guide-hero p:not(.kicker) {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 1.08rem;
}

.guide-icon {
  width: 86px;
  height: 86px;
}

.guide-main {
  display: grid;
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto;
}

.guide-card {
  border: 1px solid rgba(234, 223, 218, 0.92);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
  padding: 22px;
}

.guide-card h3,
.guide-section h3 {
  margin-bottom: 8px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 400;
}

.guide-section + .guide-section {
  margin-top: 18px;
  border-top: 1px solid rgba(234, 223, 218, 0.92);
  padding-top: 18px;
}

.guide-card p,
.guide-section p {
  margin-bottom: 0;
  color: var(--muted);
}

.guide-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.references-card {
  background: rgba(255, 250, 246, 0.74);
}

@media (max-width: 760px) {
  .guide-hero {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .guide-icon {
    width: 76px;
    height: 76px;
  }

  .guide-card {
    padding: 18px;
  }
}

/* Smile Guide how-to and references */
.how-to-card {
  background: linear-gradient(145deg, rgba(247, 232, 228, 0.58), rgba(255, 255, 255, 0.88));
}

.how-to-card p {
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.72;
}

.references-card {
  box-shadow: none;
}

.references-note {
  margin-bottom: 12px !important;
  color: var(--warm-gray) !important;
  font-size: 0.94rem;
  line-height: 1.5;
}

.references-card ul {
  gap: 6px;
  padding-left: 1.05rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

/* Chairside Smile Guide enhancements */
.guide-education p + p {
  margin-top: 12px;
}

.guide-list,
.missed-area-list,
.reference-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  color: var(--muted);
}

.guide-list li span:first-child {
  color: var(--blush-deep);
  font-weight: 900;
}

.missed-area-list li {
  display: grid;
  gap: 3px;
  border-top: 1px solid rgba(234, 223, 218, 0.72);
  padding-top: 10px;
  color: var(--muted);
}

.missed-area-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.missed-area-list strong {
  color: var(--ink);
}

.pro-tip-card {
  border-color: rgba(216, 189, 127, 0.58);
  background: linear-gradient(145deg, rgba(255, 250, 246, 0.92), rgba(247, 232, 228, 0.42));
}

.pro-tip-card p {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 800;
}

.guide-product-list {
  display: grid;
  gap: 10px;
}

.guide-product-list a {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(234, 223, 218, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  padding: 13px 14px;
  text-decoration: none;
}

.guide-product-list strong {
  color: var(--ink);
}

.guide-product-list span,
.guide-muted {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.reference-list {
  gap: 6px;
  padding-left: 0;
}

.reference-list a {
  color: var(--teal-deep);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.reference-list a:hover,
.reference-list a:focus-visible {
  text-decoration: underline;
}

/* Smile Guide Smile Fact */
.smile-fact-card {
  border-color: rgba(216, 189, 127, 0.46);
  background: linear-gradient(145deg, rgba(255, 250, 246, 0.96), rgba(247, 232, 228, 0.56));
  box-shadow: 0 14px 34px rgba(94, 72, 64, 0.08);
}

.smile-fact-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.smile-fact-card p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.62;
}


/* Smile Guide Quick Demo animations */
.quick-demo-card {
  overflow: hidden;
  border-color: rgba(143, 199, 201, 0.34);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(247, 232, 228, 0.42));
}

.quick-demo-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
}

.quick-demo-heading h3 {
  margin-bottom: 0;
}

.quick-demo-heading p {
  color: var(--teal-deep);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.quick-demo-label--secondary {
  color: var(--warm-gray) !important;
  font-size: 0.92rem !important;
}

.quick-demo-stage {
  display: grid;
  min-height: 230px;
  place-items: center;
  border: 1px solid rgba(234, 223, 218, 0.82);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  padding: 12px;
}

.demo-scenes {
  display: grid;
  width: 100%;
  gap: 12px;
}

.demo-scenes--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-demo-svg {
  display: block;
  width: min(100%, 520px);
  height: auto;
  overflow: visible;
}

.demo-scene {
  display: grid;
  min-height: 180px;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 250, 246, 0.82), rgba(217, 238, 230, 0.26));
}

.quick-demo-svg .tooth,
.quick-demo-svg .front-tooth,
.quick-demo-svg .tooth-center,
.quick-demo-svg .tooth-left,
.quick-demo-svg .tooth-right {
  fill: #fffdf9;
  stroke: var(--ink);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-demo-svg .gum {
  fill: rgba(247, 232, 228, 0.82);
  stroke: rgba(217, 170, 160, 0.7);
  stroke-width: 2;
}

.quick-demo-svg .plaque,
.quick-demo-svg .plaque-between,
.quick-demo-svg .acid-wave {
  fill: none;
  stroke: var(--soft-teal);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.8;
}

.brush-handle,
.brush-head,
.bristles,
.floss-line-demo,
.water-drop,
.shield,
.enamel-layer,
.paste-shield,
.sensitivity-rays path,
.acid-dots circle,
.sugar-icons circle,
.sugar-icons rect,
.habit-tools path {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brush-handle,
.brush-head {
  fill: rgba(247, 232, 228, 0.98);
  stroke: var(--blush-deep);
  stroke-width: 3;
}

.bristles,
.floss-line-demo,
.mini-floss {
  fill: none;
  stroke: var(--teal-deep);
  stroke-width: 4;
}

.brush-angle {
  transform-origin: 198px 68px;
  animation: brushAngleSweep 3.4s ease-in-out infinite;
}

.brush-vertical {
  animation: verticalBrush 3.2s ease-in-out infinite;
}

.plaque-one,
.plaque-two,
.plaque-between,
.acid-wave,
.acid-dots,
.sugar-icons {
  animation: fadePlaque 3.4s ease-in-out infinite;
}

.floss-line-demo {
  stroke-width: 5;
  animation: flossCurve 3.4s ease-in-out infinite;
}

.water-drop {
  fill: rgba(143, 199, 201, 0.24);
  stroke: var(--teal-deep);
  stroke-width: 3;
  animation: dropAppear 3.6s ease-in-out infinite;
}

.shield,
.paste-shield,
.mini-shield {
  fill: rgba(217, 238, 230, 0.32);
  stroke: var(--teal-deep);
  stroke-width: 3;
  opacity: 0;
  animation: shieldAppear 3.6s ease-in-out infinite;
}

.acid-dots circle,
.sugar-icons circle,
.sugar-icons rect {
  fill: rgba(217, 170, 160, 0.42);
  stroke: var(--blush-deep);
  stroke-width: 2.5;
}

.enamel-layer {
  fill: rgba(143, 199, 201, 0.18);
  stroke: var(--soft-teal);
  stroke-width: 5;
  animation: enamelGlow 3.6s ease-in-out infinite;
}

.sensitivity-rays path {
  fill: none;
  stroke: var(--blush-deep);
  stroke-width: 4;
  animation: fadePlaque 3.6s ease-in-out infinite reverse;
}

.mini-brush {
  stroke: var(--blush-deep);
  stroke-width: 7;
}

.habit-tools {
  opacity: 0;
  animation: toolsAppear 3.8s ease-in-out infinite;
}

@keyframes brushAngleSweep {
  0%, 100% { transform: translate(0, 0) rotate(-24deg); }
  45%, 70% { transform: translate(-42px, 52px) rotate(-24deg); }
}

@keyframes verticalBrush {
  0%, 100% { transform: translate(0, -8px); }
  50% { transform: translate(0, 18px); }
}

@keyframes fadePlaque {
  0%, 35% { opacity: 0.8; }
  70%, 100% { opacity: 0.08; }
}

@keyframes flossCurve {
  0%, 100% { transform: translateY(-16px); opacity: 0.55; }
  45%, 70% { transform: translateY(14px); opacity: 1; }
}

@keyframes dropAppear {
  0%, 30% { transform: translateY(-8px); opacity: 0.2; }
  55%, 100% { transform: translateY(10px); opacity: 1; }
}

@keyframes shieldAppear {
  0%, 42% { opacity: 0; transform: scale(0.96); }
  70%, 100% { opacity: 1; transform: scale(1); }
}

@keyframes enamelGlow {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes toolsAppear {
  0%, 38% { opacity: 0; transform: translateY(8px); }
  70%, 100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
  .demo-scenes--two {
    grid-template-columns: 1fr;
  }

  .quick-demo-stage {
    min-height: 210px;
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quick-demo-svg *,
  .quick-demo-svg,
  .brush-angle,
  .brush-vertical,
  .plaque-one,
  .plaque-two,
  .plaque-between,
  .acid-wave,
  .acid-dots,
  .sugar-icons,
  .floss-line-demo,
  .water-drop,
  .shield,
  .paste-shield,
  .enamel-layer,
  .sensitivity-rays path,
  .habit-tools {
    animation: none !important;
    transform: none !important;
  }

  .shield,
  .paste-shield,
  .habit-tools {
    opacity: 1;
  }
}
