:root {
  --cream: #fff8f5;
  --paper: #ffffff;
  --plum: #351d30;
  --plum-2: #4c2943;
  --berry: #a83f68;
  --coral: #f07f8f;
  --rose: #f7dde3;
  --peach: #f9e2d4;
  --mauve: #eadff0;
  --champagne: #d8b47d;
  --ink: #2c2028;
  --muted: #6f6068;
  --line: #e7d8de;
  --shadow: 0 18px 55px rgba(53, 29, 48, .11);
  --radius: 18px;
  --image-radius: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  text-wrap: balance;
}
h1 { font-size: clamp(2.45rem, 11vw, 5.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.85rem, 7vw, 3.4rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.25rem, 4vw, 1.65rem); }
.wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -100px; z-index: 200; padding: 10px 16px; color: #fff; background: var(--plum); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.adult-bar { color: #fff; background: #24151f; font-size: .76rem; }
.adult-bar .wrap { min-height: 35px; display: flex; align-items: center; justify-content: center; gap: 10px 18px; flex-wrap: wrap; padding-block: 6px; }
.adult-bar strong { padding: 1px 7px; color: var(--plum); background: var(--champagne); border-radius: 999px; }
.adult-bar span:last-child { color: #e9dce3; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255, 248, 245, .96); border-bottom: 1px solid rgba(53, 29, 48, .12); backdrop-filter: blur(16px); }
.header-row { min-height: 73px; display: flex; align-items: center; gap: 12px; }
.brand { display: inline-flex; align-items: center; gap: 9px; margin-right: auto; color: var(--plum); text-decoration: none; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: var(--plum); border: 1px solid var(--champagne); border-radius: 10px; font-family: Georgia, serif; font-weight: 800; text-transform: uppercase; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-family: Georgia, serif; font-size: 1.05rem; }
.brand em { margin-top: 4px; color: var(--berry); font-size: .72rem; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.header-call { display: none; min-width: 160px; padding: 9px 16px; color: var(--ink); background: var(--coral); border: 1px solid rgba(53,29,48,.24); border-radius: 12px; text-align: center; text-decoration: none; box-shadow: 0 8px 24px rgba(168,63,104,.2); }
.header-call span, .header-call strong { display: block; line-height: 1.05; }
.header-call span { font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.header-call strong { margin-top: 4px; font-size: 1.2rem; }
.menu-toggle { padding: 9px 13px; color: var(--plum); background: #fff; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; }

.main-nav { display: none; padding-block: 10px 17px; }
.main-nav[data-open] { display: grid; gap: 6px; }
.main-nav > a, .main-nav summary, .search-open { font: inherit; font-size: .88rem; font-weight: 780; }
.nav-home { padding: 10px 12px; color: var(--plum); text-decoration: none; }
.nav-group { border-bottom: 1px solid var(--line); }
.nav-group summary { padding: 11px 12px; color: var(--plum); list-style: none; cursor: pointer; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { content: "+"; float: right; color: var(--berry); }
.nav-group[open] summary::after { content: "−"; }
.nav-panel { display: grid; gap: 2px; padding: 4px 10px 14px; }
.nav-panel > span { margin-bottom: 4px; color: var(--muted); font-size: .78rem; font-weight: 600; }
.nav-panel a { padding: 7px 8px; border-radius: 7px; text-decoration: none; }
.nav-panel a:hover, .nav-panel a:focus-visible { color: var(--berry); background: var(--rose); }
.nav-panel .nav-all { margin-top: 5px; color: var(--berry); font-weight: 850; }
.search-open { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 13px; color: var(--plum); background: #fff; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; }
.search-open span { font-size: 1.25rem; line-height: 1; }

.breadcrumbs { display: flex; gap: 8px; align-items: center; padding-block: 18px 2px; color: var(--muted); font-size: .8rem; overflow: hidden; white-space: nowrap; }
.breadcrumbs a { color: var(--berry); }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.eyebrow, .section-head > span, .fantasy-feature article > span, .home-search span, .footer-pitch > div > span {
  display: inline-block;
  color: var(--berry);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.section-head { max-width: 760px; margin-bottom: 28px; }
.section-head h2 { margin: 7px 0 10px; }
.section-head p { max-width: 650px; margin-bottom: 0; color: var(--muted); }

.home-hero, .page-hero { padding-block: 42px 58px; }
.home-hero-clean { margin-top: 24px; padding: clamp(24px, 5vw, 58px); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(53,29,48,.09); }
.hero-copy, .page-hero-copy { position: relative; z-index: 1; }
.page-hero-copy { align-self: start; justify-self: start; padding-top: 0; text-align: left; }
.hero-copy h1, .page-hero-copy h1 { margin: 12px 0 18px; color: var(--plum); }
.page-hero-copy h1 { max-width: 18ch; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.05; text-wrap: balance; }
.hero-copy h1 i { color: var(--berry); font-weight: 500; }
.hero-copy > p, .page-hero-copy > p { max-width: 660px; color: var(--muted); font-size: clamp(1.02rem, 3vw, 1.2rem); }
.page-hero-copy .page-subtitle { margin: -6px 0 13px; color: var(--berry); font-size: .95rem; font-weight: 820; line-height: 1.4; }
.page-hero-copy .page-lead { margin-top: 0; }
.hero-copy ul, .page-hero-copy ul { display: flex; gap: 7px 14px; flex-wrap: wrap; padding: 0; margin: 20px 0 0; list-style: none; color: var(--plum); font-size: .82rem; font-weight: 750; }
.hero-copy li::before, .page-hero-copy li::before { content: "✓"; margin-right: 6px; color: var(--berry); }
.hero-landscape { position: relative; margin: 34px 0 0; padding: 8px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.hero-landscape img { display: block; width: 100%; aspect-ratio: 1.472 / 1; object-fit: cover; object-position: center 34%; border: 1px solid rgba(53,29,48,.22); border-radius: var(--image-radius); }
.hero-landscape figcaption { position: absolute; right: 18px; bottom: 18px; display: grid; min-width: min(245px, calc(100% - 36px)); padding: 12px 16px; color: #fff; background: rgba(53,29,48,.94); border: 1px solid var(--champagne); border-radius: 10px; box-shadow: 0 10px 28px rgba(36,21,31,.3); }
.hero-landscape figcaption span { color: var(--champagne); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-landscape figcaption strong { font-size: clamp(1.5rem, 5vw, 2rem); line-height: 1.1; }
.hero-landscape figcaption small { font-weight: 800; }
.hero-square { width: min(100%, 520px); margin: 34px auto 0; padding: 9px; background: var(--cream); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 16px 38px rgba(53,29,48,.12); }
.hero-square img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; border: 1px solid rgba(53,29,48,.22); border-radius: var(--image-radius); }
.hero-square figcaption { padding: 11px 5px 3px; color: var(--muted); font-size: .77rem; font-weight: 700; text-align: center; }
.page-hero figure img, .topic-card img, .related-grid img { width: 100%; object-fit: cover; border: 1px solid rgba(53,29,48,.24); border-radius: var(--image-radius); }
.page-hero figure img { display: block; width: auto; max-width: 100%; height: auto; margin-inline: auto; object-fit: contain; }
.topic-card img { aspect-ratio: 1 / 1; object-position: center 28%; }
.related-grid img { aspect-ratio: 4 / 5; object-position: center 30%; }
.page-hero figure { position: relative; width: min(100%, 350px); max-width: 350px; margin: 34px auto 0; padding: 7px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); }
.page-hero figure > span { position: absolute; z-index: 2; top: 22px; left: 22px; max-width: calc(100% - 44px); padding: 6px 10px; color: #fff; background: rgba(53,29,48,.9); border-radius: 7px; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.page-hero figcaption { padding: 10px 5px 2px; color: var(--muted); font-size: .78rem; text-align: center; }

.call-actions { display: grid; gap: 10px; margin-top: 24px; }
.call-button { display: grid; place-items: center; min-height: 84px; padding: 12px 18px; border: 1px solid rgba(36,21,31,.32); border-radius: 14px; text-align: center; text-decoration: none; box-shadow: 0 14px 32px rgba(53,29,48,.18); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.call-button:hover, .call-button:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(53,29,48,.24); filter: saturate(1.08); }
.call-button span { font-size: .73rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.call-button strong { font-size: clamp(1.55rem, 6vw, 2rem); line-height: 1.1; }
.call-button small { font-weight: 800; }
.call-mobile { color: #24151f; background: linear-gradient(135deg, #f5a0aa, var(--coral)); }
.call-landline { color: #fff; background: linear-gradient(135deg, var(--plum-2), var(--plum)); border-color: var(--champagne); }
.call-landline small { color: #efdcbf; }

.home-search { display: grid; gap: 20px; margin-block: 8px 46px; padding: 26px; color: #fff; background: var(--plum); border: 1px solid var(--champagne); border-radius: var(--radius); box-shadow: var(--shadow); }
.home-search h2 { margin: 5px 0 8px; font-size: clamp(1.9rem, 7vw, 2.8rem); }
.home-search p { margin: 0; color: #e9dce3; }
.home-search .search-open { min-height: 54px; color: var(--ink); background: var(--coral); border-color: rgba(255,255,255,.32); }
.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-block: 46px 74px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.benefits div { padding: 20px 14px; background: #fff; text-align: center; }
.benefits strong, .benefits span { display: block; }
.benefits strong { color: var(--berry); font-family: Georgia, serif; font-size: 1.25rem; }
.benefits span { margin-top: 3px; color: var(--muted); font-size: .78rem; }

.topics, .visual-worlds, .mood-paths, .directory, .process, .original-content, .related, .faq, .rates { padding-block: 58px; }
.category-visual-grid { display: grid; gap: 14px; }
.category-visual { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(53,29,48,.07); transition: transform .2s ease, box-shadow .2s ease; }
.category-visual:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(53,29,48,.12); }
.category-visual > a { display: grid; height: 100%; grid-template-rows: auto 1fr; padding: 8px; text-decoration: none; }
.category-visual img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; border: 1px solid rgba(53,29,48,.22); border-radius: var(--image-radius); }
.category-visual > a > div { display: flex; flex-direction: column; align-items: flex-start; padding: 18px 13px 15px; }
.category-visual > a > div > span { color: var(--berry); font-size: .64rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.category-visual h3 { margin: 7px 0 8px; font-size: 1.5rem; }
.category-visual p { margin: 0 0 16px; color: var(--muted); font-size: .88rem; }
.category-visual strong { margin-top: auto; color: var(--berry); font-size: .76rem; font-weight: 850; }
.home-conversion { display: grid; gap: 20px; margin-block: 28px 62px; padding: clamp(25px, 5vw, 42px); color: #fff; background: linear-gradient(135deg, var(--plum), #5a304e); border: 1px solid var(--champagne); border-radius: var(--radius); box-shadow: var(--shadow); }
.home-conversion > div > span { color: var(--champagne); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.home-conversion h2 { margin: 7px 0 9px; font-size: clamp(1.8rem, 6vw, 3rem); }
.home-conversion p { margin: 0; color: #e9dce3; }
.home-conversion .call-actions { margin-top: 0; }
.mood-paths { padding-inline: 20px; background: linear-gradient(135deg, var(--plum), #5b304f); border: 1px solid var(--champagne); border-radius: var(--radius); box-shadow: var(--shadow); }
.mood-paths .section-head > span { color: var(--champagne); }
.mood-paths .section-head h2 { color: #fff; }
.mood-paths > div:last-child { display: grid; gap: 12px; }
.mood-paths article { padding: 22px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.35); border-radius: 13px; }
.mood-paths article > span { color: var(--berry); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.mood-paths article h3 { margin: 7px 0 9px; }
.mood-paths article p { margin: 0 0 15px; color: var(--muted); }
.mood-paths nav { display: flex; gap: 7px; flex-wrap: wrap; }
.mood-paths nav a { padding: 7px 10px; color: var(--plum); background: var(--rose); border: 1px solid var(--line); border-radius: 999px; font-size: .74rem; font-weight: 800; text-decoration: none; }
.topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.topic-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 9px 26px rgba(53,29,48,.07); }
.topic-card a { display: block; padding: 7px 7px 14px; text-decoration: none; }
.topic-card span, .topic-card h3, .topic-card em { display: block; margin-inline: 8px; }
.topic-card span { margin-top: 11px; color: var(--berry); font-size: .63rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.topic-card h3 { margin-top: 5px; margin-bottom: 8px; font-family: Georgia, serif; font-size: 1rem; }
.topic-card em { color: var(--berry); font-size: .76rem; font-style: normal; font-weight: 800; }
.topic-card-text { min-height: 185px; box-shadow: none; }
.topic-card-text a { display: flex; height: 100%; flex-direction: column; justify-content: center; padding: 24px 20px; }
.topic-card-text span, .topic-card-text h3, .topic-card-text em { margin-inline: 0; }
.topic-card-text h3 { font-size: 1.2rem; }
.topic-card-text em { margin-top: auto; padding-top: 18px; }
.category-grid { display: grid; gap: 14px; }
.category-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); }
.shade-1 { background: var(--rose); }
.shade-2 { background: var(--peach); }
.shade-3 { background: var(--mauve); }
.category-card > div:first-child > span, .theme-directory > div:first-child > span { color: var(--berry); font-weight: 900; }
.category-card h3 { margin: 5px 0 7px; font-size: 1.55rem; }
.category-card p { color: var(--muted); }
.category-card details { border-top: 1px solid rgba(53,29,48,.14); }
.category-card summary { padding: 13px 0 4px; cursor: pointer; color: var(--plum); font-weight: 850; }
.category-card details > div { display: grid; gap: 4px; padding-top: 8px; }
.category-card details a { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(53,29,48,.1); text-decoration: none; }
.category-card details i { color: var(--berry); font-style: normal; }

.process { margin-block: 45px; padding-inline: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.process ol { display: grid; gap: 11px; padding: 0; list-style: none; }
.process li { padding: 20px; background: var(--cream); border: 1px solid var(--line); border-radius: 13px; }
.process li b { color: var(--berry); }
.process li h3 { margin: 8px 0 5px; }
.process li p { margin: 0; color: var(--muted); }
.centered-call { margin-inline: auto; }

.fantasy-feature { display: grid; gap: 14px; padding-block: 22px 56px; }
.fantasy-feature article { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); }
.fantasy-feature article:nth-child(1) { background: var(--rose); }
.fantasy-feature article:nth-child(2) { background: var(--peach); }
.fantasy-feature article > span { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: var(--berry); border-radius: 50%; }
.fantasy-feature h2 { margin: 2px 0 10px; font-size: clamp(1.55rem, 6vw, 2.3rem); }
.fantasy-feature p { margin: 0; }
.inline-call { display: grid; gap: 16px; margin-block: 12px 58px; padding: 25px; color: #fff; background: linear-gradient(135deg, var(--plum), #5a304e); border: 1px solid var(--champagne); border-radius: var(--radius); box-shadow: var(--shadow); }
.inline-call > div > span { color: #edcf9f; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.inline-call h2 { margin: 6px 0 8px; font-size: clamp(1.8rem, 7vw, 2.7rem); }
.inline-call p { margin: 0; color: #e9dce3; }
.inline-call .call-actions { margin-top: 0; }

.original-content { max-width: 930px; }
.original-section { margin-bottom: 16px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.original-section h2 { margin-bottom: 16px; color: var(--plum); font-size: clamp(1.55rem, 5vw, 2.25rem); }
.original-section p { max-width: 75ch; margin-bottom: 1.05em; }
.original-section p:last-child { margin-bottom: 0; }
.keyword-link { color: #7c244e; font-weight: 750; }
.keyword-bridge { margin: 20px 0 0; padding: 18px 20px; background: #fff; border-left: 4px solid var(--berry); border-radius: 0 10px 10px 0; box-shadow: 0 8px 20px rgba(53,29,48,.06); }
.home-original { padding-top: 78px; }

.topic-pager { display: grid; gap: 10px; margin-block: 28px 54px; }
.topic-pager a { display: flex; flex-direction: column; min-height: 112px; justify-content: center; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 13px; text-decoration: none; box-shadow: 0 7px 20px rgba(53,29,48,.06); }
.topic-pager span { color: var(--berry); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.topic-pager strong { margin-top: 6px; font-family: Georgia, serif; font-size: 1.05rem; }
.related-grid { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 930px; margin-inline: auto; }
.related-grid a { display: grid; grid-template-columns: 112px minmax(0,1fr); grid-template-rows: auto 1fr auto; gap: 3px 14px; padding: 7px; background: #fff; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; }
.related-grid img { grid-column: 1; grid-row: 1 / 4; width: 112px; }
.related-grid span, .related-grid strong, .related-grid em { display: block; grid-column: 2; margin-inline: 0; }
.related-grid span { margin-top: 9px; color: var(--berry); font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.related-grid strong { margin-top: 5px; font-family: Georgia, serif; font-size: .95rem; line-height: 1.2; }
.related-grid em { align-self: end; margin-top: 8px; padding-bottom: 5px; color: var(--berry); font-size: .72rem; font-style: normal; font-weight: 800; }

.faq-list { display: grid; gap: 9px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.faq-list summary { padding: 17px 45px 17px 17px; color: var(--plum); cursor: pointer; font-weight: 850; list-style: none; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 17px; color: var(--berry); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { padding: 0 17px 17px; margin: 0; color: var(--muted); }

.rates { margin-bottom: 50px; }
.rate-grid { display: grid; gap: 11px; }
.rate-grid article { display: grid; grid-template-columns: 40px 1fr; gap: 3px 12px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.rate-grid b { grid-row: span 3; display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: var(--plum); border-radius: 10px; }
.rate-grid span { color: var(--muted); font-size: .75rem; }
.rate-grid a { color: var(--berry); font-size: 1.25rem; font-weight: 900; }
.rate-grid strong { font-size: .78rem; }

.simple-hero { padding-block: 55px 28px; }
.simple-hero h1 { margin: 10px 0 15px; color: var(--plum); }
.simple-hero > p { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.search-hero-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; margin-top: 15px; padding: 12px 20px; color: var(--ink); background: var(--coral); border: 1px solid var(--plum); border-radius: 12px; font-weight: 900; text-decoration: none; }
.theme-directory-list { display: grid; gap: 15px; padding-block: 30px 66px; }
.theme-directory { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.theme-directory h2 { margin: 4px 0 8px; font-size: 2rem; }
.theme-directory p { color: var(--muted); }
.theme-directory > div:last-child { display: grid; gap: 4px; }
.theme-directory a { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(53,29,48,.1); text-decoration: none; }
.theme-directory i { color: var(--berry); font-style: normal; }

.site-footer { padding-top: 58px; color: #fff; background: #24151f; }
.footer-pitch { display: grid; gap: 18px; padding-bottom: 46px; }
.footer-pitch > div > span { color: var(--champagne); }
.footer-pitch h2 { margin: 8px 0 0; font-size: clamp(2rem, 8vw, 3.5rem); }
.site-footer .rates { margin-bottom: 0; padding-block: 45px; }
.site-footer .section-head > span { color: var(--champagne); }
.site-footer .section-head p { color: #d6c7cf; }
.site-footer .rate-grid article { color: var(--ink); }
.footer-links { display: flex; gap: 8px 18px; flex-wrap: wrap; padding-block: 25px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-links a, .footer-links button { padding: 0; color: #fff; background: none; border: 0; font-size: .82rem; }
.footer-legal { padding-block: 25px 120px; color: #cdbec6; font-size: .72rem; }
.footer-legal a { color: #f4d49e; }
.mobile-sticky-call { position: fixed; z-index: 70; inset: auto 10px 10px; display: grid; padding: 10px 17px; color: var(--ink); background: var(--coral); border: 1px solid var(--plum); border-radius: 13px; box-shadow: 0 12px 35px rgba(36,21,31,.35); text-decoration: none; }
.mobile-sticky-call span { grid-row: 1; font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.mobile-sticky-call strong { grid-row: 2; font-size: 1.3rem; line-height: 1; }

.search-dialog { width: min(780px, calc(100% - 22px)); max-height: min(86vh, 850px); padding: 0; color: var(--ink); background: var(--cream); border: 1px solid var(--champagne); border-radius: 18px; box-shadow: 0 25px 90px rgba(36,21,31,.42); }
.search-dialog::backdrop { background: rgba(36,21,31,.72); backdrop-filter: blur(5px); }
.search-shell { position: relative; padding: 27px 20px; }
.search-shell h2 { margin: 7px 45px 20px 0; font-size: clamp(1.9rem, 8vw, 3rem); }
.search-shell label { display: block; margin-bottom: 7px; color: var(--plum); font-weight: 800; }
.search-shell input { width: 100%; min-height: 55px; padding: 12px 15px; color: var(--ink); background: #fff; border: 2px solid var(--berry); border-radius: 11px; outline: none; }
.search-shell input:focus { box-shadow: 0 0 0 4px rgba(168,63,104,.15); }
.search-close { position: absolute; top: 15px; right: 15px; width: 39px; height: 39px; color: #fff; background: var(--plum); border: 0; border-radius: 50%; font-size: 1.45rem; }
.search-hint { color: var(--muted); font-size: .75rem; }
.search-results { display: grid; gap: 8px; margin-top: 18px; }
.search-results a { display: grid; padding: 13px 14px; background: #fff; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; }
.search-results a:hover, .search-results a:focus-visible { border-color: var(--berry); }
.search-results span { color: var(--berry); font-size: .65rem; font-weight: 850; text-transform: uppercase; }
.search-results strong { font-family: Georgia, serif; }
.search-results small { margin-top: 4px; color: var(--muted); line-height: 1.35; }
.search-empty { padding: 15px; background: var(--rose); border-radius: 10px; }
.not-found { min-height: 100vh; display: grid; align-content: center; justify-items: start; }
.not-found > span { color: var(--berry); font-size: 5rem; font-weight: 950; }

@media (min-width: 640px) {
  .header-call { display: block; }
  .call-actions { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home-search { grid-template-columns: 1fr auto; align-items: center; }
  .benefits { grid-template-columns: repeat(4, 1fr); }
  .topic-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .category-visual-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mood-paths { padding-inline: 34px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process ol { grid-template-columns: repeat(3, 1fr); }
  .fantasy-feature { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .topic-pager { grid-template-columns: repeat(2, 1fr); }
  .topic-pager a:last-child { text-align: right; }
  .related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .related-grid a { display: flex; flex-direction: column; padding: 7px 7px 14px; }
  .related-grid img { width: 100%; }
  .related-grid span, .related-grid strong, .related-grid em { margin-inline: 7px; }
  .related-grid em { margin-top: auto; padding-top: 10px; }
  .rate-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .footer-pitch { grid-template-columns: 1fr minmax(420px, .8fr); align-items: center; }
  .home-conversion { grid-template-columns: 1fr minmax(420px, .9fr); align-items: center; }
  .footer-legal { padding-bottom: 95px; }
}

@media (min-width: 900px) {
  .site-header { top: 0; }
  .header-row { min-height: 82px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand b { font-size: 1.2rem; }
  .menu-toggle { display: none; }
  .main-nav { position: relative; display: flex; align-items: center; gap: 2px; padding-block: 0 12px; }
  .main-nav[data-open] { display: flex; }
  .nav-home, .nav-group summary { padding: 9px 9px; font-size: .76rem; }
  .nav-group { position: static; border: 0; }
  .nav-group summary::after { margin-left: 5px; float: none; }
  .nav-panel { position: absolute; left: 0; right: 0; top: calc(100% - 3px); grid-template-columns: repeat(4, minmax(0,1fr)); gap: 4px 13px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 0 0 15px 15px; box-shadow: var(--shadow); }
  .nav-panel > span { grid-column: 1 / -1; }
  .nav-panel .nav-all { grid-column: 1 / -1; }
  .main-nav > .search-open { margin-left: auto; padding: 8px 12px; font-size: .76rem; }
  .home-hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .76fr); gap: 55px; align-items: center; padding-block: 72px 92px; }
  .page-hero { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 55px; align-items: start; padding-block: 42px 72px; }
  .home-hero-clean { padding: 58px; }
  .hero-landscape { margin-top: 0; }
  .hero-square { margin-top: 0; }
  .page-hero figure { justify-self: end; margin-top: 0; }
  .home-search { margin-top: 28px; }
  .inline-call { grid-template-columns: 1fr minmax(430px, .9fr); align-items: center; padding: 34px; }
  .original-section { padding: 34px 38px; }
  .theme-directory { display: grid; grid-template-columns: minmax(240px,.5fr) 1fr; gap: 45px; padding: 34px; }
  .theme-directory-list { gap: 19px; }
  .category-visual-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mood-paths > div:last-child { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .related-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .mobile-sticky-call { display: none; }
  .footer-legal { padding-bottom: 32px; }
}

@media (min-width: 1120px) {
  .nav-home, .nav-group summary { padding-inline: 12px; font-size: .82rem; }
  .category-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
