@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/cormorant-garamond-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/cormorant-garamond-italic-latin-ext.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/cormorant-garamond-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --observatory-night: #09111f;
  --observatory-panel: #0d1727;
  --observatory-ink: #f4efe2;
  --observatory-muted: #b8c0cb;
  --observatory-soft: #7f8a9b;
  --observatory-brass: #cba35b;
  --observatory-cyan: #93c0c7;
  --observatory-line: rgba(244, 239, 226, 0.12);
  --observatory-shell: 1240px;
}

body.home-page {
  color: var(--observatory-ink);
  background:
    radial-gradient(circle at 9% 18%, rgba(36, 82, 114, 0.2), transparent 31rem),
    radial-gradient(circle at 91% 47%, rgba(163, 120, 48, 0.07), transparent 32rem),
    var(--observatory-night);
}

body.home-page::before {
  z-index: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.home-page main,
.home-page .site-footer,
.home-page .site-header { position: relative; z-index: 1; }
.home-page .section-shell { width: min(calc(100% - 48px), var(--observatory-shell)); margin-inline: auto; }
.home-page h1,
.home-page h2,
.home-page h3 { margin-top: 0; color: var(--observatory-ink); font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; text-wrap: balance; }
.home-page p { text-wrap: pretty; }

.home-page .site-header {
  position: fixed;
  z-index: 100;
  top: 14px;
  right: 18px;
  left: 18px;
  width: auto;
  border: 1px solid rgba(244, 239, 226, 0.1);
  border-radius: 24px;
  background: rgba(7, 11, 22, 0.72);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}
.home-page .site-header .header-inner { width: min(calc(100% - 32px), 1440px); min-height: 72px; }
.home-page .brand-icon { width: 50px; height: 50px; flex-basis: 50px; border: 1px solid rgba(203, 163, 91, 0.35); border-radius: 16px; }
.home-page .brand-name { display: block; color: var(--observatory-ink); font-size: 1.15rem; font-weight: 800; letter-spacing: -0.055em; }
.home-page .brand-name small { display: none; }
.home-page .site-nav { gap: 30px; }
.home-page .site-nav a { color: rgba(244, 239, 226, 0.62); font-size: 0.78rem; font-weight: 700; letter-spacing: -0.015em; }
.home-page .site-nav a:hover { color: var(--observatory-ink); }
.home-page .nav-cta { padding: 13px 22px; color: #101827; background: #e2bb64; border-radius: 15px; box-shadow: 0 0 25px rgba(226, 187, 100, 0.16); }
.home-page .nav-cta:hover { color: #101827; background: #efcb78; }

.home-page .observatory-hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(244, 239, 226, 0.08);
  background: #08101d url("/assets/observatory-hero.webp") 68% center / cover no-repeat;
}
.home-page .observatory-hero::before,
.home-page .observatory-hero::after { position: absolute; inset: 0; z-index: -1; content: ""; pointer-events: none; }
.home-page .observatory-hero::before { background: linear-gradient(90deg, #08101d 0%, #08101d 34%, rgba(8, 16, 29, 0.84) 52%, rgba(8, 16, 29, 0.12) 100%), linear-gradient(0deg, #09111f 0%, transparent 32%); }
.home-page .observatory-hero::after { right: -10%; left: auto; width: 54vw; background: radial-gradient(circle at center, transparent 36%, rgba(203, 163, 91, 0.1) 36.3%, transparent 36.8%); opacity: 0.6; }
.home-page .hero-inner { position: relative; display: flex; min-height: 790px; align-items: flex-end; padding: 150px 0 102px; }
.home-page .hero-copy { max-width: 720px; padding-bottom: 28px; }
.home-page .eyebrow,
.home-page .section-kicker { margin: 0 0 22px; color: var(--observatory-cyan); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.25em; text-transform: uppercase; }
.home-page .eyebrow { display: flex; align-items: center; gap: 12px; }
.home-page .eyebrow > span { width: 32px; height: 1px; background: var(--observatory-brass); }
.home-page .observatory-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.75rem, 6.7vw, 5.95rem); font-weight: 600; line-height: 0.86; letter-spacing: -0.052em; }
.home-page .observatory-hero h1 em { display: inline-block; margin-top: 14px; color: var(--observatory-brass); font-family: inherit; font-style: italic; font-weight: 600; }
.home-page .hero-lead { max-width: 530px; margin: 30px 0 0; color: #c7cbd2; font-size: 0.95rem; line-height: 1.85; }
.home-page .availability-grid,
.home-page .store-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.home-page .availability-card { min-width: 174px; min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 10px 15px; border: 1px solid rgba(244, 239, 226, 0.15); border-radius: 17px; background: rgba(9, 17, 31, 0.5); box-shadow: inset 0 1px rgba(255, 255, 255, 0.025); backdrop-filter: blur(16px); }
.home-page .platform-mark { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; color: var(--observatory-brass); border: 1px solid rgba(203, 163, 91, 0.38); border-radius: 11px; }
.home-page .platform-mark svg { width: 21px; height: 21px; }
.home-page .play-mark .play-cyan { fill: #66d9d4; }
.home-page .play-mark .play-gold { fill: #e6b950; }
.home-page .play-mark .play-light { fill: #f7e6b0; }
.home-page .availability-card > span:last-child { display: grid; }
.home-page .availability-card small { color: #8d96a5; font-size: 0.54rem; letter-spacing: 0.14em; text-transform: uppercase; }
.home-page .availability-card strong { color: var(--observatory-ink); font-size: 0.83rem; }
.home-page .launch-note { margin: 12px 0 0; color: #7f8a9b; font-size: 0.63rem; letter-spacing: 0.05em; }
.home-page .microcopy { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 18px 0 0; color: rgba(244, 239, 226, 0.48); font-size: 0.62rem; font-weight: 650; letter-spacing: 0.07em; text-transform: uppercase; }
.home-page .microcopy i { width: 3px; height: 3px; border-radius: 50%; background: var(--observatory-brass); }
.home-page .hero-image-note { position: absolute; right: 0; bottom: 48px; display: flex; align-items: center; gap: 12px; color: rgba(244, 239, 226, 0.5); font-size: 0.58rem; font-weight: 750; line-height: 1.55; letter-spacing: 0.14em; }
.home-page .hero-image-note > span { color: var(--observatory-brass); font-size: 1.1rem; }

.home-page .web-boundary { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr); gap: clamp(42px, 7vw, 92px); align-items: end; margin-top: 84px; padding: clamp(46px, 6vw, 78px) 0; border-top: 1px solid var(--observatory-line); border-bottom: 1px solid var(--observatory-line); }
.home-page .web-boundary::before { position: absolute; top: 0; bottom: 0; left: 39%; width: 1px; content: ""; background: linear-gradient(transparent, rgba(203, 163, 91, 0.42), transparent); }
.home-page .web-boundary h2,
.home-page .statement h2,
.home-page .section-heading h2,
.home-page .principles h2,
.home-page .faq-section h2,
.home-page .final-cta h2,
.home-page .observatory-showcase h2 { margin: 0; font-size: clamp(2.9rem, 5vw, 4.5rem); font-weight: 600; line-height: 0.93; letter-spacing: -0.045em; }
.home-page .web-boundary h2 span,
.home-page .statement h2 span { color: var(--observatory-brass); font-style: italic; }
.home-page .boundary-lead,
.home-page .statement-copy p,
.home-page .section-heading > p:last-child,
.home-page .showcase-copy > p,
.home-page .principles-copy > p { color: var(--observatory-muted); font-size: 0.91rem; line-height: 1.85; }
.home-page .boundary-assurances { border-top: 1px solid var(--observatory-line); border-bottom: 1px solid var(--observatory-line); }
.home-page .boundary-assurances article { display: block; padding: 22px 0; }
.home-page .boundary-assurances article + article { border-top: 1px solid var(--observatory-line); }
.home-page .boundary-assurances strong { color: var(--observatory-ink); font-size: 0.9rem; }
.home-page .boundary-assurances p { margin: 7px 0 0; color: #8f99a8; font-size: 0.76rem; line-height: 1.65; }
.home-page .boundary-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px 28px; }
.home-page .boundary-links a,
.home-page .text-link { color: #e9dfcc; font-size: 0.75rem; font-weight: 750; text-decoration: none; }
.home-page .boundary-links a span,
.home-page .text-link span { margin-left: 8px; color: var(--observatory-brass); }

.home-page .statement { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr); gap: clamp(50px, 8vw, 110px); align-items: end; padding: 132px 0 118px; }
.home-page .statement > .section-kicker { grid-column: 1 / -1; margin-bottom: -28px; }
.home-page .statement-copy { padding-left: 28px; border-left: 1px solid rgba(203, 163, 91, 0.45); }
.home-page .statement-copy p { margin: 0; }
.home-page .statement-copy p + p { margin-top: 18px; }

.home-page .observatory-showcase { position: relative; min-height: 660px; overflow: hidden; isolation: isolate; border-top: 1px solid var(--observatory-line); border-bottom: 1px solid var(--observatory-line); background: #07111f; }
.home-page .showcase-image { position: absolute; inset: 0; z-index: -2; background: url("/assets/observatory-journal.webp") 34% 44% / cover no-repeat; opacity: 0.74; transform: scale(1.035); }
.home-page .observatory-showcase::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, rgba(7, 13, 24, 0.2) 0%, rgba(7, 13, 24, 0.34) 43%, rgba(7, 13, 24, 0.96) 67%, #07111f 100%), linear-gradient(0deg, rgba(7, 13, 24, 0.75), transparent 50%); }
.home-page .showcase-content { display: grid; grid-template-columns: 1fr minmax(310px, 0.72fr); gap: 70px; align-items: end; min-height: 660px; padding-top: 100px; padding-bottom: 86px; }
.home-page .showcase-copy { grid-column: 2; }
.home-page .showcase-copy h2 em { color: var(--observatory-brass); font-style: italic; }
.home-page .showcase-copy > p { margin: 26px 0 0; }
.home-page .showcase-copy .text-link { display: inline-block; margin-top: 28px; }
.home-page .app-preview-shell { position: relative; grid-column: 1; grid-row: 1; min-width: 0; min-height: 500px; transform-style: preserve-3d; }
.home-page .preview-orbit { position: absolute; top: 7%; left: 1%; width: 440px; height: 440px; border: 1px solid rgba(203, 163, 91, 0.24); border-radius: 50%; box-shadow: inset 0 0 72px rgba(203, 163, 91, 0.05), 0 0 90px rgba(6, 12, 23, 0.72); }
.home-page .preview-orbit::before { position: absolute; inset: 42px; content: ""; border: 1px solid rgba(147, 192, 199, 0.14); border-radius: 50%; }
.home-page .preview-phone { position: absolute; z-index: 2; bottom: -48px; left: 50%; width: 262px; height: 532px; padding: 8px; border: 1px solid rgba(244, 239, 226, 0.15); border-radius: 47px; background: linear-gradient(145deg, #596472, #090d14 28%, #313b49 72%, #080b11); box-shadow: 0 48px 108px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.08); transform: translateX(-50%) rotate(-2deg); transition: transform 0.4s ease; }
.home-page .preview-phone::after { position: absolute; inset: 8px; content: ""; pointer-events: none; border-radius: 39px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04); }
.home-page .preview-phone-top { position: absolute; top: 12px; left: 50%; z-index: 4; width: 78px; height: 21px; padding-right: 10px; display: flex; align-items: center; justify-content: flex-end; border-radius: 999px; background: #02040a; transform: translateX(-50%); }
.home-page .preview-phone-top i { width: 6px; height: 6px; border-radius: 50%; background: #0a1930; box-shadow: inset 0 0 3px #2e5f93; }
.home-page .preview-phone-screen { height: 100%; padding: 46px 14px 12px; overflow: hidden; border-radius: 40px; background: radial-gradient(circle at 90% 5%, rgba(43, 86, 139, 0.22), transparent 30%), #080d18; }
.home-page .preview-app-header { display: flex; align-items: center; justify-content: space-between; }
.home-page .preview-app-identity { display: flex; align-items: center; gap: 7px; }
.home-page .preview-app-identity img { width: 25px; height: 25px; border-radius: 8px; box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3); }
.home-page .preview-app-identity > div { display: flex; flex-direction: column; }
.home-page .preview-app-identity b { font-size: 0.61rem; letter-spacing: 0.02em; }
.home-page .preview-app-identity b span { color: var(--observatory-brass); }
.home-page .preview-app-identity small { margin-top: 1px; color: var(--observatory-brass); font-size: 0.3rem; letter-spacing: 0.16em; }
.home-page .preview-profile { width: 26px; height: 26px; display: grid; place-items: center; color: #111; border-radius: 50%; background: linear-gradient(135deg, #ebd28a, #b88634); font-size: 0.55rem; font-weight: 800; }
.home-page .preview-day-line { display: flex; align-items: center; gap: 7px; margin: 18px 0 10px; color: #6f7d91; font-size: 0.32rem; font-weight: 800; letter-spacing: 0.16em; }
.home-page .preview-day-line i { height: 1px; flex: 1; background: rgba(255, 255, 255, 0.08); }
.home-page .preview-daily-card { padding: 14px; border: 1px solid rgba(221, 181, 90, 0.27); border-radius: 17px; background: linear-gradient(145deg, rgba(30, 39, 59, 0.94), rgba(12, 19, 32, 0.94)); box-shadow: 0 14px 35px rgba(0, 0, 0, 0.24); }
.home-page .preview-daily-head { display: flex; align-items: center; gap: 8px; }
.home-page .preview-daily-head > span { width: 26px; height: 26px; display: grid; place-items: center; color: #131721; border-radius: 50%; background: linear-gradient(135deg, #f0d17b, #b9832c); }
.home-page .preview-daily-head div { display: flex; flex: 1; flex-direction: column; }
.home-page .preview-daily-head small { color: var(--observatory-brass); font-size: 0.28rem; letter-spacing: 0.13em; font-weight: 800; }
.home-page .preview-daily-head b { margin-top: 2px; font-size: 0.58rem; }
.home-page .preview-daily-head em { color: #7d899b; font-size: 0.28rem; font-style: normal; letter-spacing: 0.12em; }
.home-page .preview-daily-card > p { margin: 12px 0; color: #aab2c0; font-size: 0.45rem; line-height: 1.65; }
.home-page .preview-action { display: flex; width: 100%; justify-content: space-between; padding: 8px 9px; color: #f0d382; border-radius: 9px; background: rgba(221, 181, 90, 0.1); font-size: 0.39rem; font-weight: 700; }
.home-page .preview-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 8px; }
.home-page .preview-mini-grid article { min-height: 72px; padding: 10px; display: flex; flex-direction: column; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 14px; background: rgba(14, 22, 37, 0.82); }
.home-page .preview-mini-grid article > span { color: var(--observatory-cyan); font-size: 0.85rem; line-height: 1; }
.home-page .preview-mini-grid article:nth-child(2) > span { color: var(--observatory-brass); }
.home-page .preview-mini-grid small { margin-top: auto; color: #687486; font-size: 0.27rem; font-weight: 800; letter-spacing: 0.1em; }
.home-page .preview-mini-grid b { margin-top: 2px; font-size: 0.39rem; }
.home-page .preview-guide-card { display: flex; align-items: center; margin-top: 8px; padding: 10px; border: 1px solid rgba(84, 215, 210, 0.14); border-radius: 14px; background: linear-gradient(135deg, rgba(20, 41, 53, 0.75), rgba(12, 19, 32, 0.88)); }
.home-page .preview-guide-card > span { margin-right: 7px; color: var(--observatory-cyan); font-size: 0.9rem; }
.home-page .preview-guide-card > div { display: flex; flex: 1; flex-direction: column; }
.home-page .preview-guide-card small { color: var(--observatory-cyan); font-size: 0.28rem; letter-spacing: 0.13em; }
.home-page .preview-guide-card b { font-size: 0.39rem; }
.home-page .preview-guide-card i { width: 24px; height: 24px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px; background: rgba(255, 255, 255, 0.04); font-size: 0.58rem; font-style: normal; }
.home-page .preview-bottom-nav { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 9px; padding: 7px 3px; border-top: 1px solid rgba(255, 255, 255, 0.055); }
.home-page .preview-bottom-nav span { display: flex; align-items: center; flex-direction: column; gap: 2px; color: #566173; font-size: 0.58rem; }
.home-page .preview-bottom-nav small { font-size: 0.27rem; }
.home-page .preview-bottom-nav .active { color: var(--observatory-brass); }
.home-page .preview-caption { position: absolute; bottom: -22px; left: calc(50% + 155px); width: 180px; margin: 0; color: rgba(244, 239, 226, 0.62); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1rem; font-weight: 600; line-height: 1.15; }
.home-page .preview-caption small { display: block; margin-bottom: 7px; color: var(--observatory-cyan); font-family: "Manrope", sans-serif; font-size: 0.45rem; letter-spacing: 0.18em; }

.home-page .features { padding: 108px 0 118px; }
.home-page .section-heading { display: grid; grid-template-columns: 1fr 0.72fr; gap: 40px; align-items: end; margin-bottom: 40px; }
.home-page .section-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -10px; }
.home-page .section-heading > p:last-child { margin: 0; padding-left: 25px; border-left: 1px solid rgba(203, 163, 91, 0.42); }
.home-page .feature-journey { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.home-page .feature-story { position: relative; display: grid; grid-template-columns: 152px 1fr; min-height: 202px; align-items: stretch; overflow: hidden; border: 1px solid var(--observatory-line); background: rgba(13, 23, 39, 0.82); transition: border-color 0.25s ease, transform 0.25s ease; }
.home-page .feature-story:hover { transform: translateY(-3px); border-color: rgba(203, 163, 91, 0.36); }
.home-page .feature-art { position: relative; min-height: 200px; margin: 0; overflow: hidden; background: #07111f; }
.home-page .feature-art::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 58%, rgba(13, 23, 39, 0.62)); pointer-events: none; }
.home-page .feature-art img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.home-page .feature-story:hover .feature-art img { transform: scale(1.04); }
.home-page .feature-story:last-child .feature-art img { object-position: center 58%; }
.home-page .feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 24px 24px 22px; }
.home-page .feature-number { display: flex; align-items: center; margin: 0 0 12px; color: var(--observatory-cyan); font-size: 0.5rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.home-page .feature-copy h3 { margin: 0; font-size: clamp(1.65rem, 2.2vw, 2.25rem); font-weight: 600; line-height: 0.98; letter-spacing: -0.035em; }
.home-page .feature-copy > p:not(.feature-number) { margin: 13px 0 0; color: #aeb7c3; font-size: 0.74rem; line-height: 1.62; }
.home-page .feature-link { display: inline-flex; align-items: center; margin-top: 16px; color: #e9dfcc; font-size: 0.62rem; font-weight: 750; }
.home-page .feature-link i { margin-left: 9px; color: var(--observatory-brass); font-style: normal; }

.home-page .principles { width: 100%; }
.home-page .principles-card { display: grid; grid-template-columns: 1fr minmax(320px, 0.76fr); gap: 80px; align-items: center; min-height: 560px; padding: 92px max(24px, calc((100vw - var(--observatory-shell)) / 2)); border-top: 1px solid rgba(203, 163, 91, 0.24); border-bottom: 1px solid rgba(203, 163, 91, 0.24); background: radial-gradient(circle at 75% 50%, rgba(203, 163, 91, 0.12), transparent 20rem), var(--observatory-panel); }
.home-page .principles-copy { max-width: 650px; }
.home-page .principles-copy > p { margin: 26px 0 0; }
.home-page .principles-copy > .principles-manifesto { color: #c9c4ba; font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.62rem); font-weight: 500; line-height: 1.5; }
.home-page .principle-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.home-page .principle-pills span { padding: 8px 12px; color: #b7c1cc; border: 1px solid var(--observatory-line); border-radius: 999px; font-size: 0.61rem; font-weight: 700; letter-spacing: 0.04em; }
.home-page .principles-copy .text-link { display: inline-block; margin-top: 28px; }
.home-page .door-scene { position: relative; display: grid; min-height: 390px; place-items: center; }
.home-page .door-scene::before,
.home-page .door-scene::after { position: absolute; content: ""; border: 1px solid rgba(203, 163, 91, 0.28); border-radius: 50%; }
.home-page .door-scene::before { width: 330px; height: 330px; }
.home-page .door-scene::after { width: 245px; height: 245px; border-color: rgba(147, 192, 199, 0.18); }
.home-page .door-scene img { position: relative; z-index: 2; width: 190px; filter: drop-shadow(0 0 36px rgba(203, 163, 91, 0.28)); }
.home-page .door-aura { position: absolute; width: 240px; height: 240px; border-radius: 50%; background: rgba(203, 163, 91, 0.12); filter: blur(55px); }
.home-page .door-caption { position: absolute; right: 0; bottom: 18px; z-index: 3; display: flex; align-items: center; gap: 12px; color: #9ca6b4; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; }
.home-page .door-caption > span { width: 26px; height: 1px; background: var(--observatory-brass); }

.home-page .journey { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 94px 0 106px; }
.home-page .journey-line { position: absolute; top: 117px; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(203, 163, 91, 0.46), transparent); }
.home-page .journey-step { position: relative; padding: 46px 32px 0; border-left: 1px solid var(--observatory-line); }
.home-page .journey-step:last-child { border-right: 1px solid var(--observatory-line); }
.home-page .journey-step::before { position: absolute; top: 19px; left: 28px; width: 8px; height: 8px; content: ""; border: 1px solid var(--observatory-brass); border-radius: 50%; background: var(--observatory-night); box-shadow: 0 0 18px rgba(203, 163, 91, 0.32); }
.home-page .journey-step h3 { margin: 0; font-size: 2rem; font-weight: 600; }
.home-page .journey-step p { margin: 10px 0 0; color: #929dab; font-size: 0.73rem; line-height: 1.6; }

.home-page .faq-section { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 78px; padding: 102px 0 118px; }
.home-page .faq-section .section-heading { display: block; margin: 0; }
.home-page .faq-list { border-top: 1px solid var(--observatory-line); }
.home-page .faq-list details { padding: 22px 0; border-bottom: 1px solid var(--observatory-line); }
.home-page .faq-list summary { cursor: pointer; color: #e7e9ec; font-size: 0.91rem; font-weight: 700; list-style: none; }
.home-page .faq-list summary::-webkit-details-marker { display: none; }
.home-page .faq-list summary::after { float: right; color: var(--observatory-brass); content: "+"; font-size: 1.2rem; font-weight: 400; }
.home-page .faq-list details[open] summary::after { content: "−"; }
.home-page .faq-list p { margin: 14px 34px 0 0; color: #aab4c0; font-size: 0.79rem; line-height: 1.78; }
.home-page .faq-list a { color: #e9cf95; }

.home-page .final-cta { position: relative; min-height: 560px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 84px 24px; text-align: center; border-top: 1px solid rgba(203, 163, 91, 0.25); border-bottom: 1px solid rgba(203, 163, 91, 0.25); background: #0b1423; }
.home-page .final-cta::before,
.home-page .final-cta::after { position: absolute; content: ""; border: 1px solid rgba(203, 163, 91, 0.25); border-radius: 50%; }
.home-page .final-cta::before { top: -390px; right: -90px; width: 720px; height: 720px; }
.home-page .final-cta::after { top: -285px; right: 45px; width: 510px; height: 510px; border-color: rgba(147, 192, 199, 0.16); }
.home-page .cta-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(203, 163, 91, 0.09); filter: blur(80px); }
.home-page .cta-mark { position: relative; z-index: 2; width: 76px; margin-bottom: 24px; filter: drop-shadow(0 0 26px rgba(203, 163, 91, 0.25)); }
.home-page .final-cta .eyebrow,
.home-page .final-cta h2,
.home-page .final-cta > p:not(.eyebrow),
.home-page .final-cta > div { position: relative; z-index: 2; }
.home-page .final-cta > p:not(.eyebrow) { margin: 20px 0 0; color: #aeb7c3; font-size: 0.85rem; }
.home-page .final-cta .availability-grid,
.home-page .final-cta .store-links { justify-content: center; }

.home-page .site-footer { margin-top: 0; background: #050a13; }
.home-page .site-footer .footer-grid { width: min(calc(100% - 48px), var(--observatory-shell)); grid-template-columns: 1.15fr 1fr 1fr; padding-top: 62px; }
.home-page .site-footer .footer-brand strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; font-weight: 600; }
.home-page .site-footer .footer-brand p { color: #7f8a9b; }
.home-page .site-footer .footer-bottom { width: min(calc(100% - 48px), var(--observatory-shell)); }
.home-page .reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .home-page .site-header .site-nav { display: none; }
  .home-page .hero-copy { max-width: 630px; }
  .home-page .web-boundary::before { display: none; }
  .home-page .web-boundary,
  .home-page .statement,
  .home-page .section-heading,
  .home-page .faq-section { grid-template-columns: 1fr; }
  .home-page .statement > .section-kicker,
  .home-page .section-heading .section-kicker { grid-column: auto; margin-bottom: 0; }
  .home-page .statement-copy,
  .home-page .section-heading > p:last-child { max-width: 620px; }
  .home-page .feature-journey { grid-template-columns: 1fr; }
  .home-page .principles-card { grid-template-columns: 1fr; gap: 42px; }
  .home-page .door-scene { min-height: 330px; }
  .home-page .journey { grid-template-columns: repeat(2, 1fr); }
  .home-page .journey-step:nth-child(4) { border-right: 1px solid var(--observatory-line); }
  .home-page .journey-step:nth-child(n + 4) { margin-top: 40px; }
  .home-page .faq-section { gap: 42px; }
  .home-page .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
  .home-page .site-footer .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .home-page .section-shell { width: min(calc(100% - 28px), var(--observatory-shell)); }
  .home-page .site-header { top: 8px; right: 8px; left: 8px; border-radius: 19px; }
  .home-page .site-header .header-inner { width: calc(100% - 16px); min-height: 64px; }
  .home-page .brand-icon { width: 44px; height: 44px; flex-basis: 44px; border-radius: 14px; }
  .home-page .brand-name { font-size: 1rem; }
  .home-page .nav-toggle { display: flex; }
  .home-page .nav-cta { display: none; }
  .home-page .site-nav { top: 70px; right: 0; left: 0; background: rgba(7, 13, 24, 0.98); border: 1px solid var(--observatory-line); border-radius: 18px; }
  .home-page .site-nav.open { display: flex; }
  .home-page .observatory-hero { min-height: 760px; background-position: 66% center; }
  .home-page .observatory-hero::before { background: linear-gradient(90deg, rgba(8, 16, 29, 0.98) 0%, rgba(8, 16, 29, 0.88) 56%, rgba(8, 16, 29, 0.35) 100%), linear-gradient(0deg, #09111f 0%, transparent 44%); }
  .home-page .observatory-hero::after,
  .home-page .hero-image-note { display: none; }
  .home-page .hero-inner { min-height: 760px; padding: 124px 0 70px; }
  .home-page .hero-copy { padding-bottom: 0; }
  .home-page .observatory-hero h1 { max-width: 570px; font-size: clamp(3.25rem, 14vw, 4.2rem); }
  .home-page .availability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .availability-card { min-width: 0; padding: 10px; gap: 9px; }
  .home-page .web-boundary { margin-top: 48px; padding: 50px 0; }
  .home-page .boundary-links { grid-column: auto; }
  .home-page .statement { padding: 96px 0 88px; }
  .home-page .observatory-showcase,
  .home-page .showcase-content { min-height: 620px; }
  .home-page .showcase-image { background-position: 44% 50%; opacity: 0.63; }
  .home-page .observatory-showcase::after { background: linear-gradient(0deg, #07111f 0%, rgba(7, 13, 24, 0.9) 47%, rgba(7, 13, 24, 0.22) 100%); }
  .home-page .showcase-content { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-top: 82px; padding-bottom: 66px; }
  .home-page .showcase-copy { max-width: 520px; }
  .home-page .app-preview-shell { width: 100%; min-height: 470px; }
  .home-page .preview-orbit { top: 3%; left: 50%; width: 390px; height: 390px; transform: translateX(-50%); }
  .home-page .preview-phone { bottom: 0; width: 228px; height: 462px; }
  .home-page .preview-caption { right: 0; bottom: 10px; left: auto; width: 150px; }
  .home-page .features { padding: 82px 0 94px; }
  .home-page .section-heading > p:last-child { padding-left: 0; border-left: 0; }
  .home-page .feature-story { grid-template-columns: 116px 1fr; min-height: 178px; }
  .home-page .feature-art { min-height: 176px; }
  .home-page .feature-copy { padding: 20px 18px; }
  .home-page .feature-copy h3 { font-size: 1.65rem; }
  .home-page .feature-link { display: none; }
  .home-page .principles-card { padding-top: 74px; padding-bottom: 74px; }
  .home-page .journey { grid-template-columns: 1fr; padding: 72px 0 86px; }
  .home-page .journey-line { display: none; }
  .home-page .journey-step,
  .home-page .journey-step:nth-child(4),
  .home-page .journey-step:last-child { min-width: 0; margin-top: 0; padding: 26px 24px; border-right: 1px solid var(--observatory-line); border-bottom: 1px solid var(--observatory-line); }
  .home-page .journey-step::before { display: none; }
  .home-page .journey-step p { max-width: 100%; overflow-wrap: anywhere; }
  .home-page .faq-section { padding: 80px 0 94px; }
  .home-page .site-footer .footer-grid { width: min(calc(100% - 28px), var(--observatory-shell)); grid-template-columns: 1fr; }
  .home-page .site-footer .footer-brand { grid-column: auto; }
  .home-page .site-footer .footer-bottom { width: min(calc(100% - 28px), var(--observatory-shell)); }
}

@media (max-width: 520px) {
  .home-page .observatory-hero h1 { font-size: clamp(3rem, 13.7vw, 3.65rem); }
  .home-page .hero-lead { font-size: 0.86rem; line-height: 1.75; }
  .home-page .availability-card strong { font-size: 0.7rem; }
  .home-page .platform-mark { width: 28px; height: 28px; flex-basis: 28px; }
  .home-page .platform-mark svg { width: 18px; height: 18px; }
  .home-page .web-boundary h2,
  .home-page .statement h2,
  .home-page .section-heading h2,
  .home-page .principles h2,
  .home-page .faq-section h2,
  .home-page .final-cta h2,
  .home-page .observatory-showcase h2 { font-size: clamp(2.65rem, 12vw, 3.35rem); }
  .home-page .feature-story { grid-template-columns: 86px 1fr; min-height: 150px; }
  .home-page .feature-art { min-height: 148px; }
  .home-page .feature-copy { padding: 16px 13px; }
  .home-page .feature-number { margin-bottom: 8px; font-size: 0.42rem; }
  .home-page .feature-copy h3 { font-size: 1.35rem; }
  .home-page .feature-copy > p:not(.feature-number) { margin-top: 8px; font-size: 0.65rem; line-height: 1.48; }
  .home-page .app-preview-shell { min-height: 430px; }
  .home-page .preview-orbit { width: 330px; height: 330px; }
  .home-page .preview-phone { width: 210px; height: 426px; }
  .home-page .preview-caption { display: none; }
  .home-page .door-scene { min-height: 280px; }
  .home-page .door-scene::before { width: 260px; height: 260px; }
  .home-page .door-scene::after { width: 190px; height: 190px; }
  .home-page .door-scene img { width: 145px; }
  .home-page .journey-step,
  .home-page .journey-step:nth-child(4),
  .home-page .journey-step:last-child { margin-top: 0; border-right: 1px solid var(--observatory-line); border-bottom: 1px solid var(--observatory-line); }
  .home-page .journey-step { padding: 24px; }
  .home-page .final-cta { min-height: 520px; padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .feature-story,
  .home-page .feature-art img { transition: none; }
}

@media print {
  .home-page .observatory-showcase,
  .home-page .feature-art,
  .home-page .door-scene { display: none; }
}
