:root {
	--vc-ink: #1c2926;
	--vc-night: #102a2d;
	--vc-night-deep: #0a2023;
	--vc-paper: #f0eadc;
	--vc-white: #fffdf8;
	--vc-coral: #c35e43;
	--vc-gold: #dfa944;
	--vc-blue: #71a8a3;
	--vc-line: rgba(28,41,38,.16);
}

body.page-venus-cycle-explorer { background: #ded6c5; }
.page-venus-cycle-explorer .site { max-width: none; background: var(--vc-paper); }
.page-venus-cycle-explorer .content-wrapper { display: block; max-width: none; }
.venus-cycle-page.site-main { padding: 0; color: var(--vc-ink); background: linear-gradient(rgba(28,41,38,.027) 1px,transparent 1px),linear-gradient(90deg,rgba(28,41,38,.027) 1px,transparent 1px),var(--vc-paper); background-size: 32px 32px; font-family: var(--wikipress-font-ui); }
.vc-shell { max-width: 1180px; margin: 0 auto; padding: 26px 34px 88px; }
.vc-breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 34px; color: #717a74; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.vc-breadcrumbs a { color: inherit; text-decoration: none; }
.vc-breadcrumbs a:hover { color: var(--vc-coral); }
.vc-eyebrow { display: flex; gap: 10px; align-items: center; margin: 0 0 15px; color: var(--vc-coral); font-size: .68rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.vc-eyebrow > span { width: 28px; height: 2px; background: currentColor; }

.vc-hero { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 55px; align-items: center; min-height: 350px; }
.vc-hero h1 { margin: 0; padding: 0; border: 0; color: var(--vc-ink); font: 400 clamp(3.5rem,7vw,6.5rem)/.88 Georgia,serif; letter-spacing: -.055em; }
.vc-hero h1 em { color: var(--vc-coral); font-weight: 400; }
.vc-hero-copy > p:last-child { max-width: 690px; margin: 27px 0 0; color: #56625c; font: 400 1.08rem/1.66 Georgia,serif; }
.vc-hero-orbit { position: relative; width: 260px; height: 260px; justify-self: center; }
.vc-orbit { position: absolute; border: 1px solid rgba(28,41,38,.18); border-radius: 50%; }
.vc-orbit-outer { inset: 6px; }
.vc-orbit-inner { inset: 60px; border-style: dashed; }
.vc-sun { position: absolute; z-index: 2; top: 50%; left: 50%; width: 25px; height: 25px; border-radius: 50%; background: var(--vc-gold); box-shadow: 0 0 0 8px rgba(223,169,68,.12); transform: translate(-50%,-50%); }
.vc-venus { position: absolute; z-index: 2; top: 25px; left: 119px; width: 16px; height: 16px; border: 3px solid var(--vc-coral); border-radius: 50%; background: var(--vc-paper); }
.vc-hero-orbit svg { position: absolute; inset: 10px; width: 240px; height: 240px; }
.vc-hero-orbit polygon { fill: none; stroke: rgba(195,94,67,.36); stroke-width: 1; }
.vc-hero-orbit strong { position: absolute; right: -2px; bottom: 31px; color: var(--vc-coral); font-size: .7rem; letter-spacing: .16em; }

.vc-explorer { display: grid; grid-template-columns: .78fr 1.22fr; margin-top: 30px; overflow: hidden; background: var(--vc-white); box-shadow: 0 24px 80px rgba(25,36,32,.15); }
.vc-control-panel { padding: 44px 40px 36px; }
.vc-step { display: flex; gap: 10px; align-items: center; margin: 0; color: #7a827c; font-size: .65rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.vc-step > span { display: grid; width: 27px; height: 27px; border: 1px solid currentColor; border-radius: 50%; place-items: center; font-size: .58rem; }
.vc-control-heading h2 { margin: 31px 0 10px; padding: 0; border: 0; font: 400 clamp(2rem,3vw,2.65rem)/1.08 Georgia,serif; letter-spacing: -.025em; }
.vc-control-heading > p:last-child { margin: 0 0 27px; color: #68736d; font-size: .82rem; line-height: 1.62; }
.vc-date-control label,.vc-slider-control label { display: block; margin-bottom: 7px; font-size: .65rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.vc-date-control input { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid #cec5b2; border-radius: 2px; background: #fff; color: var(--vc-ink); font: 650 .87rem/1 var(--wikipress-font-ui); }
.vc-date-control input:focus,.vc-slider-control input:focus { outline: 2px solid var(--vc-gold); outline-offset: 2px; }
.vc-slider-control { margin-top: 25px; }
.vc-slider-control > div:first-child { display: flex; justify-content: space-between; gap: 15px; }
.vc-slider-control output { color: var(--vc-coral); font: 700 .68rem/1 var(--wikipress-font-ui); }
.vc-slider-control input { width: 100%; accent-color: var(--vc-coral); cursor: pointer; }
.vc-slider-ends { display: flex; justify-content: space-between; color: #858b85; font-size: .58rem; text-transform: uppercase; }
.vc-cycle-jumps { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 24px; }
.vc-cycle-jumps > span { margin-right: 5px; color: #818880; font-size: .62rem; text-transform: uppercase; }
.vc-cycle-jumps button { width: 32px; height: 32px; padding: 0; border: 1px solid var(--vc-line); border-radius: 50%; background: transparent; color: var(--vc-ink); cursor: pointer; font: 700 .65rem/1 var(--wikipress-font-ui); }
.vc-cycle-jumps button[aria-pressed="true"] { border-color: var(--vc-coral); background: var(--vc-coral); color: #fff; }
.vc-day-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--vc-line); }
.vc-day-actions button { padding: 10px 8px; border: 1px solid var(--vc-line); background: transparent; color: var(--vc-ink); cursor: pointer; font: 650 .64rem/1 var(--wikipress-font-ui); }
.vc-day-actions button:hover:not(:disabled) { border-color: var(--vc-coral); color: var(--vc-coral); }
.vc-day-actions button:disabled { opacity: .35; cursor: not-allowed; }

.vc-visual-panel { position: relative; min-height: 650px; padding: 39px 46px 32px; overflow: hidden; color: #fff9eb; background: radial-gradient(circle at 78% 11%,rgba(223,169,68,.13),transparent 28%),linear-gradient(145deg,var(--vc-night),var(--vc-night-deep)); }
.vc-visual-panel::before { position: absolute; inset: 0; opacity: .16; background: radial-gradient(#fff .7px,transparent .8px); background-size: 15px 15px; content: ""; pointer-events: none; }
.vc-visual-panel > * { position: relative; z-index: 1; }
.vc-visual-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.vc-step-light { color: rgba(255,255,255,.48); }
.vc-visual-head > div { text-align: right; }
.vc-visual-head small,.vc-mini-stats small,.vc-current-state small { display: block; color: rgba(255,255,255,.43); font-size: .56rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.vc-visual-head strong { display: block; margin-top: 3px; color: var(--vc-gold); font: 400 1rem/1.15 Georgia,serif; }
.vc-cycle-visual { margin: 8px 0 14px; }
#vc-rosette { display: block; width: 100%; height: 400px; }
.vc-svg-orbit { fill: none; stroke: rgba(255,255,255,.12); stroke-width: 1; stroke-dasharray: 4 7; }
.vc-svg-orbit-earth { stroke: rgba(255,255,255,.22); stroke-dasharray: none; }
.vc-star-path { fill: rgba(223,169,68,.025); stroke: rgba(223,169,68,.43); stroke-width: 1.5; }
.vc-svg-sun { fill: var(--vc-gold); filter: drop-shadow(0 0 9px rgba(223,169,68,.6)); }
.vc-cycle-node circle { fill: var(--vc-night); stroke: rgba(255,255,255,.3); stroke-width: 1.5; }
.vc-cycle-node text { fill: rgba(255,255,255,.7); font: 700 11px var(--wikipress-font-ui); }
.vc-cycle-node.is-active circle { fill: var(--vc-coral); stroke: #fff; stroke-width: 2; }
.vc-cycle-node.is-active text { fill: #fff; }
.vc-marker-halo { fill: rgba(113,168,163,.18); stroke: var(--vc-blue); stroke-width: 1; }
.vc-marker { fill: #fff; }
#vc-moving-marker { transition: transform .25s ease-out; }
.vc-current-state { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-top: -20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.vc-current-state > span { display: block; width: 11px; height: 11px; border-radius: 50%; background: var(--vc-gold); }
.vc-current-state strong { display: block; margin-top: 3px; font: 400 1rem/1.15 Georgia,serif; }
.vc-current-state b { color: var(--vc-gold); font-size: .63rem; font-weight: 750; }
.vc-mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 24px; }
.vc-mini-stats > div { border-right: 1px solid rgba(255,255,255,.12); }
.vc-mini-stats > div:last-child { border-right: 0; }
.vc-mini-stats strong { display: block; margin-top: 5px; color: #fff; font: 400 1.2rem/1 Georgia,serif; }

.vc-timeline-section { margin-top: 100px; }
.vc-section-heading { display: grid; grid-template-columns: 1fr 410px; gap: 55px; align-items: end; }
.vc-section-heading h2,.vc-phase-copy h2,.vc-comparison h2,.vc-sources h2 { margin: 0; padding: 0; border: 0; font: 400 clamp(2.3rem,4.5vw,4rem)/1 Georgia,serif; letter-spacing: -.04em; }
.vc-section-heading > p { margin: 0; color: #657069; font-size: .86rem; line-height: 1.65; }
.vc-equation { display: flex; flex-wrap: wrap; gap: 17px; align-items: center; justify-content: center; margin-top: 37px; padding: 25px; color: #fff; background: var(--vc-night); }
.vc-equation > div { display: flex; gap: 8px; align-items: baseline; }
.vc-equation strong { color: var(--vc-gold); font: 400 1.65rem/1 Georgia,serif; }
.vc-equation span { color: rgba(255,255,255,.58); font-size: .65rem; text-transform: uppercase; }
.vc-equation > b { color: rgba(255,255,255,.35); font-size: 1rem; }
.vc-equation .vc-equation-total strong { color: #fff; }
.vc-timeline { --vc-cursor-left: 126px; position: relative; margin-top: 25px; padding: 30px 0 12px; }
.vc-timeline-cursor { position: absolute; z-index: 3; top: 3px; bottom: 0; left: var(--vc-cursor-left); width: 1px; background: var(--vc-coral); pointer-events: none; transition: left .16s ease-out; }
.vc-timeline-cursor::after { position: absolute; top: 20px; left: -4px; width: 9px; height: 9px; border: 2px solid var(--vc-paper); border-radius: 50%; background: var(--vc-coral); content: ""; }
.vc-timeline-cursor span { position: absolute; top: -3px; left: 0; padding: 3px 6px; white-space: nowrap; background: var(--vc-coral); color: #fff; font-size: .55rem; transform: translateX(-50%); }
.vc-timeline.is-at-start .vc-timeline-cursor span { transform: translateX(0); }
.vc-timeline.is-at-end .vc-timeline-cursor span { transform: translateX(-100%); }
.vc-lane { display: grid; grid-template-columns: 110px 1fr; gap: 16px; align-items: center; margin-bottom: 14px; }
.vc-lane-label strong,.vc-lane-label span { display: block; }
.vc-lane-label strong { font: 400 1rem/1 Georgia,serif; }
.vc-lane-label span { margin-top: 3px; color: #7c847d; font-size: .58rem; }
.vc-segments { display: flex; height: 58px; border-left: 1px solid var(--vc-line); }
.vc-venus-cycle { position: relative; display: flex; flex: 1; border-top: 1px solid var(--vc-line); border-right: 1px solid var(--vc-line); border-bottom: 1px solid var(--vc-line); opacity: .62; }
.vc-venus-cycle.is-active { opacity: 1; box-shadow: inset 0 -3px var(--vc-coral); }
.vc-venus-cycle span { display: block; height: 100%; }
.vc-venus-cycle b,.vc-earth-segments b { position: absolute; right: 5px; bottom: 4px; color: rgba(28,41,38,.63); font-size: .55rem; }
.vc-phase-morning { background: var(--vc-gold); }
.vc-phase-hidden { background: #7d9892; }
.vc-phase-evening { background: var(--vc-coral); }
.vc-phase-inferior { background: #4a6967; }
.vc-earth-segments > div { position: relative; flex: 1; border-top: 1px solid var(--vc-line); border-right: 1px solid var(--vc-line); border-bottom: 1px solid var(--vc-line); background: rgba(113,168,163,.22); }
.vc-earth-segments > div.is-active { background: rgba(113,168,163,.5); box-shadow: inset 0 -3px var(--vc-blue); }
.vc-phase-key { display: flex; flex-wrap: wrap; gap: 17px 25px; margin: 19px 0 0 126px; }
.vc-phase-key div { display: flex; gap: 7px; align-items: center; color: #68736c; font-size: .62rem; }
.vc-phase-key i,.vc-phase-table i { display: inline-block; flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; }

.vc-phase-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; margin-top: 105px; }
.vc-phase-copy > p:last-child { margin: 25px 0 0; color: #657069; font-size: .83rem; line-height: 1.68; }
.vc-phase-table-wrap { align-self: end; }
.vc-phase-table { width: 100%; border-collapse: collapse; font-size: .72rem; }
.vc-phase-table th { padding: 11px 10px; border-bottom: 1px solid var(--vc-line); color: #858b85; text-align: left; font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }
.vc-phase-table td { padding: 17px 10px; border-bottom: 1px solid var(--vc-line); color: #69736d; }
.vc-phase-table td:first-child { display: flex; gap: 9px; align-items: center; color: var(--vc-ink); }
.vc-phase-table strong { font: 400 .87rem/1.2 Georgia,serif; }
.vc-phase-table tr.is-current { background: rgba(223,169,68,.1); }
.vc-phase-table tr.is-current td:first-child { box-shadow: inset 3px 0 var(--vc-gold); }

.vc-comparison { display: grid; grid-template-columns: .62fr 1.38fr; gap: 62px; margin-top: 105px; padding: 55px; background: #e7dfcf; }
.vc-comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.vc-comparison-grid article { padding: 26px; background: var(--vc-white); }
.vc-comparison-grid small { color: var(--vc-coral); font-size: .58rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.vc-comparison-grid strong { display: block; margin: 30px 0 10px; color: var(--vc-ink); font: 400 1.65rem/1 Georgia,serif; }
.vc-comparison-grid p { margin: 0; color: #69736d; font-size: .73rem; line-height: 1.55; }
.vc-caution { grid-column: 2; margin: 4px 0 0; padding: 18px 22px; border-left: 3px solid var(--vc-coral); background: rgba(255,255,255,.42); color: #606c65; font-size: .76rem; line-height: 1.6; }
.vc-caution strong { color: var(--vc-ink); }

.vc-sources { display: grid; grid-template-columns: .62fr 1.38fr; gap: 62px; margin-top: 100px; padding-top: 48px; border-top: 1px solid var(--vc-line); }
.vc-source-list { border-top: 1px solid var(--vc-line); }
.vc-source-list a { display: grid; grid-template-columns: 170px 1fr auto; gap: 18px; align-items: center; padding: 20px 5px; border-bottom: 1px solid var(--vc-line); color: var(--vc-ink); text-decoration: none; }
.vc-source-list a:hover strong { color: var(--vc-coral); }
.vc-source-list small { color: #81877f; font-size: .58rem; letter-spacing: .07em; text-transform: uppercase; }
.vc-source-list strong { font: 400 1rem/1.2 Georgia,serif; }
.vc-source-list span { color: var(--vc-coral); }

@media (max-width: 980px) {
	.vc-explorer { grid-template-columns: 1fr; }
	.vc-control-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 35px; }
	.vc-control-heading,.vc-day-actions { grid-column: 1 / -1; }
	.vc-cycle-jumps { align-content: center; }
	.vc-day-actions { margin-top: 0; }
	.vc-visual-panel { min-height: 610px; }
	.vc-phase-section { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 760px) {
	.page-venus-cycle-explorer .header-inner { flex-wrap: wrap; }
	.page-venus-cycle-explorer .site-branding { flex: 1 1 100%; min-width: 0; width: 100%; }
	.page-venus-cycle-explorer .site-title,.page-venus-cycle-explorer .site-description { width: auto; overflow-wrap: anywhere; }
	.page-venus-cycle-explorer .main-navigation { min-width: 0; }
	.vc-shell { padding: 22px 18px 65px; }
	.vc-breadcrumbs { margin-bottom: 24px; }
	.vc-hero { grid-template-columns: 1fr; min-height: auto; padding: 30px 0 55px; }
	.vc-hero h1 { font-size: clamp(3.2rem,16vw,5.1rem); }
	.vc-hero-orbit { display: none; }
	.vc-control-panel { display: block; padding: 32px 24px; }
	.vc-date-control,.vc-slider-control,.vc-cycle-jumps { margin-top: 24px; }
	.vc-day-actions { margin-top: 35px; }
	.vc-visual-panel { min-height: 575px; padding: 32px 20px; }
	.vc-visual-head { display: block; }
	.vc-visual-head > div { margin-top: 20px; text-align: left; }
	#vc-rosette { height: 330px; }
	.vc-current-state { grid-template-columns: auto 1fr; margin-top: -5px; }
	.vc-current-state b { grid-column: 2; }
	.vc-section-heading,.vc-comparison,.vc-sources { grid-template-columns: 1fr; gap: 24px; }
	.vc-timeline-section,.vc-phase-section,.vc-comparison,.vc-sources { margin-top: 72px; }
	.vc-equation { gap: 10px; padding: 20px 12px; }
	.vc-equation strong { font-size: 1.3rem; }
	.vc-lane { grid-template-columns: 72px 1fr; gap: 8px; }
	.vc-phase-key { margin-left: 80px; }
	.vc-phase-table-wrap { overflow-x: auto; }
	.vc-phase-table { min-width: 560px; }
	.vc-comparison { padding: 34px 24px; }
	.vc-caution { grid-column: 1; }
	.vc-source-list a { grid-template-columns: 120px 1fr auto; }
}

@media (max-width: 470px) {
	.vc-mini-stats { gap: 8px; }
	.vc-mini-stats strong { font-size: 1rem; }
	.vc-equation > b { display: none; }
	.vc-equation > div { flex: 1 1 28%; justify-content: center; }
	.vc-equation .vc-equation-total { flex-basis: 100%; }
	.vc-phase-key { margin-left: 0; }
	.vc-comparison-grid { grid-template-columns: 1fr; }
	.vc-source-list a { grid-template-columns: 1fr auto; gap: 5px 12px; }
	.vc-source-list small,.vc-source-list strong { grid-column: 1; }
	.vc-source-list span { grid-column: 2; grid-row: 1 / 3; }
}

@media (prefers-reduced-motion: reduce) {
	#vc-moving-marker,.vc-timeline-cursor { transition: none; }
}
