:root {
    --astro-ink: #0b1624;
    --astro-night: #07111f;
    --astro-night-2: #0b1d33;
    --astro-sky: #4aa8ff;
    --astro-sky-2: #90cdfd;
    --astro-gold: #edc878;
    --astro-paper: #f7f7f3;
    --astro-card: #ffffff;
    --astro-muted: #627083;
    --astro-line: #dfe5ea;
    --astro-soft: #edf4fa;
    --astro-danger: #9d3e3e;
    --astro-radius: 18px;
    --astro-shadow: 0 18px 50px rgba(13, 27, 42, .08);
    --astro-shell: min(1180px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.astro-theme {
    background: var(--astro-paper);
    color: var(--astro-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.astro-theme .site.grid-container { max-width: none; }
body.astro-theme .site-content { display: block; padding: 0; }
body.astro-theme #primary { width: 100%; }
body.astro-theme a { text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { max-width: 100%; height: auto; }

.astro-shell { width: var(--astro-shell); margin-inline: auto; }

/* HEADER / BRAND */
.site-header { background: var(--astro-night); color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); }
.inside-header { max-width: 1180px; padding: 17px 16px 14px; }
.site-branding { width: 100%; }
.astro-brand__link { display: inline-flex; align-items: center; gap: 11px; color: #fff !important; text-decoration: none !important; }
.astro-brand__mark { color: var(--astro-sky-2); width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; }
.astro-brand__mark svg { width: 42px; height: 42px; }
.astro-brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.astro-brand__name { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.1rem, 4.4vw, 1.42rem); font-weight: 700; letter-spacing: -.025em; }
.astro-brand__name em { color: var(--astro-gold); font-weight: 400; }
.astro-brand__tagline { margin-top: 5px; color: #a9b9c9; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

.main-navigation { background: #091827; border-bottom: 1px solid rgba(255,255,255,.07); }
.main-navigation .inside-navigation { max-width: 1180px; padding-inline: 8px; }
.main-navigation .main-nav ul li a, .menu-toggle { color: #dce9f3; font-size: .86rem; font-weight: 700; letter-spacing: .02em; }
.main-navigation .main-nav ul li a { line-height: 52px; padding-inline: 13px; }
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a { background: transparent; color: #fff; }
.main-navigation .main-nav ul li[class*="current-menu-"] > a { box-shadow: inset 0 -2px 0 var(--astro-sky); }
.main-navigation .menu-toggle { line-height: 52px; }

/* HERO */
.astro-hero {
    position: relative; overflow: hidden; color: #fff;
    background:
        radial-gradient(circle at 80% 20%, rgba(74,168,255,.18), transparent 30%),
        radial-gradient(circle at 20% 90%, rgba(237,200,120,.10), transparent 24%),
        linear-gradient(145deg, #07111f 0%, #0b1d33 62%, #0c2740 100%);
}
.astro-hero::before { content:""; position:absolute; inset:0; opacity:.35; background-image: radial-gradient(circle, rgba(255,255,255,.72) 0 1px, transparent 1.3px); background-size: 53px 53px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.astro-hero__grid { position: relative; min-height: 550px; display: grid; grid-template-columns: 1fr; align-items: center; gap: 32px; padding-block: 68px 62px; }
.astro-hero__content { position: relative; z-index: 2; max-width: 760px; }
.astro-eyebrow { display: inline-block; color: var(--astro-sky-2); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.astro-eyebrow--dark { color: #3477ad; }
.astro-hero h1 { margin: 12px 0 18px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 11vw, 5.5rem); line-height: .95; letter-spacing: -.055em; font-weight: 700; }
.astro-hero h1 span { color: #bfe2ff; font-style: italic; font-weight: 400; }
.astro-hero p { max-width: 690px; margin: 0 0 28px; color: #c5d2df; font-size: clamp(1.02rem, 3vw, 1.18rem); line-height: 1.7; }
.astro-search { max-width: 680px; display: grid; grid-template-columns: 1fr; gap: 8px; padding: 7px; background: #fff; border-radius: 15px; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.astro-search input { min-width: 0; height: 50px; border: 0; padding: 0 14px; background: transparent; color: var(--astro-ink); font-size: 1rem; outline: none; }
.astro-search button, .astro-button { border: 0; border-radius: 10px; padding: 14px 20px; background: var(--astro-sky); color: #06111d !important; font-weight: 800; text-decoration: none !important; cursor: pointer; text-align: center; }
.astro-search button:hover, .astro-button:hover { background: #79beff; }
.astro-button--dark { background: var(--astro-night); color: #fff !important; }
.astro-button--dark:hover { background: #15314b; }
.astro-hero__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.astro-hero__chips a { padding: 7px 10px; color: #c9d6e2; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: .76rem; text-decoration: none; }
.astro-orbit { display: none; }

/* COMMON SECTIONS */
.astro-paths, .astro-editorial, .astro-buying, .astro-shop-strip .astro-shell { padding-block: 64px; }
.astro-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.astro-section-heading h2, .astro-buying h2, .astro-month h2, .astro-archive-hero h1, .astro-related h2 { margin: 7px 0 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; color: var(--astro-ink); letter-spacing: -.035em; font-size: clamp(1.9rem, 7vw, 3.1rem); line-height: 1.05; }
.astro-section-heading > a { display: none; color: var(--astro-ink); font-weight: 750; text-decoration: none; }

.astro-path-grid { display: grid; gap: 12px; }
.astro-path { position: relative; display: block; min-height: 220px; padding: 26px; background: #fff; border: 1px solid var(--astro-line); border-radius: var(--astro-radius); color: var(--astro-ink); text-decoration: none !important; box-shadow: 0 8px 28px rgba(15,31,48,.04); transition: transform .18s ease, box-shadow .18s ease; }
.astro-path:hover { transform: translateY(-3px); box-shadow: var(--astro-shadow); }
.astro-path__index { color: #6d8499; font-size: .7rem; letter-spacing: .12em; }
.astro-path h3 { margin: 35px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.astro-path p { margin: 0 0 18px; color: var(--astro-muted); line-height: 1.55; }
.astro-path__link { font-size: .84rem; font-weight: 800; }

/* ARTICLE CARDS */
.astro-feature-grid, .astro-card-grid { display: grid; gap: 18px; }
.astro-card { overflow: hidden; background: #fff; border: 1px solid var(--astro-line); border-radius: var(--astro-radius); box-shadow: 0 8px 28px rgba(15,31,48,.04); }
.astro-card__media { display: block; background: #dfe8ef; aspect-ratio: 16/9; overflow: hidden; }
.astro-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.astro-card:hover .astro-card__media img { transform: scale(1.025); }
.astro-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: radial-gradient(circle at 70% 30%, #183d5d, #081521 65%); color: #bfe2ff; font-size: 2.4rem; }
.astro-card__body { padding: 20px; }
.astro-kicker { display: inline-block; color: #3477ad !important; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; text-decoration: none !important; }
.astro-card__title { margin: 8px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; line-height: 1.18; letter-spacing: -.02em; }
.astro-card__title a { color: var(--astro-ink); text-decoration: none; }
.astro-card__excerpt { margin: 0; color: var(--astro-muted); line-height: 1.58; font-size: .92rem; }
.astro-card__meta { display: flex; gap: 13px; margin-top: 16px; color: #7c8794; font-size: .72rem; }
.astro-card--featured .astro-card__title { font-size: clamp(1.55rem, 6vw, 2.2rem); }

/* CATEGORIES */
.astro-categories { padding-block: 65px; background: var(--astro-night); color: #fff; }
.astro-section-heading--light h2 { color: #fff; }
.astro-category-grid { display: grid; gap: 10px; }
.astro-category-tile { display: grid; grid-template-columns: 42px 1fr 26px; align-items: center; gap: 12px; min-height: 94px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; color: #fff; text-decoration: none !important; background: rgba(255,255,255,.035); }
.astro-category-tile:hover { background: rgba(255,255,255,.075); border-color: rgba(144,205,253,.28); }
.astro-category-tile__icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(144,205,253,.25); border-radius: 50%; color: var(--astro-sky-2); font-size: 1.2rem; }
.astro-category-tile strong, .astro-category-tile small { display: block; }
.astro-category-tile strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.03rem; }
.astro-category-tile small { margin-top: 4px; color: #9fb0c0; font-size: .76rem; line-height: 1.4; }
.astro-category-tile__arrow { color: #7d93a7; }

/* BUYING */
.astro-buying { display: grid; gap: 30px; }
.astro-buying__intro p { color: var(--astro-muted); line-height: 1.72; max-width: 650px; margin: 18px 0 25px; }
.astro-buying__matrix { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.astro-buying__matrix a { min-height: 150px; padding: 17px; background: #fff; border: 1px solid var(--astro-line); border-radius: 14px; color: var(--astro-ink); text-decoration: none; }
.astro-buying__matrix span, .astro-buying__matrix small, .astro-buying__matrix strong { display: block; }
.astro-buying__matrix span { color: #6c7b89; font-size: .68rem; }
.astro-buying__matrix strong { margin-top: 25px; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.astro-buying__matrix small { margin-top: 4px; color: #4a789e; }

/* SHOP */
.astro-shop-strip { background: #edf2f5; }
.astro-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.astro-shop-card { overflow: hidden; background: #fff; border-radius: 14px; border: 1px solid var(--astro-line); }
.astro-shop-card__image { display: block; aspect-ratio: 1/1; background: #fff; }
.astro-shop-card__image img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.astro-shop-card__body { padding: 14px; }
.astro-shop-card h3 { margin: 0 0 7px; font-size: .92rem; line-height: 1.3; }
.astro-shop-card h3 a { color: var(--astro-ink); text-decoration: none; }
.astro-shop-card__price { margin-bottom: 8px; font-weight: 850; }
.astro-text-link { color: #23699f !important; font-size: .82rem; font-weight: 800; text-decoration: none !important; }

/* MONTH CTA */
.astro-month { margin-block: 58px; padding: 28px; display: grid; gap: 18px; align-items: center; border-radius: var(--astro-radius); background: linear-gradient(120deg,#dcefff,#f8f2df); border: 1px solid #d1e4ef; }
.astro-month__symbol { font-size: 3rem; color: #244a68; }
.astro-month p { margin: 9px 0 0; color: #526374; line-height: 1.6; }

/* BREADCRUMBS */
.astro-breadcrumbs { margin: 0 0 22px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.astro-breadcrumbs ol { display: flex; gap: 8px; align-items: center; margin: 0; padding: 0; list-style: none; color: #7d8994; font-size: .72rem; }
.astro-breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 8px; color: #a6afb8; }
.astro-breadcrumbs a { color: #5c7182; text-decoration: none; }

/* SINGLE */
.astro-reading-progress { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.admin-bar .astro-reading-progress { top: 32px; }
.astro-reading-progress span { display: block; width: 100%; height: 100%; background: var(--astro-sky); transform: scaleX(0); transform-origin: left center; }
.astro-single { padding-block: 34px 60px; }
.astro-article-hero { max-width: 980px; margin: 0 auto; }
.astro-article-hero h1 { margin: 10px 0 16px; max-width: 930px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 9vw, 4.7rem); line-height: 1.02; letter-spacing: -.045em; color: var(--astro-ink); }
.astro-article-standfirst { max-width: 800px; margin: 0 0 18px; color: #536579; font-size: clamp(1.06rem, 3.4vw, 1.32rem); line-height: 1.65; }
.astro-article-meta { display: flex; flex-wrap: wrap; gap: 7px 17px; color: #72808e; font-size: .78rem; }
.astro-article-cover { margin: 28px 0 0; aspect-ratio: 16/9; overflow: hidden; border-radius: var(--astro-radius); background: #dfe5ea; }
.astro-article-cover img { width: 100%; height: 100%; object-fit: cover; }
.astro-article-layout { max-width: 980px; margin: 34px auto 0; display: grid; gap: 32px; }
.astro-article-content { min-width: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 3.4vw, 1.17rem); line-height: 1.78; }
.astro-article-content > p:first-of-type { font-size: 1.08em; }
.astro-article-content h2, .astro-article-content h3, .astro-article-content h4 { scroll-margin-top: 90px; color: var(--astro-ink); font-family: Inter, ui-sans-serif, sans-serif; letter-spacing: -.025em; line-height: 1.15; }
.astro-article-content h2 { margin: 2.2em 0 .65em; font-size: clamp(1.65rem, 5.7vw, 2.35rem); }
.astro-article-content h3 { margin: 1.8em 0 .55em; font-size: clamp(1.3rem, 4.5vw, 1.72rem); }
.astro-article-content a { color: #1668a6; font-weight: 650; }
.astro-article-content img { border-radius: 10px; }
.astro-article-content table { width: 100%; border-collapse: collapse; font-family: Inter, sans-serif; font-size: .84rem; }
.astro-article-content th, .astro-article-content td { padding: 11px 10px; border: 1px solid var(--astro-line); text-align: left; vertical-align: top; }
.astro-article-content th { background: #edf4fa; }
.astro-article-content blockquote { margin: 1.8em 0; padding: 3px 0 3px 20px; border-left: 3px solid var(--astro-sky); color: #44586c; font-size: 1.06em; }
.astro-article-side { display: grid; gap: 12px; align-content: start; }
.astro-side-card { padding: 19px; background: #fff; border: 1px solid var(--astro-line); border-radius: 14px; }
.astro-side-card strong { display: block; margin: 7px 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.astro-side-card p { margin: 0 0 8px; color: var(--astro-muted); font-size: .84rem; line-height: 1.55; }
.astro-article-footer { max-width: 980px; margin: 40px auto 0; padding-top: 20px; border-top: 1px solid var(--astro-line); }
.astro-tags { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; font-size: .76rem; }
.astro-tags span { font-weight: 850; margin-right: 5px; }
.astro-tags a { padding: 5px 9px; border-radius: 999px; background: #eaf1f5; color: #526578; text-decoration: none; }

/* TOC + CALLOUTS */
.astro-toc { margin: 0 0 30px; border: 1px solid #ccdce8; border-radius: 14px; background: #f4f8fb; font-family: Inter, sans-serif; }
.astro-toc summary { display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 12px 15px; cursor: pointer; font-weight: 850; }
.astro-toc__hint { color: #708394; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.astro-toc ol { margin: 0; padding: 0 18px 17px 34px; }
.astro-toc li { margin: 7px 0; line-height: 1.35; font-size: .84rem; }
.astro-toc__l3 { margin-left: 17px !important; }
.astro-toc a { color: #234b6c; text-decoration: none; font-weight: 650; }
.astro-box { margin: 1.8em 0; padding: 18px; border: 1px solid #cbddea; border-left: 4px solid var(--astro-sky); border-radius: 12px; background: #f4f9fd; font-family: Inter, sans-serif; }
.astro-box--important { border-left-color: var(--astro-gold); background: #fff9eb; }
.astro-box--definition { border-left-color: #758ea1; background: #f3f5f7; }
.astro-box--attention { border-left-color: #b15353; background: #fff3f1; }
.astro-box__title { margin-bottom: 7px; font-weight: 900; letter-spacing: -.01em; }
.astro-box__content > *:last-child { margin-bottom: 0; }

.astro-product-card { margin: 2em 0; display: grid; grid-template-columns: 110px 1fr; gap: 16px; align-items: center; padding: 16px; border: 1px solid var(--astro-line); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(13,27,42,.06); font-family: Inter, sans-serif; }
.astro-product-card__image img { width: 100%; height: auto; }
.astro-product-card__badge { display: inline-block; margin-bottom: 4px; color: #2e739f; font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.astro-product-card h3 { margin: 4px 0 7px !important; font-size: 1.1rem !important; }
.astro-product-card__price { margin-bottom: 10px; font-weight: 850; }
.astro-product-card .astro-button { display: inline-block; padding: 9px 12px; font-size: .78rem; }

/* RELATED / ARCHIVES */
.astro-related { max-width: 980px; margin: 58px auto 0; padding-top: 40px; border-top: 1px solid var(--astro-line); }
.astro-archive { padding-block: 35px 65px; }
.astro-archive-hero { max-width: 830px; padding: 18px 0 36px; }
.astro-archive-hero .page-title { margin: 0; }
.astro-archive-description { color: var(--astro-muted); font-size: 1.05rem; line-height: 1.65; }
.astro-archive-description p { margin-bottom: 0; }
.astro-card-grid--archive { margin-top: 5px; }
.astro-pagination { margin-top: 36px; }
.astro-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.astro-pagination .page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--astro-line); border-radius: 9px; background: #fff; color: var(--astro-ink); text-decoration: none; }
.astro-pagination .current { background: var(--astro-night); color: #fff; }
.astro-empty, .astro-error { padding-block: 80px; text-align: center; }
.astro-error { max-width: 720px; }
.astro-error__code { display: block; color: #b0bcc6; font-size: clamp(5rem, 28vw, 10rem); line-height: .9; font-weight: 900; letter-spacing: -.08em; }
.astro-error h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 8vw, 3.5rem); }
.astro-error form.search-form { max-width: 520px; margin: 25px auto; }

/* WOOCOMMERCE */
.woocommerce .site-content, .woocommerce-page .site-content { padding: 28px 16px 60px; }
.woocommerce .content-area, .woocommerce-page .content-area { max-width: 1180px; margin: 0 auto; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 12px; background: #fff; border: 1px solid var(--astro-line); border-radius: 14px; }
.woocommerce ul.products li.product a img { border-radius: 10px; margin-bottom: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--astro-ink); font-size: .98rem; line-height: 1.3; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: #1f5f90; font-weight: 850; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background: var(--astro-night); color: #fff; border-radius: 9px; font-weight: 800; }
.woocommerce a.button:hover, .woocommerce button.button:hover { background: #15314b; color: #fff; }
.woocommerce div.product { background: #fff; border-radius: 16px; padding: clamp(16px, 4vw, 32px); }
.woocommerce .quantity .qty { min-height: 42px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--astro-sky); background: #f1f7fb; }
.woocommerce-message::before, .woocommerce-info::before { color: #2671a8; }

/* FOOTER */
.site-footer { background: #06101c; color: #9caebe; }
.site-footer a { color: #d7e7f4; }
.site-info { background: #06101c; color: #8da0b0; border-top: 1px solid rgba(255,255,255,.07); font-size: .78rem; }
.inside-site-info { max-width: 1180px; padding-inline: 16px; }

/* ACCESSIBILITY */
:focus-visible { outline: 3px solid #79beff; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

@media (min-width: 560px) {
    .astro-search { grid-template-columns: 1fr auto; }
    .astro-search button { min-width: 130px; }
    .astro-feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .astro-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr 1fr; }
    .astro-card--featured .astro-card__media { aspect-ratio: auto; min-height: 340px; }
    .astro-card--featured .astro-card__body { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
    .astro-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .astro-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 769px) {
    .inside-header { padding-block: 20px; }
    .site-branding { width: auto; }
    .astro-brand__mark, .astro-brand__mark svg { width: 46px; height: 46px; }
    .astro-brand__tagline { font-size: .7rem; }
    .astro-hero__grid { min-height: 610px; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); padding-block: 80px; }
    .astro-orbit { position: relative; display: block; width: min(33vw, 390px); aspect-ratio: 1; justify-self: end; }
    .astro-orbit::after { content:""; position:absolute; inset: 27%; border-radius:50%; background: radial-gradient(circle at 35% 30%, #9fd3ff, #26638f 48%, #0c2a45 70%); box-shadow: -18px 16px 50px rgba(0,0,0,.36), inset -25px -20px 40px rgba(2,10,17,.35); }
    .astro-orbit__ring { position:absolute; inset: 10%; border: 1px solid rgba(183,219,248,.28); border-radius:50%; transform: rotate(-21deg); }
    .astro-orbit__ring--2 { inset: 2% 15%; transform: rotate(28deg); }
    .astro-orbit__planet { position:absolute; z-index:2; width:18px; height:18px; border-radius:50%; background:var(--astro-gold); top:17%; left:21%; box-shadow:0 0 25px rgba(237,200,120,.5); }
    .astro-orbit__moon { position:absolute; z-index:2; width:10px; height:10px; border-radius:50%; background:#bdd8eb; bottom:19%; right:20%; }
    .astro-orbit__star { position:absolute; z-index:3; top:8%; right:10%; color:#fff; font-size:1.4rem; }
    .astro-paths, .astro-editorial, .astro-buying, .astro-shop-strip .astro-shell { padding-block: 82px; }
    .astro-section-heading > a { display: inline; }
    .astro-path-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .astro-category-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .astro-buying { grid-template-columns: 1fr 1fr; align-items: center; gap: 65px; }
    .astro-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
    .astro-month { grid-template-columns: 70px 1fr auto; padding: 34px 38px; }
    .astro-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .astro-card-grid--archive { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .astro-article-layout { grid-template-columns: minmax(0, 700px) 220px; justify-content: space-between; }
    .astro-article-side { position: sticky; top: 30px; align-self: start; }
    .woocommerce ul.products { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
}

@media (min-width: 1080px) {
    .astro-feature-grid { grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: auto; }
    .astro-card--featured { grid-column: 1 / 2; grid-row: 1 / 3; display: block; }
    .astro-card--featured .astro-card__media { min-height: 390px; }
    .astro-card--featured .astro-card__body { display: block; padding: 26px; }
    .astro-category-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
}

@media (max-width: 782px) {
    .admin-bar .astro-reading-progress { top: 46px; }
}
