/* Pages 7–10: editorial blog, article, search, and zodiac category */
.p710-page { background: #fffdf9; }
.p710-shell { width: min(calc(100% - 64px), 1320px); margin-inline: auto; }
.p710-breadcrumbs { display: flex; align-items: center; gap: 10px; color: #6d6a65; font-size: 13px; }
.p710-breadcrumbs a:first-child { color: var(--primary); }
.p710-kicker { margin: 0; color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.heading-rule { display: block; width: 32px; height: 3px; margin: 17px 0 20px; background: var(--primary); }
.ornament-rule { display: flex; width: 250px; margin: 18px auto 32px; align-items: center; gap: 8px; color: var(--accent); font-style: normal; }
.ornament-rule::before, .ornament-rule::after { content: ""; height: 1px; flex: 1; background: var(--accent); }
.byline-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #514f4a; font-size: 11px; }
.byline-row > span + span::before { content: "•"; margin-right: 12px; color: #8d8982; }
.byline-row img { width: 32px; height: 32px; object-fit: cover; border: 1px solid var(--accent-pale); border-radius: 50%; }
.avatar-dot { display: inline-grid; place-items: center; width: 29px; height: 29px; flex: 0 0 29px; color: #fff; background: #665039; border-radius: 50%; font-size: 8px; font-weight: 800; }
.avatar-dot.is-gray { background: #616766; }
.desktop-only { display: initial; }

/* Page 7 — Blog homepage */
.blog-main { padding-top: 0; }
.blog-intro { padding-top: 44px; padding-bottom: 28px; }
.blog-intro .p710-breadcrumbs { margin-bottom: 34px; }
.blog-intro h1 { margin-bottom: 0; font-size: clamp(3.3rem, 5vw, 4.65rem); line-height: 1; letter-spacing: -.035em; }
.blog-intro > p { max-width: 585px; margin: 0; color: #31302c; font-size: 16px; line-height: 1.65; }
.blog-feature { min-height: 420px; display: grid; grid-template-columns: minmax(0, 1.58fr) minmax(360px, 1fr); align-items: stretch; gap: 34px; }
.blog-feature__image { margin: 0; overflow: hidden; border-radius: 10px; box-shadow: var(--shadow); }
.blog-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.blog-feature__copy { padding: 10px 14px 10px 0; display: flex; flex-direction: column; justify-content: center; }
.blog-feature__copy h2 { margin: 22px 0 18px; font-size: clamp(2.2rem, 3.2vw, 3.25rem); line-height: 1.12; }
.blog-feature__copy > p:not(.p710-kicker) { max-width: 475px; margin-bottom: 24px; font-size: 14px; line-height: 1.65; }
.blog-feature__copy .byline-row { margin-bottom: 23px; }
.blog-feature__copy .button { width: max-content; }
.blog-filters { min-height: 76px; margin-top: 28px; padding: 0 18px; display: flex; align-items: stretch; justify-content: space-around; gap: 8px; overflow-x: auto; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.blog-filters button { position: relative; min-width: max-content; padding: 0 16px; display: flex; align-items: center; gap: 9px; color: #262521; background: transparent; border: 0; font-size: 13px; }
.blog-filters button span { font-size: 20px; }
.blog-filters button.is-active { color: var(--primary); }
.blog-filters button.is-active::after { content: ""; position: absolute; inset: auto 0 -1px; height: 3px; background: var(--primary); }
.blog-trending { padding-top: 35px; }
.blog-trending h2 { margin: 0 0 15px; display: flex; align-items: center; gap: 10px; font-size: 29px; }
.blog-trending h2 span { color: var(--primary); font-family: var(--font-body); font-size: 25px; }
.blog-trending__track { min-height: 126px; padding: 14px 20px; display: grid; grid-template-columns: repeat(5, minmax(225px, 1fr)); gap: 18px; overflow-x: auto; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.blog-trending__track a { min-width: 0; display: grid; grid-template-columns: 76px 1fr; gap: 11px; align-items: center; padding-right: 14px; border-right: 1px solid var(--border); font-family: var(--font-display); font-size: 13px; line-height: 1.35; }
.blog-trending__track a:last-child { border-right: 0; }
.blog-trending__track img { width: 76px; height: 82px; object-fit: cover; border-radius: 7px; }
.blog-trending__track small { display: block; margin-top: 10px; color: #66645e; font-family: var(--font-body); font-size: 10px; }
.blog-latest-layout { margin-top: 38px; display: grid; grid-template-columns: minmax(0, 2.12fr) minmax(310px, .88fr); gap: 18px; }
.blog-latest, .blog-popular { padding: 22px; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.blog-latest > h2, .blog-popular > h2 { margin-bottom: 24px; font-size: 29px; }
.blog-latest__grid { display: grid; grid-template-columns: 1.1fr .95fr; gap: 24px; }
.blog-lead-card > a > img { width: 100%; height: 305px; object-fit: cover; border-radius: 9px; }
.blog-lead-card .p710-kicker { margin-top: 20px; }
.blog-lead-card h3 { margin: 12px 0; font-size: 27px; line-height: 1.15; }
.blog-lead-card > p:not(.p710-kicker) { margin-bottom: 22px; font-size: 13px; line-height: 1.65; }
.blog-latest__list article { min-height: 139px; display: grid; grid-template-columns: 126px 1fr; gap: 18px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--border); }
.blog-latest__list article:first-child { padding-top: 0; }
.blog-latest__list article:last-child { border-bottom: 0; }
.blog-latest__list img { width: 126px; height: 116px; object-fit: cover; border-radius: 7px; }
.blog-latest__list h3 { margin: 9px 0 8px; font-size: 19px; line-height: 1.25; }
.blog-latest__list small { color: #77736c; font-size: 10px; }
.blog-popular ol { counter-reset: popular; }
.blog-popular li { min-height: 94px; display: grid; grid-template-columns: 34px 72px 1fr; gap: 12px; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--border); }
.blog-popular li > b { display: grid; place-items: center; width: 30px; height: 30px; background: #f3e6c8; border-radius: 50%; font-family: var(--font-display); font-size: 16px; }
.blog-popular li img { width: 72px; height: 72px; object-fit: cover; border-radius: 7px; }
.blog-popular li a { font-family: var(--font-display); font-size: 14px; line-height: 1.25; }
.blog-popular li small { display: block; margin-top: 8px; color: #6b6963; font-family: var(--font-body); font-size: 10px; }
.blog-popular > .button { margin: 22px auto 0; display: flex; width: max-content; }
.blog-curated { margin-top: 38px; display: grid; grid-template-columns: 1.48fr 1fr; gap: 26px; }
.editor-picks, .topic-explorer { min-width: 0; }
.editor-picks > h2, .topic-explorer > h2 { margin-bottom: 20px; font-size: 30px; }
.editor-picks__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.editor-picks__grid article { min-width: 0; padding: 0 12px; border-right: 1px solid var(--border); }
.editor-picks__grid article:first-child { padding-left: 0; }
.editor-picks__grid article:last-child { padding-right: 0; border-right: 0; }
.editor-picks__grid img { width: 100%; height: 225px; object-fit: cover; border-radius: 9px; }
.editor-picks__grid .p710-kicker { margin-top: 15px; color: #53504b; }
.editor-picks__grid h3 { min-height: 72px; margin: 12px 0 13px; font-size: 18px; line-height: 1.3; }
.editor-picks__grid small { color: #6b6963; font-size: 10px; }
.editor-picks > .button { display: flex; width: max-content; margin: 27px auto 0; }
.topic-explorer { padding-left: 12px; border-left: 1px solid var(--border); }
.topic-explorer > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.topic-explorer a { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 9px; box-shadow: var(--shadow); text-align: center; }
.topic-explorer img { width: 100%; height: 105px; object-fit: cover; }
.topic-explorer span { display: block; padding: 9px; font-family: var(--font-display); font-size: 14px; }
.blog-experts { min-height: 190px; margin-top: 36px; padding: 22px 30px; display: grid; grid-template-columns: 1fr auto; align-items: start; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.blog-experts h2 { margin-bottom: 6px; font-size: 26px; }
.blog-experts p { margin: 0; font-size: 12px; }
.blog-experts .button { min-height: 40px; font-size: 12px; }
.blog-experts ul { grid-column: 1 / -1; margin-top: 20px; display: grid; grid-template-columns: repeat(5, 1fr); }
.blog-experts li { display: flex; align-items: center; gap: 12px; padding: 0 18px; border-right: 1px solid var(--border); }
.blog-experts li:first-child { padding-left: 0; }
.blog-experts li:last-child { border-right: 0; }
.blog-experts li img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; }
.blog-experts li span { display: grid; gap: 2px; font-size: 11px; }
.blog-experts li small { color: #77736c; }
.blog-newsletter { min-height: 140px; margin-top: 25px; padding: 22px 34px; display: grid; grid-template-columns: 160px 1fr minmax(400px, .85fr); gap: 22px; align-items: center; overflow: hidden; background: linear-gradient(100deg, #fbf4e7, #fffdf8); border: 1px solid var(--border); border-radius: 10px; }
.blog-newsletter > img { width: 150px; height: 100px; object-fit: contain; }
.blog-newsletter h2 { margin-bottom: 7px; font-size: 28px; }
.blog-newsletter p { margin: 0; font-size: 12px; }
.blog-newsletter form, .article-newsletter form, .search-newsletter form { display: grid; grid-template-columns: 1fr auto; }
.blog-newsletter input, .article-newsletter input, .search-newsletter input { min-width: 0; min-height: 46px; padding: 0 15px; background: #fff; border: 1px solid var(--border); border-right: 0; border-radius: 8px 0 0 8px; }
.blog-newsletter form .button, .article-newsletter form .button, .search-newsletter form .button { border-radius: 0 8px 8px 0; }

/* Page 8 — Article */
.article-page { background: #fffdf9; }
.article-progress { position: fixed; inset: 0 0 auto; z-index: 120; height: 5px; background: #d9d4cb; }
.article-progress i { display: block; width: 18%; height: 100%; background: var(--primary); transition: width .1s linear; }
.article-progress span { position: fixed; top: 7px; right: 24px; z-index: 121; color: #67645f; font-size: 10px; }
.article-mobile-chrome { display: none; }
.article-hero { position: relative; min-height: 455px; padding-top: 38px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(540px, 1.14fr); align-items: center; gap: 24px; }
.article-hero__copy { position: relative; z-index: 2; }
.article-hero .p710-breadcrumbs { margin-bottom: 28px; }
.article-hero h1 { margin: 14px 0 14px; font-size: clamp(3.15rem, 4.4vw, 4.5rem); line-height: 1.05; letter-spacing: -.035em; }
.article-standfirst { max-width: 590px; margin-bottom: 24px; font-size: 14px; line-height: 1.65; }
.article-authors { display: flex; gap: 55px; }
.article-authors > div { display: flex; align-items: center; gap: 12px; }
.article-authors img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; }
.article-authors span { display: grid; line-height: 1.2; }
.article-authors small, .article-authors em { color: #66635d; font-size: 10px; font-style: normal; }
.article-authors b { font-family: var(--font-display); font-size: 15px; font-weight: 500; }
.article-meta { margin: 25px 0 0; display: flex; flex-wrap: wrap; gap: 14px; color: #5e5b55; font-size: 11px; }
.article-hero__art { align-self: stretch; margin: 0; display: grid; place-items: center; }
.article-hero__art img { width: 100%; height: 100%; max-height: 405px; object-fit: contain; mix-blend-mode: multiply; }
.article-share { position: absolute; right: 18px; bottom: 12px; display: flex; align-items: center; gap: 10px; color: #55524e; font-size: 10px; }
.article-share a { display: grid; place-items: center; width: 28px; height: 28px; color: #fff; background: #3563a5; border-radius: 50%; font-size: 11px; }
.article-share a:nth-of-type(2) { background: #39a9e4; }.article-share a:nth-of-type(3) { background: #c52a38; }.article-share a:nth-of-type(4) { color: #333; background: #fff; border: 1px solid var(--border); }
.article-layout { padding-top: 35px; display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 86px; align-items: start; border-top: 1px solid var(--border); }
.article-toc { position: sticky; top: 100px; padding: 20px 24px 24px; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.article-toc__title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.article-toc__title h2 { margin: 0; font-size: 21px; }
.article-toc nav { margin: 10px -24px 14px; }
.article-toc nav a { display: block; padding: 7px 24px; color: #45423d; font-size: 11px; line-height: 1.25; }
.article-toc nav a.sub { padding-block: 4px; padding-left: 48px; color: #6c6963; }
.article-toc nav a.is-active { color: var(--primary); border-left: 3px solid var(--primary); }
.article-download { width: 100%; min-height: 52px; padding-inline: 10px; font-size: 11px; line-height: 1.2; }
.article-body { min-width: 0; max-width: 830px; padding-bottom: 22px; }
.article-body section { scroll-margin-top: 110px; margin-bottom: 30px; }
.article-body h2 { margin: 0 0 8px; font-size: 29px; }
.article-body h3 { font-size: 21px; }
.article-body p { color: #34322e; font-size: 13px; line-height: 1.62; }
.article-body blockquote { margin: 19px 0; padding: 12px 24px; display: flex; gap: 18px; border-left: 3px solid var(--primary); }
.article-body blockquote > span { font-family: var(--font-display); font-size: 42px; line-height: 1; }
.article-body blockquote p { margin: 0; font-family: var(--font-display); font-size: 17px; line-height: 1.45; }
.article-body blockquote small { display: block; margin-top: 9px; font-family: var(--font-body); font-size: 10px; }
.article-note { margin: 19px 0; padding: 15px 18px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; background: #fffaf0; border: 1px solid #e5c98f; border-radius: 8px; }
.article-note > span { color: var(--accent); font-size: 30px; }
.article-note p { margin: 0; font-size: 11px; }
.article-mobile-section-image { display: none; }
.zodiac-table-wrap { max-width: 100%; overflow-x: auto; }
.zodiac-guide-table { width: 100%; border-collapse: collapse; color: #393732; background: #fff; font-size: 10px; text-align: center; }
.zodiac-guide-table th, .zodiac-guide-table td { padding: 5px 8px; border: 1px solid #e4ddd2; }
.zodiac-guide-table thead th { color: #fff; background: var(--primary); font-weight: 650; }
.zodiac-guide-table tbody th { font-weight: 700; }
.article-center { margin: 17px 0 0; text-align: center; }
.article-center .button { min-height: 39px; font-size: 11px; }
.article-year-cycle { display: grid; grid-template-columns: repeat(12, 1fr); gap: 6px; margin: 18px 0; padding: 0; list-style: none; }
.article-year-cycle li { display: grid; place-items: center; color: #45423d; font-size: 9px; }
.article-year-cycle li span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 5px; color: #4d4a44; background: #fff; border: 1px solid var(--accent-pale); border-radius: 50%; font-family: var(--font-display); font-size: 23px; }
.article-year-cycle li.is-current span { color: #fff; background: var(--primary); border-color: var(--primary); }
.article-year-cycle b { font-family: var(--font-display); font-weight: 500; }
.article-year-cycle small { font-size: 8px; }
.article-explore > h3 { margin-bottom: 13px; }
.article-explore > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.article-explore a { min-height: 100px; padding: 14px; display: grid; grid-template-columns: 36px 1fr; gap: 2px 9px; background: #fffdf8; border: 1px solid #e7d2aa; border-radius: 8px; }
.article-explore a > span { grid-row: 1 / 3; color: var(--primary); font-family: var(--font-display); font-size: 27px; }
.article-explore b { color: var(--primary); font-size: 10px; line-height: 1.2; }
.article-explore small { color: #5f5b54; font-size: 8px; line-height: 1.35; }
.article-faq .accordion-item { padding-inline: 16px; background: #fff; border: 1px solid var(--border); border-bottom: 0; }
.article-faq .accordion-item:last-child { border-bottom: 1px solid var(--border); }
.article-faq .accordion-item button { min-height: 34px; padding-block: 5px; font-size: 11px; }
.article-author-card { padding: 18px 24px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; background: #fffdf9; border: 1px solid var(--border); border-radius: 10px; }
.article-author-card > div { display: grid; grid-template-columns: 72px 1fr; gap: 15px; align-items: start; }
.article-author-card > div + div { padding-left: 28px; border-left: 1px solid var(--accent-pale); }
.article-author-card img { width: 70px; height: 70px; object-fit: cover; border-radius: 50%; }
.article-author-card small { color: #6a6761; font-size: 9px; }
.article-author-card h3 { margin: 1px 0 4px; font-size: 17px; }
.article-author-card p { margin: 0; color: #66635e; font-size: 9px; line-height: 1.45; }
.article-related { margin-top: 12px; }
.article-related__heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.article-related__heading h2 { margin: 0; font-size: 22px; }
.article-related__heading a { font-size: 11px; }
.article-related__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.article-related__grid article { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 8px; }
.article-related__grid img { width: 100%; height: 122px; object-fit: cover; }
.article-related__grid p, .article-related__grid h3, .article-related__grid small { margin-inline: 14px; }
.article-related__grid .p710-kicker { margin-top: 10px; }
.article-related__grid h3 { min-height: 53px; margin-top: 5px; margin-bottom: 6px; font-size: 15px; line-height: 1.25; }
.article-related__grid small { display: block; margin-bottom: 13px; color: #6d6963; font-size: 9px; }
.article-newsletter { min-height: 105px; margin-top: 26px; padding: 16px 36px; display: grid; grid-template-columns: 240px 1fr 420px; align-items: center; gap: 18px; background: linear-gradient(100deg, #fbf5e8, #fffdf8); border: 1px solid #e7d5b6; border-radius: 9px; }
.article-newsletter > img { width: 240px; height: 82px; object-fit: cover; mix-blend-mode: multiply; }
.article-newsletter h2 { margin: 0 0 4px; font-size: 20px; }
.article-newsletter p { margin: 0; font-size: 10px; }
.article-comments { padding: 18px 0 30px; }
.article-comments h2 { margin-bottom: 2px; font-size: 19px; }
.article-comments > p { margin-bottom: 10px; font-size: 10px; }
.article-comments form { display: grid; grid-template-columns: 38px 1fr auto; align-items: end; gap: 10px; }
.article-comments form > span { display: grid; place-items: center; width: 34px; height: 34px; color: #c9c7c2; font-size: 30px; }
.article-comments textarea { min-height: 48px; padding: 12px; resize: vertical; border: 1px solid var(--border); border-radius: 7px; }
.article-comments .button { min-height: 31px; font-size: 10px; }

/* Page 9 — Search */
.search-hero { position: relative; min-height: 395px; overflow: hidden; background: radial-gradient(ellipse at 0 100%, rgba(212,199,173,.24), transparent 36%), linear-gradient(#fffefa, #fffdf9); }
.search-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 130px; background: linear-gradient(to top, rgba(233,226,211,.48), transparent); clip-path: polygon(0 30%, 12% 70%, 25% 35%, 38% 68%, 52% 42%, 68% 75%, 84% 32%, 100% 64%, 100% 100%, 0 100%); opacity: .75; }
.search-hero .p710-shell { position: relative; z-index: 2; padding-top: 35px; text-align: center; }
.search-hero .p710-breadcrumbs { text-align: left; }
.search-hero h1 { margin: 26px 0 0; font-size: clamp(3rem, 4.3vw, 4.1rem); line-height: 1.05; }
.search-hero__pavilion { position: absolute; right: -5px; bottom: -60px; width: 255px; height: 235px; object-fit: contain; opacity: .42; mix-blend-mode: multiply; }
.library-search { width: min(900px, 80%); min-height: 76px; margin: 0 auto; padding: 8px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; background: #fff; border: 1px solid #d9cbb8; border-radius: 11px; box-shadow: 0 6px 18px rgba(86,62,30,.08); }
.library-search > span { color: var(--primary); font-size: 38px; line-height: 1; transform: rotate(-20deg); }
.library-search input { min-width: 0; height: 58px; color: #211f1b; background: transparent; border: 0; outline: 0; font-family: var(--font-display); font-size: 27px; }
.library-search .button { min-width: 135px; min-height: 58px; font-family: var(--font-display); font-size: 18px; }
.search-count { margin: 21px 0 0; color: #2a2824; font-family: var(--font-display); font-size: 26px; }
.search-count strong { color: var(--primary); font-size: 38px; font-weight: 500; }
.search-workspace { position: relative; z-index: 3; margin-top: -7px; }
.search-filters { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.search-filters label { padding: 17px 26px; display: grid; gap: 5px; color: #58554f; border-right: 1px solid var(--border); font-family: var(--font-display); font-size: 14px; }
.search-filters label:last-child { border-right: 0; }
.search-filters select { min-width: 0; color: #2d2b27; background: transparent; border: 0; font-family: var(--font-display); font-size: 16px; }
.active-filters { min-height: 64px; display: flex; align-items: center; gap: 12px; color: #5d5953; font-size: 11px; }
.active-filters button { padding: 6px 13px; color: #4c4944; background: #fffdf8; border: 1px solid #ddd0bc; border-radius: 999px; font-size: 10px; }
.active-filters button.clear { color: var(--primary); background: transparent; border: 0; }
.active-filters > b { margin-left: auto; font-weight: 500; }
.search-grid { display: grid; grid-template-columns: minmax(0, 2.28fr) minmax(310px, 1fr); gap: 32px; align-items: start; }
.search-results-list { display: grid; gap: 22px; }
.search-result-card { min-height: 325px; display: grid; grid-template-columns: 39% 61%; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 11px; box-shadow: var(--shadow); }
.search-result-card figure { position: relative; margin: 0; overflow: hidden; }
.search-result-card figure > span { position: absolute; z-index: 2; top: 18px; left: 12px; padding: 5px 10px; color: #fff; background: #d2a139; border-radius: 5px; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.search-result-card figure img { width: 100%; height: 100%; object-fit: cover; }
.search-result-card > div { padding: 25px 28px; display: flex; flex-direction: column; }
.search-result-card h2 { margin: 10px 0 14px; font-size: 30px; line-height: 1.17; }
.search-result-card h2 em, .search-result-card > div > p em { color: var(--primary); font-style: normal; }
.search-result-card > div > p:not(.p710-kicker) { margin: 0 0 18px; font-family: var(--font-display); font-size: 14px; line-height: 1.55; }
.search-result-card .byline-row { margin-top: auto; }
.search-pagination, .category-pagination { min-height: 54px; display: flex; justify-content: center; align-items: center; gap: 15px; }
.search-pagination a, .category-pagination a { min-width: 38px; height: 38px; padding: 0 12px; display: grid; place-items: center; color: #36332f; background: #fff; border: 1px solid var(--border); border-radius: 5px; font-family: var(--font-display); font-size: 13px; }
.search-pagination a.is-current, .category-pagination a.is-current { color: #fff; background: var(--primary); border-color: var(--primary); }
.search-pagination a.disabled { color: #aaa7a1; }
.search-empty-demo { min-height: 185px; padding: 18px 24px; display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 16px; background: #fffdf8; border: 1px dashed #bc8e43; border-radius: 10px; }
.search-empty-demo img { width: 180px; height: 145px; object-fit: contain; }
.search-empty-demo h2 { margin-bottom: 5px; font-size: 23px; }
.search-empty-demo p { margin-bottom: 15px; font-size: 12px; }
.search-empty-demo button { margin: 3px; padding: 7px 11px; color: #4d4943; background: #fff; border: 1px solid #d9c9af; border-radius: 6px; font-size: 10px; }
.search-sidebar { display: grid; gap: 22px; }
.search-sidebar > section { padding: 24px 27px; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.search-sidebar h2 { margin-bottom: 17px; padding-bottom: 10px; font-size: 24px; }
.search-sidebar h2::after { content: ""; display: block; width: 24px; height: 2px; margin-top: 9px; background: var(--accent); }
.related-topics li { min-height: 52px; display: grid; grid-template-columns: 31px 1fr auto; align-items: center; border-bottom: 1px solid var(--border); }
.related-topics li:last-child { border-bottom: 0; }
.related-topics span { color: var(--accent); font-size: 22px; }.related-topics a { font-family: var(--font-display); font-size: 15px; }.related-topics b { font-family: var(--font-display); font-size: 13px; font-weight: 500; }
.popular-searches { display: grid; gap: 10px; }
.popular-searches button { min-height: 43px; padding: 0 16px; color: #4e4b46; background: #fff; border: 1px solid var(--border); border-radius: 999px; text-align: left; font-family: var(--font-display); font-size: 13px; }
.search-animal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.search-animal-grid button { min-height: 94px; display: grid; place-items: center; gap: 2px; color: #514e49; background: #fff; border: 1px solid var(--border); font-family: var(--font-display); font-size: 11px; }
.search-animal-grid button span { color: var(--accent); font-size: 30px; }
.search-animal-grid button.is-current { background: #fdf5e8; }.search-animal-grid button.is-current span { color: var(--primary); }
.featured-guide > div { display: grid; grid-template-columns: 108px 1fr; gap: 16px; }
.featured-guide img { width: 108px; height: 154px; object-fit: cover; box-shadow: 0 5px 8px rgba(0,0,0,.15); }
.featured-guide h3 { font-size: 20px; }.featured-guide p { font-size: 11px; }.featured-guide .button { min-height: 38px; padding-inline: 12px; font-size: 10px; }
.search-newsletter { min-height: 155px; margin-top: 40px; padding: 22px 34px; display: grid; grid-template-columns: 260px 1fr 480px; gap: 25px; align-items: center; background: linear-gradient(100deg, #fffaf0, #fff); border: 1px solid #d9bb84; border-radius: 11px; }
.search-newsletter > img { width: 260px; height: 120px; object-fit: contain; }
.search-newsletter h2 { margin-bottom: 4px; font-size: 27px; }.search-newsletter p { margin: 0; font-size: 12px; }
.search-newsletter form { position: relative; }
.search-newsletter form small { position: absolute; top: 54px; left: 0; right: 0; color: #77736d; text-align: center; font-size: 9px; }

/* Page 10 — Zodiac Animals category */
.category-hero { min-height: 465px; border-bottom: 1px solid var(--border); }
.category-hero__grid { min-height: 465px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 30px; }
.category-hero .p710-breadcrumbs { margin-bottom: 23px; }
.category-hero h1 { margin: 0; font-size: clamp(3.6rem, 5vw, 5rem); line-height: 1; }
.category-hero p { max-width: 620px; font-size: 15px; line-height: 1.7; }
.category-hero .article-total { display: flex; gap: 8px; align-items: center; margin: 22px 0; color: #4a4742; font-size: 12px; }
.category-hero .article-total span { color: var(--primary); font-size: 20px; }
.category-hero figure { margin: 0; align-self: stretch; display: grid; place-items: center; overflow: hidden; }
.category-hero figure img { width: min(100%, 690px); height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.category-filters { min-height: 88px; padding: 15px 12px; display: flex; align-items: center; gap: 13px; overflow-x: auto; }
.category-filters button { min-width: 67px; min-height: 42px; padding: 0 17px; color: #34312d; background: #fff; border: 1px solid var(--border); border-radius: 999px; font-family: var(--font-display); font-size: 13px; }
.category-filters button.is-active { color: #fff; background: var(--primary); border-color: var(--primary); }
.category-layout { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(310px, .85fr); gap: 32px; align-items: start; }
.category-featured { min-height: 425px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.category-featured > img { width: 100%; height: 100%; object-fit: cover; }
.category-featured > div { padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.category-featured h2 { margin: 16px 0 13px; font-size: 31px; line-height: 1.18; }
.category-featured > div > p:not(.p710-kicker) { font-size: 12px; line-height: 1.65; }
.category-featured .byline-row { margin: 12px 0 22px; }
.category-featured .text-link { font-family: var(--font-display); font-size: 15px; }
.category-latest { padding-top: 40px; }
.category-latest > h2 { margin-bottom: 0; font-size: 38px; }
.category-latest > .heading-rule { background: var(--accent); }
.category-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.category-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.category-card > img { width: 100%; height: 165px; object-fit: cover; }
.category-card > div { padding: 17px 16px 18px; }
.category-card h3 { min-height: 60px; margin: 8px 0; font-size: 19px; line-height: 1.25; }
.category-card > div > p:not(.p710-kicker) { min-height: 80px; margin-bottom: 12px; font-size: 11px; line-height: 1.55; }
.category-card small { display: flex; align-items: center; color: #716e68; font-size: 8px; white-space: nowrap; }
.category-card small .avatar-dot { width: 19px; height: 19px; margin-right: 5px; flex-basis: 19px; font-size: 5px; }
.category-pagination { margin: 20px 0 0; }
.category-sidebar { display: grid; gap: 26px; }
.category-sidebar > section { padding: 25px; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); }
.category-sidebar h2 { margin-bottom: 18px; font-size: 25px; }
.category-sidebar h2::after { content: ""; display: block; width: 30px; height: 2px; margin-top: 10px; background: var(--accent); }
.category-sidebar ol li { min-height: 104px; display: grid; grid-template-columns: 29px 91px 1fr; gap: 10px; align-items: center; border-bottom: 1px dashed var(--border); }
.category-sidebar ol li:last-child { border-bottom: 0; }
.category-sidebar ol li > b { align-self: start; margin-top: 17px; display: grid; place-items: center; width: 26px; height: 26px; color: #fff; background: var(--primary); border-radius: 50%; font-family: var(--font-display); }
.category-sidebar ol img { width: 91px; height: 78px; object-fit: cover; border-radius: 7px; }
.category-sidebar ol a { font-family: var(--font-display); font-size: 13px; line-height: 1.25; }
.category-sidebar ol small { display: block; margin-top: 8px; color: #77736c; font-family: var(--font-body); font-size: 9px; }
.category-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.category-tags a { padding: 7px 13px; background: #fff; border: 1px solid var(--border); border-radius: 999px; color: #4d4a45; font-family: var(--font-display); font-size: 11px; }
.other-categories li { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--border); }
.other-categories li:last-child { border-bottom: 0; }
.other-categories a { flex: 1; display: flex; gap: 12px; align-items: center; font-family: var(--font-display); font-size: 13px; }
.other-categories a span { color: var(--primary); font-size: 19px; }
.other-categories b { color: #77736c; font-size: 10px; font-weight: 500; }
.category-signup > div { display: flex; gap: 15px; align-items: center; }
.category-signup > div > span { display: grid; place-items: center; width: 60px; height: 60px; color: var(--accent); border: 1px solid var(--accent-pale); border-radius: 50%; font-size: 28px; }
.category-signup h2 { margin: 0; }.category-signup h2::after { display: none; }
.category-signup > p { margin: 18px 0; font-size: 11px; line-height: 1.6; }
.category-signup form { display: grid; gap: 10px; }
.category-signup input { min-height: 43px; padding: 0 13px; border: 1px solid var(--border); border-radius: 7px; }
.category-signup small { color: #77736c; font-size: 9px; text-align: center; }
.category-start { min-height: 115px; margin-top: 35px; padding: 18px 44px; display: grid; grid-template-columns: 76px 1fr auto; gap: 22px; align-items: center; background: #fffdf8; border: 1px solid #e0c38e; border-radius: 10px; }
.category-start .round-icon { margin: 0; color: var(--accent); border: 1px solid var(--accent-pale); }
.category-start h2 { margin-bottom: 3px; font-size: 25px; }.category-start p { margin: 0; font-size: 11px; }
.category-more { padding: 25px 0 40px; }
.category-more > h2 { position: relative; margin-bottom: 26px; text-align: center; font-size: 20px; }
.category-more > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.category-more article { min-height: 165px; padding: 22px 22px 18px 88px; position: relative; background: #fff; border: 1px solid var(--border); border-radius: 9px; }
.category-more article > span { position: absolute; top: 22px; left: 20px; display: grid; place-items: center; width: 54px; height: 54px; color: var(--accent); background: #fffaf0; border: 1px solid var(--accent-pale); border-radius: 50%; font-size: 25px; }
.category-more h3 { margin-bottom: 5px; font-size: 16px; }.category-more p { font-size: 10px; line-height: 1.45; }.category-more a { color: var(--primary); font-size: 10px; font-weight: 700; }

@media (max-width: 1120px) {
  .blog-feature { grid-template-columns: 1.35fr 1fr; }
  .blog-latest-layout, .category-layout { grid-template-columns: minmax(0, 1fr) 300px; }
  .blog-latest__grid { grid-template-columns: 1fr; }
  .blog-latest__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .blog-latest__list article { grid-template-columns: 1fr; }
  .blog-latest__list img { width: 100%; height: 130px; }
  .blog-newsletter, .search-newsletter { grid-template-columns: 140px 1fr 340px; }
  .article-hero { grid-template-columns: .95fr 1.05fr; }
  .article-layout { grid-template-columns: 280px minmax(0, 1fr); gap: 38px; }
  .article-newsletter { grid-template-columns: 160px 1fr 340px; }
  .search-grid { grid-template-columns: minmax(0, 1fr) 285px; gap: 20px; }
  .search-result-card { grid-template-columns: 37% 63%; }
  .search-result-card h2 { font-size: 25px; }
  .category-card-grid { grid-template-columns: repeat(2, 1fr); }
  .category-more article { padding-left: 22px; padding-top: 82px; }
}

@media (max-width: 900px) {
  .p710-shell { width: min(calc(100% - 40px), 1320px); }
  .blog-feature { grid-template-columns: 1.1fr 1fr; gap: 24px; }
  .blog-feature__copy h2 { font-size: 2.25rem; }
  .blog-trending__track { grid-template-columns: repeat(5, 250px); }
  .blog-latest-layout, .category-layout, .search-grid { grid-template-columns: 1fr; }
  .blog-popular ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
  .blog-curated { grid-template-columns: 1fr; }
  .topic-explorer { padding: 0; border-left: 0; }
  .topic-explorer > div { grid-template-columns: repeat(3, 1fr); }
  .blog-experts ul { grid-template-columns: repeat(3, 1fr); gap: 20px 0; }
  .blog-experts li:nth-child(3) { border-right: 0; }
  .blog-newsletter { grid-template-columns: 120px 1fr; }
  .blog-newsletter form { grid-column: 1 / -1; }
  .article-hero { grid-template-columns: 1fr 1fr; }
  .article-hero h1 { font-size: 3rem; }
  .article-authors { gap: 18px; }
  .article-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 28px; }
  .article-toc { padding-inline: 16px; }
  .article-toc nav { margin-inline: -16px; }
  .article-year-cycle { grid-template-columns: repeat(6, 1fr); gap: 12px; }
  .article-explore > div { grid-template-columns: repeat(2, 1fr); }
  .article-newsletter { grid-template-columns: 130px 1fr; }
  .article-newsletter form { grid-column: 1 / -1; }
  .search-hero__pavilion { right: -40px; opacity: .25; }
  .search-filters { grid-template-columns: repeat(2, 1fr); }
  .search-filters label:nth-child(2) { border-right: 0; }.search-filters label:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .search-sidebar { grid-template-columns: repeat(2, 1fr); }.search-sidebar .featured-guide { grid-column: 1 / -1; }
  .search-newsletter { grid-template-columns: 180px 1fr; }.search-newsletter form { grid-column: 1 / -1; }
  .category-hero__grid { grid-template-columns: 1fr 1fr; }
  .category-sidebar { grid-template-columns: repeat(2, 1fr); }.category-sidebar .category-signup { grid-column: 1 / -1; }
  .category-more > div { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .p710-shell { width: calc(100% - 32px); }
  .desktop-only { display: none; }
  .p710-breadcrumbs { overflow-x: auto; white-space: nowrap; }
  .byline-row { gap: 7px; }
  .byline-row > span + span::before { margin-right: 7px; }

  .blog-intro { padding-top: 27px; }
  .blog-intro .p710-breadcrumbs { margin-bottom: 25px; }
  .blog-intro h1 { font-size: 2.7rem; }
  .blog-intro > p { font-size: 14px; }
  .blog-feature { min-height: 0; display: block; }
  .blog-feature__image { height: 235px; }
  .blog-feature__copy { padding: 24px 4px 8px; }
  .blog-feature__copy h2 { margin: 12px 0; font-size: 2rem; }
  .blog-feature__copy .button { width: 100%; }
  .blog-filters { width: calc(100% - 16px); margin-left: 16px; padding: 0 8px; justify-content: flex-start; }
  .blog-filters button { padding-inline: 12px; }
  .blog-trending__track { margin-right: -16px; grid-template-columns: repeat(5, 245px); }
  .blog-latest-layout { margin-top: 28px; }
  .blog-latest, .blog-popular { padding: 18px; }
  .blog-lead-card > a > img { height: 240px; }
  .blog-latest__list { grid-template-columns: 1fr; }
  .blog-latest__list article { grid-template-columns: 110px 1fr; }
  .blog-latest__list img { width: 110px; height: 105px; }
  .blog-popular ol { grid-template-columns: 1fr; }
  .editor-picks__grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
  .editor-picks__grid article { padding: 0; border-right: 0; }
  .editor-picks__grid img { height: 240px; }
  .editor-picks__grid h3 { min-height: 0; }
  .topic-explorer > div { grid-template-columns: repeat(2, 1fr); }
  .blog-experts { display: block; padding: 20px; }
  .blog-experts > .button { margin-top: 14px; }
  .blog-experts ul { grid-template-columns: 1fr 1fr; }
  .blog-experts li, .blog-experts li:first-child { padding: 8px 6px; border-right: 0; }
  .blog-experts li img { width: 50px; height: 50px; }
  .blog-newsletter { padding: 24px 20px; display: block; text-align: center; }
  .blog-newsletter > img { margin: 0 auto 12px; }
  .blog-newsletter form { margin-top: 18px; grid-template-columns: 1fr; gap: 10px; }
  .blog-newsletter input, .blog-newsletter form .button { border: 1px solid var(--border); border-radius: 8px; }

  .article-page .site-header__inner { display: none; }
  .article-page .mobile-panel { inset-block-start: 60px; }
  .article-mobile-chrome { position: sticky; top: 0; z-index: 115; min-height: 60px; padding: 0 16px; display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; color: #15130f; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border); }
  .article-mobile-chrome strong { font-family: var(--font-display); font-size: 11px; line-height: 1.1; text-align: center; }
  .article-mobile-chrome button { padding: 0; background: transparent; border: 0; }
  .article-progress { position: absolute; top: 60px; height: 58px; padding: 0 16px; background: #fff; border-bottom: 1px solid var(--border); }
  .article-progress::before { content: "Reading progress"; position: absolute; top: 12px; left: 16px; color: #5d5a54; font-size: 9px; }
  .article-progress i { position: absolute; left: 16px; bottom: 10px; width: calc(24% - 8px); height: 5px; background: var(--primary); border-radius: 5px; }
  .article-progress::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 10px; z-index: -1; height: 5px; background: #ece8e0; border-radius: 5px; }
  .article-progress span { position: absolute; top: 10px; right: 16px; font-size: 9px; }
  .article-page main { padding-top: 58px; }
  .article-hero { min-height: 0; padding-top: 27px; display: block; }
  .article-hero .p710-breadcrumbs, .article-hero .p710-kicker, .article-authors, .article-meta, .article-hero__art, .article-share { display: none; }
  .article-hero h1 { margin: 0 0 13px; font-size: 2rem; line-height: 1.1; }
  .article-standfirst { margin-bottom: 20px; font-size: 12px; line-height: 1.55; }
  .article-layout { width: calc(100% - 32px); padding-top: 0; display: block; border-top: 0; }
  .article-toc { position: static; padding: 15px 14px; border-radius: 6px; }
  .article-toc__title { padding-bottom: 8px; border-bottom: 0; }
  .article-toc__title h2 { font-size: 0; }
  .article-toc__title h2::after { content: "Contents"; font-size: 14px; }
  .article-toc__title > span, .article-download { display: none; }
  .article-toc nav { margin: 0; }
  .article-toc nav a { padding: 4px 0; font-size: 9px; }
  .article-toc nav a[data-mobile-label] { font-size: 0; }
  .article-toc nav a[data-mobile-label]::after { content: attr(data-mobile-label); font-size: 9px; }
  .article-toc nav a[href="#introduction"] { order: 1; }
  .article-toc nav a[href="#animals"] { order: 2; }
  .article-toc nav a[href="#elements"] { order: 3; }
  .article-toc nav a[href="#years"] { order: 4; }
  .article-toc nav a[href="#compatibility-guide"] { order: 5; }
  .article-toc nav a[href="#modern"] { order: 6; }
  .article-toc nav { display: flex; flex-direction: column; }
  .article-toc nav a.sub, .article-toc nav a[href="#sign"], .article-toc nav a[href="#article-faq"] { display: none; }
  .article-toc nav a.is-active { padding-left: 9px; }
  .article-body { padding-top: 27px; }
  .article-body section { margin-bottom: 24px; }
  .article-body h2 { font-size: 0; }
  .article-body #introduction h2::after { content: "1. History & Origins"; font-size: 21px; }
  .article-body #introduction p { font-size: 11px; line-height: 1.6; }
  .article-body #introduction blockquote, .article-body #introduction .article-note, .article-body #introduction > p:nth-of-type(n+2) { display: none; }
  .article-mobile-section-image { display: block; width: 100%; height: 150px; margin-top: 14px; object-fit: cover; }
  .article-body #animals, .article-body #years, .article-body #elements, .article-author-card { display: none; }
  .article-faq h2::after { content: "FAQs"; font-size: 19px; }
  .article-faq .accordion-item { padding-inline: 10px; }
  .article-faq .accordion-item button { min-height: 45px; font-size: 9px; }
  .article-faq .accordion-item:nth-of-type(n+4) { display: none; }
  .article-related, .article-newsletter, .article-comments, .article-page [data-site-footer] { display: none; }

  .search-hero { min-height: 360px; }
  .search-hero .p710-shell { padding-top: 26px; }
  .search-hero h1 { font-size: 2.5rem; }
  .search-hero__pavilion { width: 170px; height: 160px; right: -60px; }
  .ornament-rule { width: 180px; margin-bottom: 24px; }
  .library-search { width: 100%; min-height: 63px; grid-template-columns: 40px 1fr auto; }
  .library-search input { height: 46px; font-size: 20px; }
  .library-search .button { min-width: 90px; min-height: 46px; padding-inline: 12px; font-size: 15px; }
  .search-count { font-size: 20px; }.search-count strong { font-size: 30px; }
  .search-filters { grid-template-columns: 1fr; }
  .search-filters label, .search-filters label:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--border); }
  .search-filters label:last-child { border-bottom: 0; }
  .active-filters { overflow-x: auto; white-space: nowrap; }.active-filters > b { display: none; }
  .search-result-card { min-height: 0; grid-template-columns: 1fr; }
  .search-result-card figure { height: 230px; }
  .search-result-card > div { padding: 20px; }
  .search-result-card h2 { font-size: 24px; }
  .search-pagination { flex-wrap: wrap; gap: 8px; }
  .search-pagination a { min-width: 34px; }
  .search-empty-demo { grid-template-columns: 1fr; text-align: center; }
  .search-empty-demo img { margin: auto; }
  .search-sidebar { grid-template-columns: 1fr; }
  .search-sidebar .featured-guide { grid-column: auto; }
  .search-newsletter { padding: 22px; display: block; text-align: center; }
  .search-newsletter > img { margin: 0 auto 8px; }
  .search-newsletter form { margin-top: 17px; grid-template-columns: 1fr; gap: 10px; }
  .search-newsletter input, .search-newsletter form .button { border: 1px solid var(--border); border-radius: 8px; }
  .search-newsletter form small { position: static; }

  .category-hero { min-height: 0; padding: 32px 0; }
  .category-hero__grid { min-height: 0; display: flex; flex-direction: column-reverse; align-items: stretch; }
  .category-hero figure { height: 220px; }
  .category-hero h1 { font-size: 3.3rem; }.category-hero p { font-size: 13px; }
  .category-filters { width: calc(100% - 16px); margin-left: 16px; }
  .category-content, .category-latest, .category-card-grid { min-width: 0; }
  .category-featured { grid-template-columns: 1fr; }
  .category-featured > img { height: 270px; }
  .category-featured > div { padding: 24px 20px; }
  .category-featured h2 { font-size: 26px; }
  .category-latest > h2 { font-size: 31px; }
  .category-card-grid { grid-template-columns: 1fr; }
  .category-card > img { height: 190px; }
  .category-card h3, .category-card > div > p:not(.p710-kicker) { min-height: 0; }
  .category-pagination { gap: 8px; }
  .category-pagination a { min-width: 34px; padding-inline: 10px; }
  .category-sidebar { grid-template-columns: 1fr; }
  .category-sidebar .category-signup { grid-column: auto; }
  .category-start { padding: 22px; grid-template-columns: 1fr; text-align: center; }
  .category-start .round-icon { margin: auto; }
  .category-more > div { grid-template-columns: 1fr; }
}
