:root, :root[data-theme="light"] {
  --bg: #f4f0e8; --bg-soft: #ebe5da; --surface: #fbf8f1; --surface-strong: #fff;
  --text: #132033; --muted: #667081; --line: rgba(19,32,51,.14); --navy: #071426;
  --gold: #b88d3e; --gold-bright: #d7b46a; --cream: #f4efe6; --header: rgba(244,240,232,.88);
  --shadow: 0 26px 80px rgba(31,42,57,.12);
}
:root[data-theme="dark"] {
  --bg: #07111f; --bg-soft: #0b192a; --surface: #0e1d2f; --surface-strong: #132338;
  --text: #f4efe6; --muted: #a9b1bf; --line: rgba(244,239,230,.13); --navy: #020914;
  --gold: #d7b46a; --gold-bright: #ecd28d; --cream: #f4efe6; --header: rgba(7,17,31,.88);
  --shadow: 0 30px 90px rgba(0,0,0,.34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; transition: background .25s ease, color .25s ease; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: var(--header); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo-link { flex: 0 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 42px; height: 42px; display: inline-flex; }
.brand-mark svg { width: 100%; height: 100%; overflow: visible; }
.brand-mark ellipse { fill: none; stroke: var(--gold); stroke-width: 6; }
.brand-mark polygon { fill: var(--gold); }
.brand-mark circle { fill: var(--cream); stroke: var(--gold); stroke-width: 4; }
.brand-name { font: 700 25px/1 Georgia, 'Times New Roman', serif; letter-spacing: -.7px; }
nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; }
nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--text); background: transparent; cursor: pointer; font-size: 20px; }
.small-cta { padding: 13px 18px; border-radius: 999px; color: var(--cream); background: var(--navy); font-size: 13px; font-weight: 700; }
:root[data-theme="dark"] .small-cta { color: var(--navy); background: var(--gold-bright); }
.hero { position: relative; overflow: hidden; padding: 86px 0 96px; border-bottom: 1px solid var(--line); }
.hero:before { content: ""; position: absolute; width: 720px; height: 720px; right: -220px; top: -270px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 100px transparent, 0 0 0 101px var(--line), 0 0 0 210px transparent, 0 0 0 211px var(--line); opacity: .52; }
.hero-stars { position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(circle, var(--gold) 1px, transparent 1.5px); background-size: 89px 97px; mask-image: linear-gradient(to right, transparent 10%, black 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.04em; }
h1 { margin-bottom: 28px; font-size: clamp(62px, 7vw, 100px); line-height: .91; }
h1 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 590px; color: var(--muted); font: 18px/1.75 Georgia, 'Times New Roman', serif; }
.hero-buttons { margin: 35px 0 42px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 700; }
.button-primary { border-color: var(--navy); color: var(--cream); background: var(--navy); }
:root[data-theme="dark"] .button-primary { border-color: var(--gold); color: var(--navy); background: var(--gold); }
.button-secondary:hover { border-color: var(--gold); }
.trust-row { display: flex; flex-wrap: wrap; gap: 30px; color: var(--muted); font-size: 12px; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row b { color: var(--gold); font: 700 20px/1 Georgia, serif; }
.sky-card { position: relative; padding: 22px; border: 1px solid var(--line); border-radius: 32px; background: color-mix(in srgb, var(--surface) 90%, transparent); box-shadow: var(--shadow); }
.sky-card-top, .sky-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.live-dot { display: flex; align-items: center; gap: 7px; color: var(--gold); }
.live-dot:before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px color-mix(in srgb, var(--gold) 18%, transparent); }
.sky-chart { width: 100%; height: auto; margin: 6px 0; }
.chart-ring { fill: none; stroke: var(--line); stroke-width: 1; }
.chart-ring-inner { stroke-dasharray: 4 8; }
.chart-axis { stroke: var(--line); stroke-width: 1; }
.chart-orbit { fill: none; stroke: var(--gold); stroke-width: 2; }
.constellation { fill: none; stroke: var(--gold-bright); stroke-width: 1.5; }
.stars circle { fill: var(--gold-bright); }
.sun-symbol circle:first-child { fill: color-mix(in srgb, var(--gold) 22%, transparent); stroke: var(--gold); stroke-width: 2; }
.sun-symbol circle:last-child, .planet { fill: var(--gold); }
.planet-one { fill: var(--surface); stroke: var(--gold); stroke-width: 2; }
.planet-two { fill: var(--text); }
.sky-card-bottom { padding-top: 17px; border-top: 1px solid var(--line); }
.sky-card-bottom div { display: grid; gap: 5px; }
.sky-card-bottom strong { color: var(--text); font-size: 10px; letter-spacing: .12em; }
.sky-card-bottom span { text-transform: none; letter-spacing: 0; }
.section { padding: 105px 0; }
.section-heading { margin-bottom: 52px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading h2, .future-copy h2, .calculator-panel h2, .moon-panel h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; }
.section-heading > p { max-width: 430px; margin-bottom: 4px; color: var(--muted); line-height: 1.7; }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.tool-card { min-height: 390px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s ease, background .25s ease; }
.tool-card:hover { transform: translateY(-7px); background: var(--surface); }
.tool-number { color: var(--muted); font: 12px Georgia, serif; }
.tool-icon { width: 54px; height: 54px; margin: 50px 0 35px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 22px; }
.tool-card h3 { margin-bottom: 14px; font: 500 27px/1.15 Georgia, serif; }
.tool-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.tool-meta { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.tool-meta b { color: var(--gold); font-size: 17px; }
.split-section { background: var(--bg-soft); border-block: 1px solid var(--line); }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.moon-panel, .calculator-panel { position: relative; min-height: 580px; padding: 54px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); overflow: hidden; }
.moon-visual { position: absolute; width: 300px; height: 300px; right: -30px; top: -60px; }
.moon { position: absolute; width: 150px; height: 150px; right: 50px; top: 65px; border-radius: 50%; background: var(--gold-bright); box-shadow: inset -46px 0 0 var(--surface-strong), 0 0 65px color-mix(in srgb, var(--gold) 28%, transparent); }
.moon-orbit { position: absolute; inset: 22px; border: 1px solid var(--line); border-radius: 50%; }
.panel-kicker { display: block; margin-bottom: 195px; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.moon-panel p, .calculator-panel > p { max-width: 560px; color: var(--muted); line-height: 1.75; }
.moon-panel a { display: inline-flex; gap: 20px; margin-top: 22px; color: var(--gold); font-weight: 700; font-size: 13px; }
.calculator-panel { padding-top: 60px; }
.calculator-panel .eyebrow { margin-bottom: 18px; }
.calculator-panel h2 { margin-bottom: 18px; }
.calculator-form { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.calculator-form label { display: grid; gap: 9px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.calculator-form input { width: 100%; height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; outline: none; color: var(--text); background: var(--bg); }
.calculator-form input:focus { border-color: var(--gold); }
.field-wide, .calculator-form button { grid-column: 1 / -1; }
.calculator-form button { height: 55px; margin-top: 4px; border: 0; border-radius: 999px; color: var(--navy); background: var(--gold-bright); font-weight: 800; cursor: pointer; }
.calculator-panel small { display: block; margin-top: 15px; color: var(--muted); font-size: 10px; text-align: center; }
.future-section { background: var(--navy); color: var(--cream); }
.future-section .eyebrow { color: var(--gold-bright); }
.future-copy { display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; align-items: end; }
.future-copy .eyebrow { grid-column: 1 / -1; }
.future-copy p:last-child { color: #aab5c4; line-height: 1.7; }
.future-flow { margin-top: 70px; display: flex; align-items: center; }
.flow-item { flex: 0 0 190px; display: grid; gap: 9px; }
.flow-item i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #aab5c4; font: normal 12px Georgia, serif; }
.flow-item.active i { border-color: var(--gold); color: var(--navy); background: var(--gold); }
.flow-item strong { margin-top: 12px; font: 500 21px Georgia, serif; }
.flow-item span { color: #8d99aa; font-size: 12px; line-height: 1.5; }
.flow-line { flex: 1 1 80px; height: 1px; margin: 0 18px; background: linear-gradient(to right, var(--gold), rgba(255,255,255,.14)); }
.section-heading.compact { align-items: center; }
.section-heading.compact > a { color: var(--gold); font-size: 13px; font-weight: 700; }
.guide-list { border-top: 1px solid var(--line); }
.guide-row { min-height: 105px; display: grid; grid-template-columns: 70px 120px 1fr 140px 30px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.guide-row:hover h3 { color: var(--gold); }
.guide-index, .guide-category, .guide-time { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.guide-row h3 { margin: 0; font: 500 24px Georgia, serif; transition: color .2s ease; }
.guide-row b { color: var(--gold); font-size: 18px; }
.site-footer { padding: 76px 0 28px; color: var(--cream); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-grid > div { display: grid; align-content: start; gap: 14px; }
.footer-grid p { max-width: 330px; color: #8d99aa; line-height: 1.65; }
.footer-grid strong { color: var(--gold-bright); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a { color: #aab5c4; font-size: 13px; }
.footer-bottom { margin-top: 64px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #6f7d90; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
@media (max-width: 980px) {
  nav { display: none; } .hero-grid, .split-grid { grid-template-columns: 1fr; } .hero-grid { gap: 55px; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); } .future-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .flow-line { display: none; } .footer-grid { grid-template-columns: 2fr 1fr 1fr; } .footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); } .site-header { position: relative; } .header-inner { min-height: 68px; }
  .small-cta { display: none; } .brand-name { font-size: 22px; } .hero { padding: 66px 0 72px; } h1 { font-size: 56px; }
  .hero-lead { font-size: 16px; } .button { width: 100%; } .trust-row { gap: 16px; } .sky-card { padding: 16px; border-radius: 22px; }
  .sky-card-bottom { align-items: start; } .section { padding: 74px 0; } .section-heading { display: grid; gap: 24px; }
  .section-heading h2, .future-copy h2, .calculator-panel h2, .moon-panel h2 { font-size: 42px; } .tool-grid { grid-template-columns: 1fr; }
  .tool-card { min-height: 330px; } .tool-icon { margin: 34px 0 25px; } .moon-panel, .calculator-panel { min-height: auto; padding: 34px 26px; }
  .panel-kicker { margin-bottom: 180px; } .calculator-form { grid-template-columns: 1fr; } .calculator-form label, .calculator-form button { grid-column: 1; }
  .future-copy { grid-template-columns: 1fr; } .future-copy .eyebrow { grid-column: 1; } .future-flow { grid-template-columns: 1fr; }
  .guide-row { padding: 24px 0; grid-template-columns: 42px 1fr 24px; gap: 10px; } .guide-category, .guide-time { grid-column: 2; }
  .guide-row h3 { grid-column: 2; grid-row: 1; font-size: 20px; } .guide-row b { grid-column: 3; grid-row: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; } .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; } .footer-bottom { display: grid; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { transition: none !important; } }

/* WordPress navigation and content */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; padding: 12px 18px; margin: 8px; clip: auto; z-index: 100000; color: var(--text); background: var(--surface); }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-width: 230px; max-height: 48px; }
.primary-navigation .menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.primary-navigation .sub-menu { position: absolute; min-width: 210px; margin: 12px 0 0; padding: 12px; border: 1px solid var(--line); border-radius: 12px; list-style: none; background: var(--surface); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-5px); }
.primary-navigation li { position: relative; }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: none; }
.primary-navigation .sub-menu a { display: block; padding: 9px 10px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--text); background: transparent; cursor: pointer; }
.home-block { padding: 54px 0; border-bottom: 1px solid var(--line); }
.home-block:empty { display: none; }
.widget-title { font: 500 36px/1.1 Georgia, serif; }
.page-builder-content { border-top: 1px solid var(--line); }
.inner-hero { padding: 100px 0 72px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.inner-hero h1 { max-width: 980px; margin: 0; font-size: clamp(50px, 7vw, 86px); line-height: .98; }
.narrow { max-width: 820px; }
.archive-description, .article-meta { margin-top: 24px; color: var(--muted); line-height: 1.7; }
.article-meta { display: flex; flex-wrap: wrap; gap: 22px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.featured-image { margin-top: 54px; }
.featured-image img { width: 100%; height: auto; max-height: 720px; object-fit: cover; border-radius: 28px; }
.entry-content { color: var(--text); font: 18px/1.8 Georgia, 'Times New Roman', serif; }
.entry-content > * { margin-bottom: 1.5em; }
.entry-content h2, .entry-content h3 { margin-top: 1.8em; font-family: Georgia, serif; font-weight: 500; line-height: 1.12; }
.entry-content h2 { font-size: 44px; }
.entry-content h3 { font-size: 30px; }
.entry-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.entry-content img { max-width: 100%; height: auto; border-radius: 18px; }
.entry-content blockquote { margin-inline: 0; padding: 24px 30px; border-left: 3px solid var(--gold); background: var(--surface); }
.entry-content table { width: 100%; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; }
.entry-content th, .entry-content td { padding: 14px; border: 1px solid var(--line); text-align: left; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { border: 1px solid var(--line); border-radius: 22px; background: var(--surface); overflow: hidden; }
.post-card-media { min-height: 230px; display: grid; place-items: center; background: var(--bg-soft); }
.post-card-media img { width: 100%; height: 230px; object-fit: cover; }
.post-placeholder { color: var(--gold); font-size: 54px; }
.post-card-body { padding: 26px; }
.post-meta { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.post-card h2 { margin: 15px 0; font: 500 29px/1.15 Georgia, serif; }
.post-excerpt { color: var(--muted); font-size: 14px; line-height: 1.7; }
.text-link { color: var(--gold); font-size: 13px; font-weight: 700; }
.pagination { margin-top: 48px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.page-numbers.current { color: var(--navy); background: var(--gold); }
.post-navigation { padding-bottom: 90px; }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.post-navigation a { display: block; padding: 24px; border: 1px solid var(--line); border-radius: 16px; }
.error-page { min-height: 70vh; padding: 120px 0; display: grid; align-items: center; text-align: center; }
.error-page .eyebrow { justify-content: center; }
.error-page h1 { font-size: clamp(52px, 8vw, 90px); }
.error-page p { color: var(--muted); line-height: 1.7; }
.error-star { color: var(--gold); font-size: 64px; }
.wp-block-group.astrionline-module { margin-block: 30px; padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.wp-block-button__link { border-radius: 999px; color: var(--navy); background: var(--gold-bright); }
.admin-bar .site-header { top: 32px; }
.comments-area { padding: 0 0 90px; }
.comments-title, .comment-reply-title { font: 500 36px/1.15 Georgia, serif; }
.comment-list { margin: 28px 0 48px; padding: 0; list-style: none; }
.comment-list .comment { margin-top: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.comment-list .children { list-style: none; }
.comment-meta, .comment-notes, .logged-in-as { color: var(--muted); font-size: 13px; }
.comment-content { line-height: 1.7; }
.comment-form label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.comment-form input:not([type="checkbox"]), .comment-form textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: var(--surface); }
.comment-form .submit { padding: 14px 22px; border: 0; border-radius: 999px; color: var(--navy); background: var(--gold-bright); font-weight: 800; cursor: pointer; }

@media (max-width: 980px) {
  .primary-navigation { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 1px); padding: 18px; border: 1px solid var(--line); border-radius: 0 0 18px 18px; background: var(--surface); box-shadow: var(--shadow); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation .menu { align-items: stretch; flex-direction: column; gap: 4px; }
  .primary-navigation .menu a { display: block; padding: 12px; }
  .primary-navigation .sub-menu { position: static; opacity: 1; pointer-events: auto; box-shadow: none; transform: none; }
  .menu-toggle { display: block; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .post-grid { grid-template-columns: 1fr; }
  .inner-hero { padding: 70px 0 52px; }
  .inner-hero h1 { font-size: 48px; }
  .entry-content { font-size: 17px; }
  .entry-content h2 { font-size: 36px; }
  .post-navigation .nav-links { grid-template-columns: 1fr; }
  .admin-bar .site-header { top: 46px; }
}

/* Temporary holding homepage */
body.astrionline-placeholder { overflow-x: hidden; background: #030a13; }
.astrionline-placeholder .holding-page {
  position: relative;
  min-height: 100svh;
  padding: 42px clamp(24px, 5vw, 74px) 32px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  isolation: isolate;
  color: #f4efe6;
  background: radial-gradient(circle at 50% 46%, rgba(35,57,82,.72), transparent 34%), radial-gradient(circle at 10% 85%, rgba(184,141,62,.09), transparent 26%), linear-gradient(145deg, #071426 0%, #030a13 70%);
}
.astrionline-placeholder .star-field {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .42;
  background-image: radial-gradient(circle, rgba(236,210,141,.9) 0 1px, transparent 1.4px), radial-gradient(circle, rgba(244,239,230,.5) 0 1px, transparent 1.4px);
  background-position: 0 0, 41px 58px;
  background-size: 113px 127px, 149px 163px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}
.astrionline-placeholder .holding-orbit { position: absolute; z-index: -2; width: min(58vw, 820px); aspect-ratio: 1; border: 1px solid rgba(215,180,106,.1); border-radius: 50%; }
.astrionline-placeholder .holding-orbit:before, .astrionline-placeholder .holding-orbit:after { content: ""; position: absolute; inset: 13%; border: inherit; border-radius: inherit; }
.astrionline-placeholder .holding-orbit:after { inset: 28%; }
.astrionline-placeholder .holding-orbit-left { left: -29vw; top: 23%; }
.astrionline-placeholder .holding-orbit-right { right: -31vw; top: -31%; }
.astrionline-placeholder .holding-brand { position: relative; z-index: 1; justify-self: start; }
.astrionline-placeholder .brand-mark { width: 48px; height: 48px; }
.astrionline-placeholder .brand-name { color: #f4efe6; font-size: 28px; }
.astrionline-placeholder .holding-content { width: min(820px, 100%); margin: 30px auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.astrionline-placeholder .celestial-mark { position: relative; width: 168px; height: 168px; margin-bottom: 34px; display: grid; place-items: center; }
.astrionline-placeholder .orbit { position: absolute; inset: 22px; border: 1px solid rgba(215,180,106,.22); border-radius: 50%; }
.astrionline-placeholder .orbit-one { transform: rotate(0deg) scaleY(.47); border-color: rgba(215,180,106,.5); }
.astrionline-placeholder .orbit-two { transform: rotate(60deg) scaleY(.47); }
.astrionline-placeholder .orbit-three { transform: rotate(-60deg) scaleY(.47); }
.astrionline-placeholder .central-star { color: #ecd28d; font-size: 44px; text-shadow: 0 0 38px rgba(215,180,106,.42); }
.astrionline-placeholder .placeholder-planet { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #d7b46a; }
.astrionline-placeholder .placeholder-planet-one { top: 40px; right: 34px; box-shadow: 0 0 16px rgba(215,180,106,.65); }
.astrionline-placeholder .placeholder-planet-two { bottom: 30px; left: 55px; width: 6px; height: 6px; background: #f4efe6; }
.astrionline-placeholder .holding-kicker { margin: 0 0 24px; display: flex; align-items: center; gap: 14px; color: #d7b46a; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .24em; }
.astrionline-placeholder .holding-kicker span { width: 34px; height: 1px; background: currentColor; }
.astrionline-placeholder .holding-content h1 { margin: 0 0 26px; color: #f4efe6; font: 500 clamp(54px, 7vw, 94px)/.96 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; }
.astrionline-placeholder .holding-content h1 em { color: #d7b46a; font-weight: 400; }
.astrionline-placeholder .holding-lead { max-width: 680px; margin: 0; color: #9da9b9; font: 18px/1.75 Georgia, 'Times New Roman', serif; }
.astrionline-placeholder .holding-status { margin-top: 36px; padding: 13px 18px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(215,180,106,.2); border-radius: 999px; color: #bec7d3; background: rgba(255,255,255,.025); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.astrionline-placeholder .holding-status i { width: 6px; height: 6px; border-radius: 50%; background: #d7b46a; box-shadow: 0 0 0 5px rgba(215,180,106,.11); }
.astrionline-placeholder .holding-footer { display: flex; justify-content: space-between; gap: 22px; color: #667487; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }

@media (max-width: 680px) {
  .astrionline-placeholder .holding-page { padding: 26px 20px 24px; }
  .astrionline-placeholder .brand-mark { width: 42px; height: 42px; }
  .astrionline-placeholder .brand-name { font-size: 24px; }
  .astrionline-placeholder .holding-content { margin-block: 22px; }
  .astrionline-placeholder .celestial-mark { width: 132px; height: 132px; margin-bottom: 24px; }
  .astrionline-placeholder .holding-content h1 { font-size: clamp(46px, 14vw, 64px); }
  .astrionline-placeholder .holding-lead { font-size: 16px; line-height: 1.65; }
  .astrionline-placeholder .holding-kicker { gap: 9px; font-size: 9px; letter-spacing: .18em; }
  .astrionline-placeholder .holding-kicker span { width: 18px; }
  .astrionline-placeholder .holding-footer { display: grid; justify-content: center; text-align: center; }
}

/* Block-editable homepage */
.home-page-blocks { overflow: hidden; }
.home-page-blocks .astrionline-home-page > .wp-block-group { margin-block: 0; }
.home-page-blocks .alignfull { width: 100%; max-width: none; margin-inline: 0; }
.home-page-blocks .alignwide { width: min(1180px, calc(100% - 40px)); max-width: 1180px; margin-inline: auto; }
.home-page-blocks .wp-block-columns { display: flex; gap: 30px; }
.home-page-blocks .wp-block-column { min-width: 0; }
.home-page-blocks h1, .home-page-blocks h2, .home-page-blocks h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; }
.home-page-blocks h2 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 66px); line-height: 1.04; letter-spacing: -.04em; }
.home-page-blocks h3 { font-size: 28px; line-height: 1.15; }
.home-page-blocks p { line-height: 1.75; }
.astrionline-kicker { margin-bottom: 22px; color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .19em; }
.astrionline-kicker:before { content: ""; width: 26px; height: 1px; margin-right: 10px; display: inline-block; vertical-align: middle; background: currentColor; }

.astrionline-home-hero { position: relative; padding: 94px 0 104px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--bg); }
.astrionline-home-hero:before { content: ""; position: absolute; width: 760px; height: 760px; right: -270px; top: -300px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 110px transparent, 0 0 0 111px var(--line), 0 0 0 225px transparent, 0 0 0 226px var(--line); opacity: .48; }
.astrionline-home-hero:after { content: ""; position: absolute; inset: 0; opacity: .32; pointer-events: none; background-image: radial-gradient(circle, var(--gold) 1px, transparent 1.5px); background-size: 101px 113px; mask-image: linear-gradient(to right, transparent 8%, black 72%); }
.astrionline-hero-columns { position: relative; z-index: 1; align-items: center; gap: 72px !important; }
.astrionline-home-title { margin: 0 0 30px; font-size: clamp(64px, 7vw, 100px); line-height: .91; letter-spacing: -.055em; }
.astrionline-home-title em { color: var(--gold); font-weight: 400; }
.astrionline-home-lead { max-width: 650px; margin-bottom: 32px; color: var(--muted); font: 18px/1.75 Georgia, 'Times New Roman', serif; }
.astrionline-hero-buttons { gap: 12px; }
.astrionline-hero-buttons .wp-block-button__link { min-height: 52px; padding: 15px 24px; display: inline-flex; align-items: center; border: 1px solid var(--navy); border-radius: 999px; color: var(--cream); background: var(--navy); font-size: 14px; font-weight: 700; text-decoration: none; }
.astrionline-hero-buttons .is-style-outline .wp-block-button__link { border-color: var(--line); color: var(--text); background: transparent; }
:root[data-theme="dark"] .astrionline-hero-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link { border-color: var(--gold); color: var(--navy); background: var(--gold); }
.astrionline-sky-preview { position: relative; min-height: 470px; padding: 25px; display: grid; align-content: space-between; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: color-mix(in srgb, var(--surface) 90%, transparent); box-shadow: var(--shadow); }
.astrionline-sky-preview:before, .astrionline-sky-preview:after { content: ""; position: absolute; left: 50%; top: 47%; border: 1px solid var(--line); border-radius: 50%; transform: translate(-50%, -50%); }
.astrionline-sky-preview:before { width: 320px; height: 320px; box-shadow: inset 0 0 0 54px transparent, inset 0 0 0 55px var(--line); }
.astrionline-sky-preview:after { width: 300px; height: 118px; border-color: var(--gold); transform: translate(-50%, -50%) rotate(-20deg); }
.astrionline-sky-label { position: relative; z-index: 2; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.astrionline-sky-symbol { position: relative; z-index: 2; margin: auto !important; color: var(--gold); font-size: 64px; text-shadow: 0 0 40px color-mix(in srgb, var(--gold) 35%, transparent); }
.astrionline-sky-data { position: relative; z-index: 2; margin-bottom: 0 !important; padding-top: 18px; gap: 12px !important; border-top: 1px solid var(--line); }
.astrionline-sky-data p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.astrionline-sky-data strong { color: var(--text); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.astrionline-home-intro { padding: 110px 0; border-bottom: 1px solid var(--line); }
.astrionline-intro-columns { gap: 80px !important; }
.astrionline-intro-columns p:not(.astrionline-kicker) { color: var(--muted); font: 17px/1.85 Georgia, 'Times New Roman', serif; }
.astrionline-tools-section { padding: 105px 0; background: var(--bg-soft); }
.astrionline-tools-section > .wp-block-group > h2 { margin-bottom: 48px; }
.astrionline-tool-cards { gap: 0 !important; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.astrionline-tool-card { min-height: 330px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 66%, transparent); }
.astrionline-tool-card h3 { margin: 55px 0 16px; }
.astrionline-tool-card p:not(.astrionline-card-number) { color: var(--muted); font-size: 14px; }
.astrionline-card-number { color: var(--gold); font: 13px Georgia, serif; }

.astrionline-calculator-section { padding: 110px 0; color: var(--cream); background: var(--navy); }
.astrionline-calculator-columns { gap: 72px !important; }
.astrionline-calculator-section h2 { color: var(--cream); }
.astrionline-calculator-section .astrionline-kicker { color: var(--gold-bright); }
.astrionline-calculator-section .wp-block-column > p:not(.astrionline-kicker) { color: #aab5c4; }
.astrionline-calculator-card { padding: 34px; border: 1px solid rgba(244,239,230,.15); border-radius: 26px; background: rgba(255,255,255,.055); box-shadow: 0 26px 80px rgba(0,0,0,.2); }
.astrionline-calculator-fields { margin-bottom: 16px !important; gap: 16px !important; }
.astrionline-fake-field { min-height: 78px; padding: 14px 17px; border: 1px solid rgba(244,239,230,.16); border-radius: 12px; background: rgba(0,0,0,.13); }
.astrionline-fake-field p { margin: 0; }
.astrionline-field-label { color: #8390a1 !important; font-size: 9px !important; text-transform: uppercase; letter-spacing: .11em; }
.astrionline-field-value { color: #d5dce5 !important; font-size: 14px; }
.astrionline-field-wide { margin-bottom: 16px; }
.astrionline-fake-submit { margin: 0 !important; padding: 16px 20px; border-radius: 999px; color: var(--navy) !important; background: var(--gold-bright); font-size: 13px; font-weight: 800; }
.astrionline-calculator-note { margin: 12px 0 0 !important; color: #748195 !important; font-size: 9px !important; text-transform: uppercase; letter-spacing: .09em; }

.astrionline-seo-section { padding: 110px 0; background: var(--bg); }
.astrionline-seo-copy { max-width: 860px !important; }
.astrionline-seo-copy > p:not(.astrionline-kicker) { color: var(--muted); font: 17px/1.85 Georgia, 'Times New Roman', serif; }

@media (max-width: 980px) {
  .home-page-blocks .wp-block-columns { flex-wrap: wrap; }
  .home-page-blocks .wp-block-column { flex-basis: 100% !important; }
  .astrionline-hero-columns, .astrionline-intro-columns, .astrionline-calculator-columns { gap: 46px !important; }
  .astrionline-tool-cards .wp-block-column { flex-basis: calc(50% - 1px) !important; }
  .astrionline-sky-preview { min-height: 430px; }
}

@media (max-width: 680px) {
  .home-page-blocks .alignwide { width: min(100% - 28px, 1180px); }
  .astrionline-home-hero, .astrionline-home-intro, .astrionline-tools-section, .astrionline-calculator-section, .astrionline-seo-section { padding: 74px 0; }
  .astrionline-home-title { font-size: 56px; }
  .astrionline-home-lead { font-size: 16px; }
  .astrionline-hero-buttons .wp-block-button, .astrionline-hero-buttons .wp-block-button__link { width: 100%; justify-content: center; }
  .astrionline-sky-preview { min-height: 360px; }
  .astrionline-sky-preview:before { width: 260px; height: 260px; }
  .astrionline-sky-preview:after { width: 245px; height: 95px; }
  .astrionline-tool-cards .wp-block-column { flex-basis: 100% !important; }
  .astrionline-tool-card { min-height: 270px; }
  .astrionline-tool-card h3 { margin-top: 36px; }
  .astrionline-calculator-card { padding: 24px 18px; }
}
