/*
 * FARFARAWAY shared blog stylesheet
 * One page frame and five article types: reference, nakshatra, hub, guide and list.
 */

@font-face {
    font-family: "FFA Lato";
    src: url("/fonts/lato-medium-webfont.woff2") format("woff2"),
         url("/fonts/lato-medium-webfont.woff") format("woff"),
         url("../fonts/lato-regular-webfont.woff2") format("woff2"),
         url("../fonts/lato-regular-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "FFA Lato";
    src: url("/fonts/lato-medium-webfont.woff2") format("woff2"),
         url("/fonts/lato-medium-webfont.woff") format("woff"),
         url("../fonts/lato-regular-webfont.woff2") format("woff2"),
         url("../fonts/lato-regular-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "FFA Lato";
    src: url("../fonts/lato-bold-webfont.woff2") format("woff2"),
         url("../fonts/lato-bold-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "FFA Lato";
    src: url("/fonts/lato-black-webfont.woff2") format("woff2"),
         url("/fonts/lato-black-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "FFA Courier";
    src: url("../fonts/cour-webfont.woff2") format("woff2"),
         url("../fonts/cour-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    --page-background: #f1f1ef;
    --paper: #ffffff;
    --soft-paper: #fafafa;
    --ink: #343434;
    --muted-ink: #676767;
    --line: #dededb;
    --accent: #0ab581;
    --article-width: 50%;
    --nav-height: 50px;
}

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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: var(--page-background);
    color: var(--ink);
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}

a {
    color: inherit;
}

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

button,
input {
    font: inherit;
}

[hidden] {
    display: none !important;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Fallback only: the shared template normally moves the first H1 into the hero. */
.article-title,
.article-page-title {
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 24px;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    color: #222;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.25;
    text-align: left;
    text-transform: none;
    visibility: visible;
    opacity: 1;
}

/* One shared header: article navigation on the left, account controls on the right. */
.navbar-custom {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    height: var(--nav-height);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    opacity: 1;
    transform: translateY(0);
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    pointer-events: auto;
    overflow: visible;
}

.navbar-custom.preview-navbar-visible {
    border-bottom-color: var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.navbar-custom .container {
    width: 100%;
    height: 100%;
    padding: 0 3vw 0 5vw;
    overflow: visible;
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    overflow: visible;
}

.navbar-left,
.navbar-right {
    display: flex;
    align-items: center;
}

.navbar-left {
    min-width: 0;
    gap: 17px;
    height: 100%;
    overflow: visible;
}

.navbar-right {
    flex: 0 0 auto;
    gap: 20px;
}

.navbar-brand {
    display: block;
    align-self: flex-start;
    height: auto;
    padding-top: 6px;
    flex: 0 0 auto;
    text-decoration: none;
}

.navbar-brand img {
    display: block;
    width: 49px;
    height: auto;
    max-height: none;
}

.goodtimes-class {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-class {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #222;
    font-family: "FFA Courier", monospace;
    font-size: 13px !important;
    letter-spacing: 1px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.about-class:hover,
.about-class:focus {
    text-decoration: none;
}

.about-class:hover .back-label,
.about-class:focus .back-label {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.back-arrow {
    flex: none;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
}

.back-label--mobile {
    display: none;
}

.navbar-toggle {
    display: none;
}

/* Hero. */
.whole-div,
.intro {
    position: relative;
    width: 100%;
}

.intro {
    overflow: visible;
    background: #faf9fc;
    line-height: normal;
}

/* One fast, plain hero for every article. No old banner is placed in the DOM. */
.blog-page.blog-page--compact-hero .intro {
    min-height: max(60vh, 320px);
    min-height: max(60svh, 320px);
    aspect-ratio: auto;
    background: #faf9fc;
}

.compact-hero {
    display: grid;
    grid-template-columns: clamp(76px, 8vw, 124px) minmax(0, 760px);
    align-items: center;
    justify-content: center;
    width: min(100%, 1100px);
    min-height: inherit;
    margin: 0 auto;
    padding: calc(var(--nav-height) + 30px) 7vw 46px;
    gap: clamp(28px, 4vw, 60px);
}

.compact-hero__icon {
    display: grid;
    width: clamp(76px, 8vw, 124px);
    height: clamp(76px, 8vw, 124px);
    place-items: center;
    color: #111;
    line-height: 1;
}

.compact-hero__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.compact-hero__symbol-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compact-hero__symbol-text {
    color: #111;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: clamp(64px, 7vw, 108px);
    line-height: 1;
}

.compact-hero__title {
    max-width: 760px;
    margin: 0;
    color: #222;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: clamp(24px, 2.25vw, 39px);
    font-weight: 700;
    letter-spacing: 0.45px;
    line-height: 1.25;
    overflow-wrap: break-word;
    text-align: left;
    text-transform: none;
}

.blog-page.blog-page--compact-hero .top-button {
    bottom: -22px;
}

.hero-login {
    color: #111;
    font-family: "FFA Courier", monospace;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
}

.hero-login:hover,
.hero-login:focus {
    border-bottom: 1px solid currentColor;
}

.hero-menu {
    position: relative;
}

.c-hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.c-hamburger:focus {
    outline: 1px solid rgba(0, 0, 0, 0.5);
    outline-offset: 4px;
}

.c-hamburger:focus:not(:focus-visible) {
    outline: 0;
}

.c-hamburger span,
.c-hamburger::before,
.c-hamburger::after {
    position: absolute;
    left: 2px;
    display: block;
    width: 26px;
    height: 2px;
    background: #111;
    content: "";
    transition: transform 160ms ease, opacity 160ms ease;
}

.c-hamburger::before {
    top: 3px;
}

.c-hamburger span {
    top: 11px;
    overflow: hidden;
    text-indent: -9999px;
}

.c-hamburger::after {
    top: 19px;
}

.c-hamburger.is-active::before {
    top: 11px;
    transform: rotate(45deg);
}

.c-hamburger.is-active span {
    opacity: 0;
}

.c-hamburger.is-active::after {
    top: 11px;
    transform: rotate(-45deg);
}

.hero-menu .navbar-nav {
    position: absolute;
    top: 41px;
    right: 0;
    width: 190px;
    margin: 0;
    padding: 15px 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    list-style: none;
    line-height: 1.4;
}

.hero-menu .navbar-nav li + li {
    margin-top: 12px;
}

.hero-menu .navbar-nav a {
    color: #1d1d1d;
    font-family: "FFA Courier", monospace;
    font-size: 10px;
    letter-spacing: 1.1px;
    text-decoration: none;
    text-transform: uppercase;
}

.hero-menu .navbar-nav a:hover,
.hero-menu .navbar-nav a:focus {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.gif-img {
    position: absolute;
    right: 0;
    bottom: 42%;
    left: 0;
    text-align: center;
}

.gif-img img {
    width: auto;
    margin: 0 auto;
}

.top-button {
    position: absolute;
    z-index: 30;
    right: 0;
    bottom: 64px;
    bottom: max(64px, calc(100% - 100svh + 76px));
    left: 0;
    margin: 0;
    text-align: center;
    line-height: 1;
}

.btn-circle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(17, 17, 17, 0.42);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    color: #111;
    text-decoration: none;
    transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.btn-circle:hover {
    background: #fff;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
    transform: translateY(2px);
}

.btn-circle:focus-visible {
    background: #fff;
    outline: 2px solid #111;
    outline-offset: 3px;
}

.btn-circle::after {
    position: absolute;
    top: 9px;
    left: 13px;
    width: 18px;
    height: 18px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
    transition: transform 150ms ease;
}

.btn-circle:hover::after,
.btn-circle:focus-visible::after {
    transform: translateY(4px) rotate(45deg);
}

/*
 * The outer column owns the white background. This is the key rule that keeps
 * the white strip continuous, regardless of how long an article becomes.
 */
.article-column {
    width: var(--article-width);
    min-height: 100vh;
    margin: 0 auto;
    background: var(--paper);
}

.intro-body {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 54px 6.5% 24px;
    background: transparent;
    scroll-margin-top: calc(var(--nav-height) + 12px);
}

.story_f {
    width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

.story_f h2,
.story_f h2[data-original-heading="h1"] {
    margin: 30px 0 10px;
    color: #3b3b3b;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.55px;
    line-height: 1.45;
    text-transform: uppercase;
}

.story_f h3 {
    margin: 30px 0 10px;
    color: #3b3b3b;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.55px;
    line-height: 1.45;
    text-transform: uppercase;
}

.story_f p,
.content-f p,
.content-f-img p {
    margin: 5px 0;
    color: #191919;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.65px;
    line-height: 25px;
    text-align: justify;
}

.story_f .intro-jump {
    clear: both;
    margin: 22px 0 28px;
    padding: 12px 0;
    border-top: 1px solid #dededb;
    border-bottom: 1px solid #dededb;
    text-align: left;
}

.story_f .intro-jump a {
    display: block;
    color: #3b3b3b;
    font-weight: 900;
    text-decoration: none;
}

.story_f .intro-jump a:hover,
.story_f .intro-jump a:focus {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.story_f .intro-category {
    margin-top: 26px;
}

.story_f .intro-category h3 {
    margin-bottom: 10px;
}

.article--nakshatra .content-f-img[id] {
    scroll-margin-top: calc(var(--nav-height) + 18px);
}

.italic-font {
    font-style: italic;
}

.story_f iframe,
.story_f video,
.story_f object,
.story_f embed {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 22px 0;
    border: 0;
    aspect-ratio: 16 / 9;
}

.story_f pre,
.story_f code {
    max-width: 100%;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.content-f,
.content-f-img {
    display: block;
    width: 100%;
    margin: 18px 0;
}

.content-f-img::after {
    display: table;
    clear: both;
    content: "";
}

.content-f-img > img,
.content-f-img > a > img {
    width: 42% !important;
    margin-top: 7px;
}

.content-f-img img.left,
.content-f-img a img.left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.content-f-img img.right,
.content-f-img a img.right {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
}

.link-far {
    color: #242424;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.link-far:hover,
.link-far:focus {
    color: #000;
}

.responsive,
#time img,
.\33 3chart,
.\33 3chart img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

#time {
    width: 100%;
    margin: 18px 0;
}

.chart-table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 22px 0;
    border-collapse: collapse;
    table-layout: fixed;
    border-color: #a7a7a7;
    color: rgba(0, 0, 0, 0.95);
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 10px;
    line-height: 12.5px;
}

.chart-table th,
.chart-table td {
    min-width: 0;
    padding: 6px;
    border: 1px solid #a7a7a7;
    color: #000;
    font-family: "FFA Courier", monospace;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

.chart-table img,
.chart-table iframe,
.chart-table video {
    max-width: 100% !important;
    height: auto !important;
}

.table-scroll {
    width: 100%;
    margin: 22px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-scroll:focus-visible {
    outline: 1px solid #777;
    outline-offset: 3px;
}

.table-scroll .chart-table,
.table-scroll table {
    margin-top: 0;
    margin-bottom: 0;
}

/* One shared light-pink box design for the Planets in Nakshatras articles. */
.article--nakshatra .article-section-title,
.article--guide .article-section-title,
.article--list .article-section-title {
    margin: 28px 0 10px;
    color: #3b3b3b;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.4;
    text-transform: none;
}

.article-section-separator {
    clear: both;
    height: 0;
    margin: 30px 0 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #dededb;
}

.article--nakshatra .planet-theme-card {
    display: flex;
    width: 42%;
    margin-top: 7px;
    margin-bottom: 10px;
    background: #faf7f9;
    aspect-ratio: 11 / 7;
    align-items: center;
    justify-content: center;
}

.article--nakshatra .planet-theme-card.left {
    float: left;
    margin-right: 20px;
}

.article--nakshatra .planet-theme-card.right {
    float: right;
    margin-left: 20px;
}

.article--nakshatra .planet-theme-card h3 {
    margin: 0;
    padding: 22px;
    color: #333;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    -webkit-text-stroke: 0.2px currentColor;
    letter-spacing: 1px;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
}

.article--nakshatra .intro-category {
    display: flow-root;
}

.article-closing {
    margin: 12px 6.5% 46px;
    padding: 0 0 18px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.article-closing p {
    margin: 5px 0;
    color: #191919;
    font-size: 14px;
    letter-spacing: 0.65px;
    line-height: 25px;
    font-family: "FFA Lato", Arial, sans-serif;
    font-weight: 500;
}

/* Shared article-ending message. */
.article-invitation {
    margin: -30px 6.5% 14px;
    padding: 0 12px 14px;
    border-bottom: 1px solid #d9d9d9;
    background: transparent;
    color: #191919;
    font-family: "FFA Lato", Arial, sans-serif;
    text-align: center;
}

.article-invitation p {
    margin: 0;
    color: #191919;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.65px;
    line-height: 25px;
}

.article-invitation__request {
    margin-top: 2px !important;
}

.article-invitation__arrow {
    color: #191919;
    font-weight: 700;
}

.article-invitation__link {
    padding: 0;
    border: 0;
    background: transparent;
    color: #191919;
    font-family: "FFA Lato", Arial, sans-serif;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-color: #cfcfcf;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: text-decoration-color 150ms ease;
    font-size: 14px;
}

.article-invitation__link:hover,
.article-invitation__link:focus-visible {
    color: #111;
    text-decoration-color: #555;
}

.nakshatra-directory .story_f {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.nakshatra-directory__title {
    margin: 0 0 24px;
    color: var(--ink);
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-align: center;
}

.nakshatra-directory__intro {
    max-width: 780px;
    margin: 0 auto 28px;
}

.nakshatra-directory__intro p {
    text-align: center;
}

.nakshatra-directory__navigation {
    max-width: 880px;
    margin: 0 auto 12px;
}

.nakshatra-directory__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 0;
    padding: 0;
    counter-reset: nakshatra-link;
    list-style: none;
}

.nakshatra-directory__links li {
    position: relative;
    min-height: 54px;
    padding: 14px 14px 14px 48px;
    border: 1px solid var(--line);
    background: #f8f7f3;
    counter-increment: nakshatra-link;
}

.nakshatra-directory__links li::before {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #777;
    content: counter(nakshatra-link) ".";
    font-size: 12px;
    font-weight: 700;
}

.nakshatra-directory__links a {
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

.nakshatra-directory__links a:hover,
.nakshatra-directory__links a:focus {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Article pages only: reveal the grey page background before the footer. */
body.blog-page > .article-column + .site-footer {
    margin-top: 32px;
}

.site-footer {
    position: relative;
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #fff;
    color: #000;
    text-align: center;
}

.site-footer p {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    color: #000;
    letter-spacing: normal;
    white-space: nowrap;
}

.site-footer__copy {
    top: 6px;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

.site-footer__made {
    top: 27px;
    height: 16px;
    font-family: "FFA Courier", monospace;
    font-size: 12px;
    line-height: 16px;
}

.site-footer__made img {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 2px;
    vertical-align: middle;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer .site-footer__youtube {
    position: absolute;
    top: 14px;
    right: 7px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: auto;
    height: 21px;
    color: #000;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 9px;
    line-height: 21px;
    text-decoration: none;
}

.site-footer__youtube svg {
    display: block;
    flex: none;
    width: 16px;
    height: 16px;
    margin: 0;
    fill: currentColor;
}

/* The five types share the frame; only genuine content differences remain. */
.blog-page--nakshatra .chart-table {
    font-size: 11px;
}

.blog-page--guide .content-f-img > img,
.blog-page--guide .content-f-img > a > img {
    max-width: 360px;
}

.blog-page--list .gif-img img {
    max-width: min(240px, 30vw);
}

/* Protected preview index. */
.blog-index-page {
    min-height: 100vh;
    background: var(--page-background);
}

.preview-index {
    width: 60%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 14vh 0 70px;
    background: var(--paper);
}

.preview-index h1 {
    margin: 0 0 32px;
    color: #222;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: lowercase;
}

.preview-index__list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: blog-list;
}

.preview-index__list li {
    position: relative;
    display: block;
    margin: 0;
    padding: 8px 0 8px 30px;
    counter-increment: blog-list;
}

.preview-index__list li::before {
    position: absolute;
    top: 18px;
    left: 0;
    width: 24px;
    color: #767676;
    font-family: "FFA Courier", monospace;
    font-size: 11px;
    content: counter(blog-list) ".";
}

.preview-index__list a {
    color: #282828;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: clamp(21px, 1.55vw, 30px);
    font-weight: 500;
    line-height: 1.35;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.preview-index__list span {
    display: inline;
    margin-left: 6px;
    color: var(--muted-ink);
    font-family: "FFA Courier", monospace;
    font-size: 10px;
    letter-spacing: 0.3px;
    text-transform: lowercase;
}

@media (max-width: 767px) {
    :root {
        --article-width: 100%;
        --nav-height: 44px;
    }

    .navbar-custom .container {
        padding: 0 12px;
    }

    .navbar-brand img {
        width: 37px;
        height: auto;
    }

    .navbar-brand {
        padding-top: 5px;
    }

    .navbar-left {
        gap: 9px;
    }

    .navbar-right {
        gap: 11px;
    }

    .about-class {
        gap: 6px;
        max-width: 112px;
        font-size: 9px !important;
        letter-spacing: 0.8px;
        text-align: left;
    }

    .back-label--desktop {
        display: none;
    }

    .back-label--mobile {
        display: inline;
    }

    .hero-login {
        font-size: 9px;
        letter-spacing: 1.3px;
    }

    .blog-page.blog-page--compact-hero .intro {
        min-height: max(60vh, 280px);
        min-height: max(60svh, 280px);
    }

    .compact-hero {
        grid-template-columns: 58px minmax(0, 1fr);
        padding: calc(var(--nav-height) + 24px) 18px 38px;
        gap: 14px;
    }

    .compact-hero__icon,
    .compact-hero__symbol-image {
        width: 58px;
        height: 58px;
    }

    .compact-hero__symbol-text {
        font-size: 52px;
    }

    .compact-hero__title {
        max-width: none;
        font-size: clamp(18px, 5.2vw, 22px);
        line-height: 1.25;
        text-align: left;
    }

    .blog-page.blog-page--compact-hero .top-button {
        bottom: -22px;
    }

    .intro-body {
        padding: 42px 20px 20px;
    }

    .content-f,
    .content-f-img {
        margin: 20px 0;
    }

    .content-f-img > img,
    .content-f-img > a > img,
    .content-f-img img.left,
    .content-f-img a img.left,
    .content-f-img img.right,
    .content-f-img a img.right {
        float: none;
        width: 100% !important;
        max-width: none;
        margin: 0 0 14px;
    }

    .story_f p,
    .content-f p,
    .content-f-img p {
        letter-spacing: 0.4px;
        text-align: justify;
    }

    .chart-table th,
    .chart-table td {
        padding: 4px;
        font-size: 10px;
        line-height: 13px;
    }

    .table-scroll .chart-table,
    .table-scroll table {
        width: max-content !important;
        min-width: 680px;
        table-layout: auto;
    }

    .article--nakshatra .planet-theme-card,
    .article--nakshatra .planet-theme-card.left,
    .article--nakshatra .planet-theme-card.right {
        float: none;
        width: 100%;
        margin: 7px 0 14px;
    }

    .article-closing {
        margin-right: 20px;
        margin-left: 20px;
    }

    .article-invitation {
        margin-top: -28px;
        margin-right: 16px;
        margin-left: 16px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .nakshatra-directory__title {
        margin-bottom: 18px;
        font-size: 30px;
    }

    .nakshatra-directory__intro p {
        text-align: left;
    }

    .nakshatra-directory__links {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .site-footer__copy {
        font-size: 10.5px;
    }

    .site-footer__made {
        padding-right: 70px;
        font-size: 9px;
    }

    .site-footer .site-footer__youtube {
        right: 3px;
    }

    .top-button {
        bottom: 48px;
        bottom: max(48px, calc(100% - 100svh + 60px));
    }

    .preview-index {
        width: 100%;
        margin: 0;
        padding: 11vh 20px 45px;
    }

    .preview-index h1 {
        margin-bottom: 24px;
        font-size: 26px;
    }

    .preview-index__list li {
        padding: 9px 0 9px 25px;
    }

    .preview-index__list li::before {
        top: 13px;
        width: 20px;
    }

    .preview-index__list a {
        font-size: 19px;
    }

    .preview-index__list span { margin-left: 5px; }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}


/* SEO support: restrained end-of-article reading links. */
.article-related {
    margin: 8px 6.5% 0;
    padding: 24px 0 2px;
    border-top: 1px solid #dededb;
}

.article-related h2 {
    margin: 0 0 10px;
    color: #3b3b3b;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.4;
    text-transform: none;
}

.article-related ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-related li + li {
    margin-top: 8px;
}

.article-related a {
    color: #333;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.45px;
    line-height: 1.6;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.article-related a:hover,
.article-related a:focus {
    color: #000;
    text-decoration-thickness: 2px;
}

/* Layout correction: keep Continue reading and the closing invitation in separate rows. */
.article-related {
    clear: both;
}

.article-related + .article-invitation {
    clear: both;
    margin-top: 22px;
}


/* Final launch layout: quiet next-article navigation and clear reading request. */
.article-column {
    padding-bottom: 24px;
}

.article-column > .intro-body {
    padding-bottom: 0;
}

.article-related {
    display: block;
    clear: both;
    margin: 8px 6.5% 0;
    padding: 0;
    border-top: 0;
}

.article-related__line {
    margin: 0;
    color: #3b3b3b;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 1.6;
    text-align: left;
}

.article-related__label {
    font-weight: 500;
}

.article-related__separator {
    margin: 0 3px;
    color: #777;
}

.article-related a {
    color: #333;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-color: #777;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 150ms ease, text-decoration-color 150ms ease, text-decoration-thickness 150ms ease;
}

.article-related a:hover,
.article-related a:focus-visible {
    color: #000;
    text-decoration-color: #000;
    text-decoration-thickness: 2px;
}

.article-column > .article-invitation {
    display: block !important;
    clear: both;
    margin: 16px 6.5% 0;
    padding: 14px 12px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: transparent;
    color: #191919;
    font-family: "FFA Lato", Arial, sans-serif;
    text-align: center;
}

.article-related + .article-invitation {
    margin-top: 16px;
}

.article-column .article-invitation__thanks,
.article-column .article-invitation__request {
    display: block !important;
    margin: 0 !important;
    color: #191919;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.65px;
    line-height: 25px;
    text-align: center;
}

.article-column .article-invitation__request {
    margin-top: 2px !important;
}

.article-invitation__arrow {
    color: #191919;
    font-weight: 700;
}

.article-invitation__link {
    padding: 0;
    border: 0;
    background: transparent;
    color: #191919;
    font-family: "FFA Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-color: #9b9b9b;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color 150ms ease, text-decoration-color 150ms ease, text-decoration-thickness 150ms ease;
}

.article-invitation__link:hover,
.article-invitation__link:focus-visible {
    color: #000;
    text-decoration-color: #000;
    text-decoration-thickness: 2px;
}

@media only screen and (max-width: 700px) {
    .article-related,
    .article-column > .article-invitation {
        margin-right: 20px;
        margin-left: 20px;
    }

    .article-related__line {
        line-height: 1.7;
    }

    .article-closing p,
    .article-column .article-invitation__thanks,
    .article-column .article-invitation__request {
        letter-spacing: 0.4px;
    }

    .article-column {
        padding-bottom: 20px;
    }
}
