:root {
  --ink: #243235;
  --muted: #6d7777;
  --cream: #f7f5ef;
  --paper: #fffdf9;
  --sage: #dfe9e1;
  --sage-deep: #49645b;
  --coral: #c97864;
  --line: #dfe3dc;
  --max: 1180px;
  --shadow: 0 14px 40px rgba(36, 50, 53, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Trebuchet MS", "Segoe UI", sans-serif; line-height: 1.6; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); max-width: 760px; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); margin-bottom: 1rem; }
h3 { font-size: 1.45rem; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 3rem)); margin: 0 auto; }
.skip-link { position: absolute; left: 1rem; top: -100px; background: var(--ink); color: white; padding: .7rem 1rem; z-index: 20; }
.skip-link:focus { top: 1rem; }
.eyebrow { color: var(--sage-deep); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .75rem; }
.lead { color: var(--muted); font-size: 1.15rem; max-width: 650px; }
.section { padding: 6.5rem 0; }
.section--soft { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading p { color: var(--muted); max-width: 390px; margin-bottom: .35rem; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; justify-content: center; min-height: 3.1rem; padding: .65rem 1.25rem; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { background: var(--coral); color: white; }
.button--primary:hover, .button--primary:focus-visible { background: #b96755; }
.button--secondary { border-color: var(--ink); }
.button--secondary:hover, .button--secondary:focus-visible { background: var(--ink); color: white; }
.button--small { font-size: .83rem; min-height: 2.5rem; padding: .4rem .8rem; }
.site-header { background: rgba(255, 253, 249, .95); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.header-inner { align-items: center; display: flex; justify-content: space-between; min-height: 5.5rem; gap: 2rem; }
.logo { align-items: center; display: inline-flex; font-family: Georgia, serif; font-size: 1.45rem; gap: .6rem; white-space: nowrap; }
.logo-copy { display: grid; gap: .05rem; line-height: 1; }
.logo-copy strong { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 400; }
.logo-copy small { color: var(--sage-deep); font-family: "Trebuchet MS", sans-serif; font-size: .52rem; letter-spacing: .14em; text-transform: uppercase; }
.logo-image { display: block; height: 2.6rem; max-width: 12rem; width: auto; }
.logo-mark { align-items: center; background: var(--sage); border-radius: 50%; color: var(--sage-deep); display: inline-flex; font-family: Georgia, serif; font-size: 1.1rem; height: 2rem; justify-content: center; width: 2rem; }
.site-nav { align-items: center; display: flex; gap: 1.35rem; }
.site-nav a { color: var(--muted); font-size: .9rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.header-actions { align-items: center; display: flex; gap: .75rem; }
.search { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: .4rem; }
.search input { background: transparent; border: 0; color: var(--ink); font: inherit; outline: 0; padding: .4rem 0; width: 105px; }
.menu-toggle { background: none; border: 1px solid var(--line); display: none; font-size: 1.25rem; padding: .4rem .65rem; }
.hero { background: var(--sage); overflow: hidden; position: relative; }
.hero::after { background: var(--paper); border-radius: 50%; content: ""; height: 38rem; opacity: .48; position: absolute; right: -12rem; top: -17rem; width: 38rem; }
.hero-grid { align-items: center; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 650px; position: relative; z-index: 1; }
.hero-copy p:not(.eyebrow) { color: #53645c; font-size: 1.15rem; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-art { align-self: stretch; display: flex; justify-content: end; padding: 4rem 0 4rem 3rem; }
.hero-art img { height: 100%; min-height: 440px; object-fit: cover; width: 100%; }
.category-grid { display: grid; gap: 1rem; grid-template-columns: repeat(5, 1fr); }
.category-card { background: var(--cream); border-top: 3px solid var(--coral); min-height: 170px; padding: 1.5rem; transition: transform .2s ease; }
.category-card:hover { transform: translateY(-5px); }
.category-card h3 { font-size: 1.25rem; margin: 2.2rem 0 .4rem; }
.category-card p { color: var(--muted); font-size: .88rem; margin: 0; }
.product-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(3, 1fr); }
.product-card { background: white; border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.product-card__image { aspect-ratio: 1 / 1.05; background: var(--cream); overflow: hidden; position: relative; }
.product-card__image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.product-card:hover .product-card__image img { transform: scale(1.04); }
.product-card__badge { background: var(--ink); color: white; font-size: .7rem; left: .8rem; letter-spacing: .08em; padding: .35rem .55rem; position: absolute; text-transform: uppercase; top: .8rem; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.4rem; }
.product-card h3 { font-size: 1.35rem; margin-bottom: .55rem; }
.product-card h3 a:hover { color: var(--coral); }
.product-card__description { color: var(--muted); font-size: .9rem; margin-bottom: 1.2rem; }
.product-card__footer { align-items: center; display: flex; justify-content: space-between; margin-top: auto; }
.price, .detail__price { font-size: 1.1rem; font-weight: 700; margin: 0; }
.price-old { color: #a2aaa4; font-size: .88rem; font-weight: 400; margin-left: .3rem; text-decoration: line-through; }
.rating { color: var(--coral); font-size: .9rem; white-space: nowrap; }
.product-card__actions { display: flex; gap: .5rem; margin-top: 1.2rem; }
.product-card__actions .button { flex: 1; }
.value-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(4, 1fr); }
.value-item { border-left: 2px solid var(--coral); padding: .25rem 1.25rem; }
.value-item h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.value-item p { color: var(--muted); font-size: .9rem; }
.education-grid { display: grid; gap: 1.5rem; grid-template-columns: 1.25fr .75fr; }
.education-panel { background: var(--sage); padding: 2.5rem; }
.link-list { list-style: none; margin: 0; padding: 0; }
.link-list li { border-bottom: 1px solid rgba(73, 100, 91, .25); padding: .95rem 0; }
.link-list a { display: flex; justify-content: space-between; }
.link-list a::after { content: "->"; }
.cta-banner { background: var(--ink); color: white; padding: 4rem 0; }
.cta-banner .container { align-items: center; display: flex; justify-content: space-between; gap: 2rem; }
.cta-banner h2 { margin-bottom: 0; max-width: 600px; }
.page-hero { background: var(--cream); padding: 6rem 0 4rem; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 4.7rem); margin-bottom: 1rem; }
.breadcrumb { color: var(--muted); font-size: .85rem; margin-bottom: 1.5rem; }
.filter-bar { align-items: center; display: flex; justify-content: space-between; margin-bottom: 2rem; }
.filter-bar select { background: white; border: 1px solid var(--line); color: var(--ink); font: inherit; padding: .7rem 2rem .7rem .8rem; }
.detail { display: grid; gap: 5rem; grid-template-columns: 1fr 1fr; padding: 6rem 0; }
.detail__media { background: var(--cream); }
.detail__media img { aspect-ratio: 1 / 1; height: 100%; object-fit: cover; width: 100%; }
.detail__content { align-self: center; max-width: 500px; }
.detail__content h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
.detail__rating { align-items: center; color: var(--muted); display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.detail__price { font-size: 1.5rem; margin-bottom: 1.5rem; }
.feature-list { list-style: none; margin: 1.7rem 0 2rem; padding: 0; }
.feature-list li { border-top: 1px solid var(--line); padding: .7rem 0 .7rem 1.5rem; position: relative; }
.feature-list li::before { color: var(--coral); content: "+"; font-weight: bold; left: 0; position: absolute; }
.detail__note { color: var(--muted); font-size: .78rem; margin-top: 1rem; }
.content-page { max-width: 780px; padding: 5rem 0 7rem; }
.content-page h1 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
.content-page h2 { font-size: 2rem; margin-top: 3rem; }
.content-page p, .content-page li { color: var(--muted); }
.content-page a { color: var(--sage-deep); text-decoration: underline; text-decoration-thickness: 1px; }
.empty-state { color: var(--muted); padding: 3rem 0; }
.site-footer { background: var(--cream); border-top: 1px solid var(--line); padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1.5fr repeat(3, 1fr); }
.footer-brand p { color: var(--muted); max-width: 280px; }
.footer-column h3 { font-family: "Trebuchet MS", sans-serif; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { color: var(--muted); display: block; font-size: .9rem; margin-bottom: .55rem; }
.footer-column a:hover { color: var(--ink); }
.footer-bottom { border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: .8rem; justify-content: space-between; margin-top: 3rem; padding-top: 1.25rem; }

@media (max-width: 900px) {
  .site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; left: 0; padding: 1rem 1.5rem 1.5rem; position: absolute; top: 5.5rem; width: 100%; }
  .site-nav.is-open { display: grid; gap: 0; }
  .site-nav a { border-bottom: 1px solid var(--line); padding: .8rem 0; }
  .menu-toggle { display: block; }
  .header-actions .search { display: none; }
  .hero-grid, .education-grid, .detail { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 4rem; }
  .hero-art { padding: 2rem 0 0; }
  .hero-art img { min-height: 300px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .detail { gap: 3rem; }
  .detail__content { max-width: none; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .container { width: min(var(--max), calc(100% - 2rem)); }
  .section { padding: 4.5rem 0; }
  .section-heading, .cta-banner .container, .filter-bar, .footer-bottom { align-items: start; flex-direction: column; }
  .category-grid, .product-grid, .value-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-bottom: 3rem; }
  .hero-art { padding-top: 1rem; }
  .hero-art img { min-height: 240px; }
  .product-card__actions { flex-direction: column; }
  .page-hero { padding: 4rem 0 3rem; }
  .detail { padding: 3.5rem 0 5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: .5rem; }
}

/* Premium storefront layer */
:root {
  --ink: #1f2b2b;
  --muted: #66716f;
  --cream: #f3f0e9;
  --paper: #fcfbf7;
  --sage: #dce7df;
  --sage-deep: #3d5c50;
  --coral: #b66f5e;
  --line: #d7ded8;
  --gold: #b39a69;
  --shadow-soft: 0 18px 60px rgba(31, 43, 43, .08);
}

body { background: var(--paper); font-family: "Trebuchet MS", "Segoe UI", sans-serif; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(182, 111, 94, .45); outline-offset: 3px; }
.announcement-bar { background: var(--ink); color: #f5f2eb; font-size: .7rem; letter-spacing: .18em; padding: .55rem 1rem; text-align: center; text-transform: uppercase; }
.site-header { box-shadow: 0 1px 0 rgba(31, 43, 43, .04); }
.header-inner { min-height: 4.9rem; }
.logo { letter-spacing: -.02em; }
.logo-mark { background: var(--coral); color: white; }
.site-nav a { font-size: .82rem; letter-spacing: .02em; }
.header-actions .search { border: 1px solid var(--line); border-radius: 999px; padding: .1rem .8rem; }
.search input { width: 115px; }
.menu-toggle { border-radius: 50%; cursor: pointer; height: 2.7rem; width: 2.7rem; }
.hero { background: linear-gradient(125deg, #e6eee7 0%, #d4e2d9 62%, #c3d8cc 100%); }
.hero::before { background: radial-gradient(circle, rgba(255, 255, 255, .75) 0 2px, transparent 3px); background-size: 24px 24px; content: ""; height: 220px; opacity: .4; position: absolute; right: 42%; top: 12%; width: 220px; }
.hero::after { background: rgba(255, 253, 249, .62); height: 44rem; right: -16rem; top: -20rem; width: 44rem; }
.hero-grid { min-height: 690px; }
.hero-copy { padding: 4rem 0; }
.hero-copy h1 { color: var(--ink); font-size: clamp(3.2rem, 6.5vw, 6.3rem); letter-spacing: -.045em; max-width: 680px; }
.hero-copy p:not(.eyebrow) { color: #52655b; font-size: 1.08rem; line-height: 1.8; }
.hero-art { padding: 3rem 0 3rem 4rem; }
.hero-art img { border-radius: 180px 180px 10px 10px; box-shadow: 20px 24px 0 rgba(61, 92, 80, .12); min-height: 490px; }
.hero-actions .button { min-width: 10.5rem; }
.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { border-right: 1px solid var(--line); padding: 1.45rem 1.5rem; }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item strong { display: block; font-family: Georgia, serif; font-size: 1.08rem; font-weight: 400; margin-bottom: .15rem; }
.trust-item span { color: var(--muted); font-size: .76rem; }
.section { padding: 7.5rem 0; }
.section-heading h2 { letter-spacing: -.035em; }
.category-card { background: linear-gradient(145deg, #f5f2eb, #ebece4); border: 1px solid transparent; border-top: 0; min-height: 205px; padding: 1.6rem; position: relative; }
.category-card[hidden] { display: none; }
.category-card::before { background: var(--coral); content: ""; height: 3px; left: 0; position: absolute; top: 0; width: 36px; }
.category-card::after { border: 1px solid rgba(182, 111, 94, .35); border-radius: 50%; content: ""; height: 36px; position: absolute; right: 1.25rem; top: 1.25rem; width: 36px; }
.category-card:hover { border-color: var(--line); box-shadow: var(--shadow-soft); transform: translateY(-7px); }
.category-card h3 { margin-top: 3rem; }
.category-card .category-arrow { color: var(--sage-deep); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.product-grid { gap: 1.75rem; }
.product-card { border: 1px solid var(--line); border-radius: 3px; box-shadow: none; overflow: hidden; transition: box-shadow .25s ease, transform .25s ease; }
.product-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-6px); }
.product-card__image { aspect-ratio: 1 / 1.08; }
.product-card__badge { background: var(--gold); border-radius: 999px; font-size: .64rem; left: 1rem; padding: .35rem .65rem; }
.product-card__body { padding: 1.5rem; }
.product-card__description { line-height: 1.65; }
.product-card__actions .button { border-radius: 2px; }
.product-card__actions .button--secondary { border-color: var(--line); }
.rating { color: var(--gold); }
.education-cards { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); }
.education-card { background: var(--paper); border: 1px solid var(--line); padding: 1.6rem; transition: transform .2s ease, border-color .2s ease; }
.education-card:hover { border-color: var(--coral); transform: translateY(-4px); }
.education-card__number { color: var(--coral); font-size: .76rem; letter-spacing: .14em; }
.education-card h3 { margin: 2.2rem 0 .7rem; }
.education-card p { color: var(--muted); font-size: .9rem; }
.text-link { color: var(--sage-deep); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.how-it-works { background: var(--ink); color: white; }
.how-it-works .eyebrow { color: #c9d8ce; }
.how-it-works .section-heading p { color: #b9c6c1; }
.steps { display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); }
.step { border-top: 1px solid rgba(255, 255, 255, .25); padding-top: 1.4rem; }
.step__number { color: #d0b77d; font-family: Georgia, serif; font-size: 2.5rem; }
.step h3 { color: white; margin: .7rem 0; }
.step p { color: #b9c6c1; font-size: .92rem; max-width: 260px; }
.cta-banner { background: linear-gradient(120deg, #314b42, #1f2b2b); padding: 5rem 0; }
.cta-banner h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); }
.page-hero { background: linear-gradient(130deg, var(--cream), #e5ede7); padding: 7rem 0 5rem; }
.page-hero h1 { letter-spacing: -.045em; }
.shop-controls { align-items: end; border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 1.4fr .8fr .8fr auto; margin-bottom: 2.4rem; padding-bottom: 1.5rem; }
.control-label { color: var(--muted); display: grid; font-size: .76rem; gap: .4rem; }
.control-label input, .control-label select, .form-field input, .form-field textarea { background: var(--paper); border: 1px solid var(--line); border-radius: 2px; color: var(--ink); font: inherit; min-height: 2.8rem; padding: .65rem .8rem; }
.control-label input { min-width: 0; }
.shop-count { color: var(--muted); font-size: .82rem; margin: 0 0 2rem; }
.clear-button { background: transparent; border: 0; color: var(--sage-deep); cursor: pointer; font: inherit; font-size: .8rem; padding: .7rem 0; text-decoration: underline; }
.category-discovery { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, 1fr); }
.category-discovery .category-card { min-height: 230px; }
.category-meta { color: var(--muted); font-size: .8rem; margin: .8rem 0 1.2rem; }
.detail { gap: 6rem; padding: 7rem 0 5rem; }
.detail__media { box-shadow: var(--shadow-soft); }
.detail__media img { min-height: 480px; }
.detail__content h1 { letter-spacing: -.045em; }
.detail__rating { font-size: .83rem; }
.related-section { border-top: 1px solid var(--line); padding: 5rem 0 7rem; }
.contact-layout { display: grid; gap: 5rem; grid-template-columns: .8fr 1.2fr; }
.contact-card { background: var(--cream); padding: 2rem; }
.contact-card p { color: var(--muted); }
.contact-form { display: grid; gap: 1rem; }
.form-field { display: grid; gap: .4rem; }
.form-field label { font-size: .82rem; font-weight: 700; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-note, [data-form-status] { color: var(--muted); font-size: .78rem; }
.site-footer { padding-top: 5rem; }
.footer-grid { grid-template-columns: 1.6fr repeat(3, 1fr); }
.footer-disclosure { border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; margin-top: 2.5rem; padding-top: 1.2rem; }
.development-indicator { background: #f2ead8; border: 1px solid #dfcfaa; color: #675532; font-size: .78rem; margin: 0 0 1.5rem; padding: .8rem 1rem; }
.partner-status { align-items: center; background: var(--cream); border: 1px solid var(--line); color: var(--muted); display: inline-flex; font-size: .75rem; justify-content: center; min-height: 2.5rem; padding: .4rem .8rem; text-align: center; }
.partner-status--detail { min-height: 3.1rem; padding: .65rem 1.25rem; }
.partner-action { align-items: start; display: flex; flex-direction: column; gap: .35rem; }
.partner-action small { color: var(--muted); font-size: .7rem; }
.detail__brand { color: var(--muted); font-size: .9rem; margin: -.8rem 0 1rem; }
.detail__badges { align-items: center; display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.category-badge { border: 1px solid var(--line); color: var(--sage-deep); font-size: .68rem; letter-spacing: .08em; padding: .35rem .55rem; text-transform: uppercase; }
.affiliate-status { margin: 1rem 0; }
.affiliate-state { color: var(--muted); font-size: .8rem; }
.affiliate-state--ready { color: var(--sage-deep); }
.affiliate-state--unavailable { color: #8d493d; }
.gallery-main { aspect-ratio: 1 / 1; background: var(--cream); overflow: hidden; }
.gallery-main img { height: 100%; object-fit: cover; width: 100%; }
.gallery-thumbs { display: flex; gap: .6rem; margin-top: .7rem; overflow-x: auto; padding-bottom: .2rem; }
.gallery-thumb { background: var(--cream); border: 1px solid var(--line); cursor: pointer; flex: 0 0 4.5rem; padding: 0; }
.gallery-thumb:focus-visible, .gallery-thumb:hover { border-color: var(--coral); }
.gallery-thumb img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.detail__lower { grid-column: 1 / -1; display: grid; gap: 2.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 1rem; }
.detail__lower > section { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.detail__lower h2 { font-size: 1.7rem; }
.spec-table { margin: 0; }
.spec-table > div { border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 1fr 1.5fr; padding: .75rem 0; }
.spec-table dt { color: var(--muted); }
.spec-table dd { margin: 0; }
.purchase-notes { background: var(--cream); padding: 1.5rem; }
.product-card__brand { color: var(--sage-deep); font-size: .7rem; margin: -.3rem 0 .4rem; }
.sexual-wellness-hero { background: linear-gradient(130deg, #dce7df, #f3f0e9); }
.education-disclaimer { border-left: 2px solid var(--coral); color: var(--muted); font-size: .82rem; margin-top: 1.5rem; max-width: 650px; padding-left: 1rem; }
.topic-nav-cards { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); margin-bottom: 3rem; }
.topic-nav-card { background: var(--paper); border: 1px solid var(--line); display: grid; gap: .35rem; padding: 1.4rem; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.topic-nav-card:hover { border-color: var(--coral); box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.topic-nav-card span { color: var(--coral); font-family: Georgia, serif; font-size: 1.7rem; }
.topic-nav-card strong { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 400; }
.topic-nav-card small { color: var(--muted); font-size: .76rem; }
.topic-search { align-items: center; background: var(--paper); border: 1px solid var(--line); display: flex; gap: 1rem; margin: 0 auto; max-width: 680px; padding: .55rem .9rem; }
.topic-search span { color: var(--muted); font-size: .8rem; white-space: nowrap; }
.topic-search input { background: transparent; border: 0; color: var(--ink); flex: 1; font: inherit; min-width: 0; outline: 0; padding: .4rem; }
.topic-group { padding: 5rem 0 1rem; }
.topic-group + .topic-group { border-top: 1px solid var(--line); }
.topic-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); }
.topic-card { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 300px; padding: 1.35rem; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.topic-card:hover { border-color: var(--coral); box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.topic-card__top { align-items: start; display: flex; justify-content: space-between; }
.topic-card__group { color: var(--sage-deep); font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; }
.topic-card__number { color: var(--coral); font-family: Georgia, serif; font-size: 1.6rem; }
.topic-card h3 { font-size: 1.3rem; margin: 2.4rem 0 .6rem; }
.topic-card > p { color: var(--muted); font-size: .85rem; }
.topic-card .text-link { margin-top: auto; }
.topic-products { border-top: 1px solid var(--line); margin-top: 1.2rem; padding-top: 1rem; }
.topic-products__label { color: var(--muted); display: block; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.topic-products__items { display: grid; gap: .5rem; margin-top: .7rem; }
.topic-products__empty { color: var(--muted); font-size: .74rem; margin: .6rem 0 0; }
.topic-product { align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; display: grid; gap: .9rem; grid-template-columns: 110px 1fr; padding: .9rem; }
.topic-product__image img { aspect-ratio: 1; border-radius: 8px; object-fit: cover; width: 100%; }
.topic-product__body { display: flex; flex-direction: column; gap: .35rem; }
.topic-product h4 { font-family: Georgia, serif; font-size: .95rem; font-weight: 400; margin: 0; }
.topic-product__brand { color: var(--sage-deep); font-size: .68rem !important; margin: 0 !important; }
.topic-product p { color: var(--muted); font-size: .72rem; margin: 0; }
.topic-product .eyebrow { font-size: .56rem; margin: 0; }
.topic-product__price { color: var(--ink); font-size: .92rem !important; font-weight: 700; }
.topic-product__cta { display: flex; flex-direction: column; gap: .35rem; margin-top: .25rem; }
.demo-link-note { color: var(--muted); font-size: .62rem; }
.topic-product .button, .topic-product .partner-status { font-size: .64rem; min-height: 1.9rem; padding: .25rem .5rem; }
.facebook-bridge { background: var(--cream); }
.facebook-bridge__inner { align-items: center; display: flex; gap: 3rem; justify-content: space-between; }
.facebook-bridge__inner h2 { margin-bottom: .65rem; }
.facebook-bridge__inner p:not(.eyebrow) { color: var(--muted); max-width: 600px; }
.facebook-bridge__actions { display: flex; flex-wrap: wrap; gap: .6rem; max-width: 350px; }
.section-action { margin-top: 2rem; text-align: center; }
.topic-detail { padding: 4rem 0 2rem; }
.topic-detail__header { background: linear-gradient(130deg, var(--cream), #e5ede7); padding: 4rem clamp(1.5rem, 6vw, 6rem); }
.topic-detail__header h1 { font-size: clamp(2.7rem, 6vw, 5rem); margin-bottom: 1rem; }
.topic-detail__body { margin: 0 auto; max-width: 800px; padding: 4rem 0; }
.topic-detail__body > section { margin-bottom: 3.5rem; }
.topic-detail__body h2 { font-size: 2rem; }
.topic-detail__body p { color: var(--muted); }
.topic-advice { border-left: 3px solid var(--coral); padding-left: 1.4rem; }
.topic-detail-products { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.affiliate-note { color: var(--muted); font-size: .76rem; margin-top: 1rem; }
.related-topics-section { border-top: 1px solid var(--line); padding: 4rem 0 6rem; }
.topic-pills { display: flex; flex-wrap: wrap; gap: .6rem; }
.topic-pill { border: 1px solid var(--line); color: var(--sage-deep); display: inline-flex; font-size: .78rem; padding: .55rem .8rem; transition: background .2s ease, border-color .2s ease; }
.topic-pill:hover { background: var(--sage); border-color: var(--sage-deep); }
.product-topic-links { border-top: 1px solid var(--line); margin-top: 2rem; padding-top: 1.5rem; }
.product-topic-links h2 { font-size: 1.4rem; margin-bottom: .8rem; }
.problems-hero { background: linear-gradient(130deg, #dce7df, #f3f0e9); }
.problems-hero__marathi, .problem-detail__marathi { color: var(--sage-deep); font-family: Georgia, serif; font-size: 1.2rem; line-height: 1.55; max-width: 780px; }
.problem-directory-controls { background: var(--cream); }
.problem-filters { align-items: end; display: grid; gap: 1rem; grid-template-columns: 1.5fr 1fr; }
.problem-directory { min-height: 20rem; padding-bottom: 5rem; }
.problem-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); }
.problem-grid--home { grid-template-columns: repeat(3, 1fr); }
.problem-card { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 245px; padding: 1.35rem; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.problem-card:hover { border-color: var(--coral); box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.problem-card h3 { font-size: 1.2rem; margin: 2rem 0 .35rem; }
.problem-card > p:not(.problem-card__marathi) { color: var(--muted); font-size: .84rem; }
.problem-card__marathi { color: var(--sage-deep); font-family: Georgia, serif; font-size: .95rem; margin-bottom: .55rem; }
.problem-card__availability { color: var(--sage-deep); font-size: .68rem; letter-spacing: .08em; margin: .2rem 0 .7rem; text-transform: uppercase; }
.problem-detail { padding: 4rem 0 0; }
.problem-detail__hero { background: linear-gradient(130deg, var(--cream), #e5ede7); padding: 4rem clamp(1.5rem, 6vw, 6rem); }
.problem-detail__hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); margin-bottom: .7rem; }
.problem-detail__body { margin: 0 auto; max-width: 900px; padding: 4rem 0 6rem; }
.problem-detail__body > section { margin-bottom: 3.5rem; }
.problem-detail__body h2 { font-size: 2rem; }
.problem-detail__body p { color: var(--muted); }
.problem-detail__intro { font-size: 1.12rem; line-height: 1.8; margin: 0; }
.problem-detail__layout { display: grid; gap: 1.5rem; grid-template-columns: 1.05fr 1.25fr; margin-top: 1rem; }
.problem-detail__column { display: grid; gap: 1.2rem; }
.problem-detail__column > h2 { margin-bottom: 0; }
.info-box { border: 1px solid var(--line); border-radius: 14px; padding: 1.4rem 1.3rem; }
.info-box--green { background: rgba(113, 160, 132, .12); border-color: rgba(113, 160, 132, .35); }
.info-box--blue { background: rgba(98, 138, 174, .12); border-color: rgba(98, 138, 174, .35); }
.info-box h3 { font-size: 1.2rem; margin: 0 0 0.8rem; }
.info-box .feature-list { margin: 0; }
.problem-products > p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 1rem 0; }
.faq-item summary { cursor: pointer; font-family: Georgia, serif; font-size: 1.1rem; padding-right: 2rem; }
.faq-item p { margin: .8rem 0 0; }
.facebook-topic-cta { background: var(--cream); margin-top: 3rem; padding: 2rem; }
.facebook-topic-cta h2 { font-size: 1.7rem; }
.facebook-topic-cta p { color: var(--muted); }
.reveal-on-scroll { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal-on-scroll { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
  .reveal-on-scroll.is-visible { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 4.6rem; }
  .site-nav { top: 4.6rem; }
  .hero-grid { min-height: auto; }
  .hero-art { padding: 2rem 0 3.5rem; }
  .hero-art img { min-height: 360px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 1px solid var(--line); }
  .education-cards { grid-template-columns: repeat(2, 1fr); }
  .shop-controls { grid-template-columns: 1fr 1fr; }
  .contact-layout { gap: 2rem; grid-template-columns: 1fr; }
  .detail__lower { grid-template-columns: 1fr; }
  .topic-nav-cards, .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .facebook-bridge__inner { align-items: start; flex-direction: column; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid--home { grid-template-columns: repeat(2, 1fr); }
  .problem-filters { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .announcement-bar { font-size: .6rem; letter-spacing: .12em; }
  .hero-copy { padding: 3rem 0 1.5rem; }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-art img { border-radius: 120px 120px 8px 8px; min-height: 280px; }
  .trust-grid, .education-cards, .steps, .category-discovery { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child, .trust-item:nth-child(3) { border-left: 0; border-right: 0; border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: 0; }
  .shop-controls { grid-template-columns: 1fr; }
  .shop-controls .clear-button { justify-self: start; }
  .detail { padding-top: 4rem; }
  .detail__media img { min-height: 0; }
  .footer-disclosure { line-height: 1.7; }
  .topic-nav-cards, .topic-grid, .topic-detail-products { grid-template-columns: 1fr; }
  .topic-search { align-items: start; flex-direction: column; gap: .25rem; }
  .topic-search input { width: 100%; }
  .topic-group { padding-top: 3.5rem; }
  .facebook-bridge__actions { max-width: none; }
  .problem-grid, .problem-grid--home { grid-template-columns: 1fr; }
}
