/* HexAtlas marketing. Product colors match the editor; creator artwork is a signature. */
:root {
  color-scheme: dark;
  --background: #0f1419;
  --surface: #1a202c;
  --text: #f0f4f8;
  --muted: #a0aec0;
  --accent: #b5a5ff;
  --line: #2d3748;
  --serif: 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--background); color: var(--text); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; text-wrap: balance; }
h1 { font-size: clamp(60px, 5.9vw, 88px); line-height: 1.06; letter-spacing: -3.5px; margin: 24px 0; }
h2 { font-size: clamp(36px, 3.5vw, 52px); line-height: 1.14; letter-spacing: -1.7px; }
h3 { font-size: 33px; line-height: 1.2; letter-spacing: -.7px; }
em { color: var(--accent); font-weight: 400; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
button, summary { cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
::selection { background: #b5a5ff; color: #0f1419; }
[hidden] { display: none !important; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 104px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 20px; background: var(--accent); color: var(--background); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid #a9b5e51c; background: #0f1419ef; backdrop-filter: blur(18px); }
.nav-row { display: flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 28px; font-weight: 700; letter-spacing: -1.2px; white-space: nowrap; }
.brand img { object-fit: contain; flex-shrink: 0; }
.brand-lockup { display: flex; flex-direction: column; line-height: 1; }
.brand-lockup small { font: 11px/1.4 var(--sans); letter-spacing: .1px; font-weight: 400; margin-top: 5px; color: var(--muted); }
.brand-dot { color: #a694ee; }
.desktop-nav, .nav-actions { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.desktop-nav a, .login-link { color: #bac5d6; }
.desktop-nav a:hover, .login-link:hover, .site-footer a:hover { color: var(--accent); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 15px 24px; min-height: 56px; border: 1px solid #a69cf049; border-radius: 7px; color: white; font-size: 15px; font-weight: 650; line-height: 1.4; background: linear-gradient(120deg, #5a67d8, #764ba2); box-shadow: inset 0 1px 0 #ffffff1c, 0 6px 24px #17112d50; transition: transform .2s, box-shadow .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); border-color: #bbb0ff; box-shadow: 0 9px 30px #6654c447; }
.button span { font-size: 22px; font-weight: 400; }
.button-small { min-height: 44px; padding: 10px 17px; gap: 14px; font-size: 14px; }
.button-outline { background: transparent; border-color: #526078; box-shadow: none; }
.button-outline:hover { background: #252d3a; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: none; flex-shrink: 0; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--text); }
.mobile-nav { padding: 12px 24px 24px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding-block: 12px; }
.eyebrow, .chapter { color: var(--accent); font: 500 12px/1.5 var(--mono); letter-spacing: 1.35px; text-transform: uppercase; }
.hero { overflow: hidden; position: relative; background: radial-gradient(ellipse at 82% 33%, #5040883b, transparent 59%); }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 48px; align-items: center; padding-block: 75px 60px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { display: flex; gap: 10px; align-items: center; }
.small-line { display: inline-block; width: 23px; height: 1px; background: var(--accent); }
.hero-description { max-width: 465px; font-size: 18px; line-height: 1.8; color: #b6c2d2; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-block: 9px; border-bottom: 1px solid #67728b; font-size: 14px; font-weight: 600; }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.hero-reassurance { color: var(--muted); font-size: 13px; margin-top: 14px; }
.creator-byline { display: inline-flex; align-items: center; gap: 12px; margin-top: 35px; font-size: 12px; color: var(--muted); }
.creator-byline > img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; object-position: 50% 35%; border: 2px solid #72647c; }
.creator-byline strong { display: block; font-size: 13px; font-weight: 500; color: #cbd4e4; }
.creator-byline:hover strong { color: var(--accent); }
.atlas-composition { position: relative; min-width: 0; padding-block: 35px 115px; }
.composition-label { display: flex; gap: 14px; align-items: center; position: absolute; right: 6px; top: 0; color: #aa9fc3; font: 11px/1.4 var(--mono); letter-spacing: 1.8px; }
.composition-label > span { font-size: 28px; color: var(--accent); }
.hero-atlas { position: relative; padding: 12px 12px 17px; background: #e9e8ef; border: 1px solid #f7f5ff; box-shadow: 0 20px 65px #0008; transform: rotate(2.5deg); color: #343443; }
.atlas-top { display: flex; justify-content: space-between; padding: 0 3px 10px; color: #636273; font: 10px/1.5 var(--mono); letter-spacing: 1.2px; }
.atlas-map { position: relative; height: 350px; overflow: hidden; background: var(--surface); }
.atlas-map img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; }
.map-coordinate { position: absolute; bottom: 12px; left: 12px; padding: 6px 9px; color: #e6e2f6; background: #101522e8; font: 10px/1.4 var(--mono); letter-spacing: .7px; }
.hero-atlas figcaption { display: flex; justify-content: flex-end; align-items: center; gap: 12px; padding: 15px 3px 0; font-size: 12px; }
.hero-atlas figcaption a { color: #574589; font-weight: 650; }
.status-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #a38beb; margin-right: 6px; vertical-align: middle; }
.hero-atlas .status-dot { background: #665194; }
.atlas-detail { position: absolute; width: 44%; left: -23px; bottom: 1px; padding: 9px 9px 12px; background: #e9e8ef; transform: rotate(-7deg); box-shadow: 0 13px 34px #0008; color: #33313d; }
.atlas-detail > img { width: 100%; height: 150px; object-fit: cover; }
.atlas-detail figcaption { padding: 9px 2px 0; font: italic 14px/1.3 var(--serif); }
.atlas-detail figcaption span { display: block; margin-top: 7px; color: #656273; font: 9px/1.4 var(--mono); letter-spacing: 1px; }
.atlas-annotation { position: absolute; bottom: 14px; right: 1px; font: italic 19px/1.35 var(--serif); color: #aaa2bc; transform: rotate(-3deg); }
.benefits-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 27px; border-block: 1px solid var(--line); }
.benefits-strip p { font: 11px/1.5 var(--mono); letter-spacing: 1px; color: var(--muted); }
.benefits-strip > span { display: flex; align-items: center; gap: 13px; font-size: 16px; color: #d3dbea; }
.benefits-strip b { font: 11px/1.5 var(--mono); color: var(--accent); }
.introduction { display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; align-items: end; padding-bottom: 50px; }
.introduction h2, .section-heading h2, .pricing-intro h2, .faq-section h2 { margin-top: 18px; }
.introduction > p, .section-heading > p, .pricing-intro > p:not(.eyebrow) { color: var(--muted); max-width: 425px; line-height: 1.85; }
.feature-world { display: grid; grid-template-columns: 1.1fr 1fr; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--surface); }
.world-image { position: relative; min-height: 530px; overflow: hidden; background: #182133; }
.world-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; bottom: 20px; left: 20px; padding: 8px 12px; background: #101724e8; color: #dce2ee; font: 11px/1.5 var(--mono); letter-spacing: 1px; }
.feature-copy { padding: 48px; }
.feature-copy h2 { margin-block: 20px; font-size: 43px; }
.feature-copy > p:not(.chapter) { color: var(--muted); }
.simple-list { padding: 0; margin: 25px 0; list-style: none; font-size: 14px; color: #c9d2e0; }
.simple-list li { position: relative; padding-left: 23px; margin-block: 13px; }
.simple-list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); }
.feature-copy .text-link { color: var(--accent); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.story-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #151c26; }
.story-copy { padding: 36px 40px 30px; }
.story-copy h3 { margin: 19px 0 15px; }
.story-copy > p:not(.chapter) { color: var(--muted); }
.pro-label { font: 10px/1.3 var(--sans); border: 1px solid #7563a3; border-radius: 4px; padding: 3px 5px; margin-left: 7px; }
.lore-example { margin: auto 40px 32px; padding: 24px; border: 1px solid #424d64; border-radius: 7px; background: #212a39; }
.lore-top { display: flex; justify-content: space-between; font: 11px/1.5 var(--mono); color: #b9afda; }
.lore-example h4 { font-size: 25px; margin: 13px 0 6px; }
.lore-example p { font: italic 16px/1.6 var(--serif); color: #bac5d6; }
.lore-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 19px 0; }
.lore-tags span { padding: 4px 9px; font-size: 12px; border: 1px solid #4c526c; border-radius: 4px; color: #d3d9e8; }
.lore-bottom { border-top: 1px solid #424d64; padding-top: 14px; color: #bdc8db; font-size: 12px; }
.player-example { position: relative; overflow: hidden; height: 254px; margin: auto 40px 32px; border-radius: 7px; border: 1px solid #434c65; }
.player-example img { width: 100%; height: 100%; object-fit: cover; }
.player-label { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 11px; background: #131925ef; font-size: 12px; }
.styles-section { margin-top: 104px; border-block: 1px solid var(--line); background: radial-gradient(ellipse at 14% 20%, #45326827, transparent 65%), #151c26; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.style-switcher { display: flex; gap: 8px; margin-top: 36px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.style-switcher button { flex: 1; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 16px 20px; border: 1px solid transparent; border-radius: 6px; color: #b8c3d5; background: transparent; font-size: 14px; text-align: left; transition: background .2s, border-color .2s; }
.style-switcher button span { color: #9d8fd0; font: 11px/1.5 var(--mono); }
.style-switcher button[aria-pressed="true"] { background: #8071d621; border-color: #8373c980; color: #e8e2ff; }
.style-switcher button:hover { background: #8071d618; }
.style-preview { margin-top: 20px; }
.style-preview > img { width: 100%; height: 410px; object-fit: contain; border-radius: 8px; background: #1d242f; border: 1px solid #354155; }
.style-preview figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 15px; color: #b8c2d2; font-size: 14px; }
.style-preview figcaption > span:last-child { font: 11px/1.5 var(--mono); letter-spacing: 1px; }
.maker-section { padding-block: 65px; }
.maker-grid { display: grid; grid-template-columns: 110px 1fr; gap: 35px; align-items: center; padding-block: 35px; border-bottom: 1px solid var(--line); }
.maker-copy .eyebrow { font-size: 11px; }
.maker-copy h2 { font: 500 24px/1.3 var(--sans); letter-spacing: -.6px; margin: 8px 0 12px; }
.maker-copy h2 em { font-style: normal; }
.maker-lead { max-width: 870px; color: var(--muted); font-size: 15px; }
.maker-copy .text-link { margin-top: 9px; }
.savant-hello { position: relative; z-index: 3; }
.savant-hello summary { list-style: none; text-align: center; }
.savant-hello summary::-webkit-details-marker { display: none; }
.savant-window { display: block; width: 100px; height: 100px; border-radius: 50%; overflow: hidden; border: 3px solid #8878b1; background: #fff; box-shadow: 0 0 28px #8a62c725; }
.savant-window img { width: 100%; height: 110%; object-fit: cover; object-position: center 30%; transform: translateY(6px); transition: transform .35s; }
.savant-hello summary:hover img, .savant-hello[open] img { transform: translateY(0) rotate(-4deg); }
.savant-invite { display: inline-block; font-size: 12px; color: var(--accent); padding-top: 9px; }
.savant-message { position: absolute; bottom: calc(100% + 14px); left: 0; width: 295px; padding: 22px; border: 1px solid #726196; border-radius: 12px 12px 12px 2px; background: #252735; box-shadow: 0 12px 35px #0006; }
.savant-message strong { font: 25px/1.3 var(--serif); }
.savant-message p { color: #c0cbda; font-size: 14px; margin: 10px 0; }
.savant-message > span { font-size: 12px; color: var(--accent); }
.pricing-section { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 24px; padding-top: 25px; }
.pricing-intro { padding: 20px 24px 20px 0; }
.pricing-intro h2 { font-size: 43px; }
.pricing-intro > p:not(.eyebrow) { margin-top: 23px; }
.indie-note { display: flex; align-items: center; gap: 14px; margin-top: 35px; }
.indie-note > span { color: var(--accent); font-size: 30px; }
.indie-note p { font-size: 13px; color: var(--muted); }
.price-card { border: 1px solid var(--line); border-radius: 10px; padding: 30px 27px; background: #141b24; }
.price-pro { background: linear-gradient(145deg, #28273f, #1a202c 60%); border-color: #8070ac; }
.plan-name { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #bac5d8; }
.plan-name span { padding: 3px 5px; border-radius: 3px; background: var(--accent); color: #141924; font-size: 10px; margin-left: 6px; }
.price-card h3 { margin-top: 23px; font-size: 26px; }
.price { font-size: 54px; letter-spacing: -2px; font-weight: 450; line-height: 1.4; }
.price > span { font-size: 14px; letter-spacing: 0; color: var(--muted); }
.plan-description { font-size: 14px; color: var(--muted); min-height: 47px; margin: 10px 0 23px; }
.price-card .button { width: 100%; padding-inline: 12px; gap: 10px; font-size: 14px; }
.price-card .simple-list { margin-bottom: 0; }
.plan-note { font-size: 12px; color: var(--muted); margin-top: 25px; }
.faq-section { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.35fr; gap: 90px; }
.faq-section > div > p:last-child:not(.eyebrow) { margin-top: 25px; color: var(--muted); font-size: 14px; }
.faq-section a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.faqs details { border-bottom: 1px solid var(--line); }
.faqs details:first-child { border-top: 1px solid var(--line); }
.faqs summary { padding: 22px 32px 22px 0; position: relative; font-size: 16px; list-style: none; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::after { content: '+'; position: absolute; right: 3px; top: 19px; font-size: 22px; color: var(--accent); }
.faqs details[open] summary::after { content: '−'; }
.faqs details > p { padding: 0 25px 24px 0; color: var(--muted); font-size: 15px; }
.final-cta { text-align: center; border-block: 1px solid var(--line); background: radial-gradient(ellipse at 50% 100%, #4e397354, transparent 70%), #151c26; padding-block: 100px; }
.final-cta h2 { font-size: clamp(40px, 4.8vw, 70px); margin-block: 24px 32px; }
.final-cta .button { min-width: 250px; }
.final-cta .container > p:last-child { color: #aebcd0; font-size: 13px; margin-top: 18px; }
.site-footer { padding-top: 40px; }
.footer-top { display: flex; gap: 28px; align-items: center; padding-bottom: 32px; }
.footer-top > p { font-family: var(--serif); font-style: italic; color: var(--muted); }
.footer-top nav { display: flex; gap: 24px; margin-left: auto; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding: 23px 0; color: var(--muted); font-size: 12px; }
.footer-bottom > div { display: flex; gap: 24px; }
@media (min-width: 1600px) { .hero-grid { padding-block: 95px 75px; } .atlas-map { height: 395px; } }
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .nav-row, .desktop-nav, .nav-actions { gap: 20px; } .login-link { display: none; }
  .hero-grid { gap: 30px; } h1 { font-size: 62px; }
  .atlas-map { height: 320px; } .hero-atlas figcaption { flex-wrap: wrap; }
  .atlas-detail { width: 50%; } .atlas-detail > img { height: 120px; }
  .atlas-annotation { max-width: 42%; font-size: 16px; }
  .hero-actions { gap: 14px; } .hero-copy .eyebrow { font-size: 10px; }
  .introduction { gap: 50px; } .feature-copy { padding: 36px 30px; } .feature-copy h2 { font-size: 37px; }
  .story-copy { padding: 30px; } .lore-example, .player-example { margin-inline: 30px; }
  .pricing-section { grid-template-columns: 1fr 1fr; } .pricing-intro { grid-column: 1 / -1; padding: 0 0 15px; } .indie-note { margin-top: 20px; }
  .faq-section { gap: 50px; } .benefits-strip { flex-wrap: wrap; } .benefits-strip > p { width: 100%; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); } .nav-row { min-height: 76px; gap: 14px; }
  .desktop-nav { display: none; } .menu-toggle { display: block; } .nav-actions { gap: 10px; }
  .brand { font-size: 25px; } .brand img { width: 31px; height: 31px; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 50px; gap: 26px; }
  h1 { font-size: clamp(53px, 9.4vw, 78px); } .hero-description { max-width: 550px; }
  .creator-byline { margin-top: 25px; } .atlas-composition { margin: 0 14px; padding-bottom: 120px; }
  .atlas-map { height: 360px; } .atlas-detail { width: 43%; left: -10px; } .atlas-detail > img { height: 150px; }
  .atlas-annotation { right: 12px; bottom: 22px; font-size: 19px; }
  .section { padding-block: 68px; } .introduction { grid-template-columns: 1fr; gap: 24px; padding-bottom: 35px; }
  .feature-world { grid-template-columns: 1fr; } .world-image { min-height: 380px; }
  .feature-copy { padding: 35px; } .feature-copy h2 { font-size: 42px; }
  .story-grid { grid-template-columns: 1fr; } .story-copy { padding: 35px; } .lore-example, .player-example { margin-inline: 35px; }
  .styles-section { margin-top: 68px; } .section-heading { display: block; } .section-heading > p { margin-top: 23px; }
  .style-switcher { display: grid; grid-template-columns: 1fr 1fr; } .style-switcher button { padding: 14px; }
  .style-preview > img { height: 310px; } .style-preview figcaption > span:last-child { display: none; }
  .maker-section { padding-block: 28px; } .maker-grid { grid-template-columns: 95px 1fr; gap: 24px; }
  .savant-window { width: 90px; height: 90px; } .maker-copy h2 { font-size: 22px; }
  .pricing-section { gap: 20px; } .price-card { padding: 26px 22px; }
  .faq-section { grid-template-columns: 1fr; gap: 34px; } .final-cta { padding-block: 72px; }
  .footer-top { flex-wrap: wrap; gap: 18px; } .footer-top nav { width: 100%; margin: 8px 0 0; }
}
@media (max-width: 480px) {
  .nav-actions .button-small { display: none; } .brand-lockup small { font-size: 11px; } .brand { font-size: 25px; }
  h1 { font-size: clamp(44px, 11.5vw, 56px); letter-spacing: -2px; } .hero-grid { padding-top: 35px; }
  .hero-copy .eyebrow { font-size: 10px; letter-spacing: .8px; } .hero-description { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; } .hero-actions .button { width: 100%; }
  .creator-byline { gap: 10px; } .creator-byline strong { font-size: 12px; }
  .atlas-composition { margin-inline: 7px; padding-bottom: 113px; } .hero-atlas { padding: 9px 9px 14px; }
  .atlas-map { height: 260px; } .atlas-top { font-size: 9px; } .hero-atlas figcaption { font-size: 11px; gap: 5px; }
  .atlas-detail { width: 53%; padding: 7px 7px 10px; bottom: 8px; } .atlas-detail > img { height: 100px; }
  .atlas-detail figcaption { font-size: 12px; } .atlas-annotation { font-size: 14px; right: -2px; max-width: 42%; }
  .benefits-strip { gap: 14px; padding-block: 23px; } .benefits-strip > span { font-size: 14px; gap: 8px; }
  .feature-copy { padding: 28px 24px; } .feature-copy h2 { font-size: 36px; } .world-image { min-height: 320px; }
  .story-copy { padding: 28px 24px; } .story-copy h3 { font-size: 29px; } .lore-example, .player-example { margin-inline: 22px; }
  .lore-example { padding: 20px; } .lore-example h4 { font-size: 24px; } .player-example { height: 230px; }
  .style-preview > img { height: 240px; } .style-switcher { gap: 4px; } .style-switcher button { font-size: 13px; padding: 12px; }
  .maker-grid { grid-template-columns: 1fr; gap: 20px; } .savant-hello { width: 95px; } .savant-message { width: min(290px, calc(100vw - 46px)); }
  .pricing-section { grid-template-columns: 1fr; } .pricing-intro h2 { font-size: 39px; } .plan-description { min-height: 0; }
  .footer-bottom { flex-direction: column; gap: 15px; } .footer-bottom > div { gap: 20px; }
}
/* Finishing layer: depth, light and movement within the HexAtlas palette. */
.home-page { --ease-out: cubic-bezier(.22,1,.36,1); }
.home-page .site-header { background: #0f1419cc; transition: background .3s, box-shadow .3s; }
.home-page .site-header.is-scrolled { background: #0f1419f2; box-shadow: 0 8px 35px #0003; }
.reading-progress { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, #667eea, #b19bf8, #d6cbff); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.home-page .desktop-nav a { position: relative; padding-block: 12px; }
.home-page .desktop-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease-out); }
.home-page .desktop-nav a:hover::after, .home-page .desktop-nav a[aria-current="location"]::after { transform: scaleX(1); }
.home-page .desktop-nav a[aria-current="location"] { color: #e8e1ff; }
.home-page .brand img { transition: transform .5s var(--ease-out); }
.home-page .brand:hover img { transform: rotate(-12deg); }
.home-page .button { position: relative; isolation: isolate; overflow: hidden; border-radius: 9px; background: linear-gradient(115deg, #6676e9 0%, #7956b6 100%); box-shadow: inset 0 1px 0 #e1dcff40, 0 4px 7px #0003, 0 10px 35px #6654c428; transition: transform .3s var(--ease-out), border-color .3s, box-shadow .3s; }
.home-page .button::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 25%, #ffffff21 48%, transparent 72%); transform: translateX(-105%); transition: transform .7s var(--ease-out); pointer-events: none; }
.home-page .button:hover::before, .home-page .button:focus-visible::before { transform: translateX(105%); }
.home-page .button:hover { box-shadow: inset 0 1px 0 #e1dcff50, 0 12px 35px #7060d84d; }
.home-page .button:active { transform: translateY(0) scale(.98); }
.home-page .button > span, .home-page .text-link > span { transition: transform .3s var(--ease-out); }
.home-page .button:hover > span, .home-page .text-link:hover > span { transform: translate(3px, -2px); }
.home-page .button-outline { background: #ffffff03; box-shadow: inset 0 1px 0 #ffffff08; }
.home-page .hero { isolation: isolate; background: radial-gradient(ellipse at 83% 25%, #6857a530, transparent 58%), radial-gradient(ellipse at 8% 70%, #5264b810, transparent 52%); }
.home-page .hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(#97a2dc0b 1px, transparent 1px), linear-gradient(90deg, #97a2dc0b 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent 24%, #000 85%); pointer-events: none; }
.home-page .hero::after { content: ''; position: absolute; z-index: -1; width: 660px; height: 520px; top: 65px; right: -180px; border: 1px solid #a698ee12; border-radius: 50%; box-shadow: 0 0 0 65px #a698ee04, 0 0 0 130px #a698ee03; transform: rotate(-24deg); pointer-events: none; }
.home-page .headline-line { display: block; }
.home-page h1 { letter-spacing: -3.7px; }
.home-page h1 em { background: linear-gradient(112deg, #d5caff, #aa97fa 52%, #929ce9); background-clip: text; -webkit-background-clip: text; color: transparent; padding-bottom: .08em; margin-bottom: -.08em; }
.home-page .hero-description { color: #b8c4d7; }
.home-page .hero-copy .eyebrow { letter-spacing: 1.8px; }
.home-page .creator-byline { padding: 10px 0; border-top: 1px solid #c7b5ff15; }
.home-page .creator-byline img { transition: transform .35s var(--ease-out), border-color .35s; }
.home-page .creator-byline:hover img { transform: rotate(-6deg); border-color: var(--accent); }
.home-page .atlas-composition { perspective: 1200px; }
.home-page .hero-atlas { transform: rotate(2.5deg) rotateX(var(--map-rx, 0deg)) rotateY(var(--map-ry, 0deg)); transition: transform .55s var(--ease-out), box-shadow .55s; border-radius: 2px; background: linear-gradient(135deg, #f0eff5, #dbdbe6); box-shadow: 0 2px 3px #0003, 0 24px 65px #0008, 0 0 70px #a899e90a; }
.home-page .hero-atlas::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(135deg, #ffffff15, transparent 50%); }
.home-page .atlas-detail { transform: rotate(-7deg) translate3d(var(--detail-x, 0px), var(--detail-y, 0px), 0); transition: transform .55s var(--ease-out); background: linear-gradient(145deg, #f4f2f9, #dedce9); box-shadow: 0 2px 4px #0003, 0 18px 40px #0007; }
.home-page .atlas-top { padding-block: 3px 12px; }
.home-page .atlas-map { border: 1px solid #21273435; }
.home-page .atlas-annotation { color: #b5abc7; }
.home-page .benefits-strip { background: linear-gradient(90deg, transparent, #a69bea07, transparent); }
.home-page .benefits-strip b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; border: 1px solid #9183c333; background: #9381d708; }
.home-page .feature-world, .home-page .story-card, .home-page .price-card { position: relative; isolation: isolate; border-radius: 16px; border-color: #818caf29; box-shadow: inset 0 1px 0 #ffffff07, 0 18px 44px #0002; transition: border-color .35s, box-shadow .35s, transform .35s var(--ease-out); }
.home-page .feature-world { background: linear-gradient(145deg, #1b2332, #171e2b); }
.home-page .story-card { background: linear-gradient(150deg, #1c2533, #151c26 70%); }
.home-page .feature-world::after, .home-page .story-card::after, .home-page .price-card::after { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: radial-gradient(450px circle at var(--spot-x, 50%) var(--spot-y, 0%), #aea0ff14, transparent 65%); opacity: 0; transition: opacity .35s; pointer-events: none; }
.home-page .feature-world:hover::after, .home-page .story-card:hover::after, .home-page .price-card:hover::after { opacity: 1; }
.home-page .feature-world:hover, .home-page .story-card:hover, .home-page .price-card:hover { border-color: #a497e05e; }
.home-page .story-card:hover, .home-page .price-card:hover { box-shadow: inset 0 1px 0 #ffffff12, 0 24px 52px #0003; }
.home-page .world-image::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 70px #0f141924; }
.home-page .image-caption, .home-page .player-label, .home-page .map-coordinate { backdrop-filter: blur(10px); border: 1px solid #ced5ff1c; border-radius: 5px; }
.home-page .lore-example { transform: rotate(-1deg); background: linear-gradient(145deg, #273044, #202736); border-color: #5f67834d; box-shadow: 0 12px 26px #0003, inset 0 1px 0 #ffffff09; transition: transform .5s var(--ease-out); }
.home-page .story-card:hover .lore-example { transform: rotate(0); }
.home-page .lore-tags span { background: #bdadff08; border-color: #8b7cad3d; border-radius: 20px; }
.home-page .styles-section { position: relative; background: radial-gradient(ellipse at 90% 0, #7153991f, transparent 65%), #141b25; }
.home-page .style-switcher { border: 1px solid #9c8bcb33; border-radius: 12px; padding: 6px; background: #0d131b80; gap: 6px; }
.home-page .style-switcher button { position: relative; min-height: 56px; border-radius: 7px; }
.home-page .style-switcher button[aria-pressed="true"] { background: linear-gradient(115deg, #677bd32b, #9064c332); border-color: #9988d95e; box-shadow: inset 0 1px 0 #d7caff17, 0 3px 12px #0003; }
.home-page .style-switcher button.is-pending { border-color: #b9a6ff; }
.home-page .style-switcher button[aria-pressed="true"] > span { color: #d4c7ff; }
.home-page .style-preview { margin-top: 24px; }
.style-display { display: grid; grid-template-columns: minmax(0, 1fr) 305px; border: 1px solid #8d80ad40; border-radius: 16px; overflow: hidden; box-shadow: 0 25px 55px #0003, inset 0 1px 0 #fff1; }
.style-artwork { position: relative; min-width: 0; padding: 45px 35px 40px; background: radial-gradient(ellipse at 50% 40%, #d0c6ee13, transparent 65%), #1d242f; display: flex; align-items: center; }
.style-artwork::before { content: ''; position: absolute; inset: 19px; border: 1px solid #b8a3e519; border-radius: 6px; pointer-events: none; }
.study-label, .study-footer { position: absolute; left: 35px; color: #a5a0b5; font: 10px/1.5 var(--mono); letter-spacing: 1.4px; }
.study-label { top: 23px; } .study-label > span { color: var(--accent); margin-left: 14px; }
.study-footer { bottom: 21px; font-size: 9px; letter-spacing: 1.3px; }
.style-image-stack { display: grid; width: 100%; isolation: isolate; }
.style-image-stack > img { grid-area: 1 / 1; width: 100%; height: 350px; object-fit: contain; border-radius: 5px; }
.style-image-stack > .style-image-previous { pointer-events: none; z-index: 1; }
.style-story { padding: 48px 32px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #8d80ad26; background: linear-gradient(145deg, #27243a, #1a202c 75%); }
.style-story .eyebrow { font-size: 10px; letter-spacing: 1px; }
.style-story h3 { margin: 18px 0; font-size: 38px; letter-spacing: -1px; line-height: 1.05; min-height: 80px; }
.style-story > p { color: #b0bdce; font-size: 15px; line-height: 1.8; min-height: 81px; }
.style-traits { display: flex; flex-wrap: wrap; gap: 7px; margin: 23px 0; }
.style-traits > span { color: #c9bedf; border: 1px solid #87729d4a; border-radius: 20px; padding: 4px 9px; font-size: 11px; }
.style-story .text-link { align-self: flex-start; }
.home-page .style-preview figcaption { padding-inline: 3px; font-size: 13px; }
.home-page .style-preview figcaption > a { white-space: nowrap; color: var(--accent); }
.home-page .maker-grid { border-top: 1px solid #2d37487a; background: radial-gradient(ellipse at 0 50%, #7758990b, transparent 60%); }
.home-page .savant-hello[open] .savant-message { animation: note-arrives .25s var(--ease-out) both; transform-origin: bottom left; }
.home-page .price-pro { background: radial-gradient(ellipse at 50% 0, #8569c42c, transparent 70%), #1a202c; border-color: #9a80d27a; }
.home-page .price-pro::before { content: ''; position: absolute; top: -1px; left: 20%; right: 20%; height: 1px; background: linear-gradient(90deg, transparent, #d3bcff, transparent); }
.home-page .price-card .price { margin-top: 4px; letter-spacing: -2.5px; }
.home-page .faqs details { border-color: #5765803b; border-radius: 4px; transition: background .25s; }
.home-page .faqs details[open] { background: #a494d807; }
.home-page .faqs summary { transition: color .2s; }
.home-page .faqs summary:hover { color: var(--accent); }
.home-page .faqs summary::after { content: '+'; transition: transform .3s var(--ease-out); }
.home-page .faqs details[open] summary::after { content: '+'; transform: rotate(45deg); }
.home-page .faqs details[open] > p { animation: note-arrives .25s var(--ease-out) both; }
.home-page .final-cta { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(ellipse at 50% 110%, #7f59b94a, transparent 70%), #131b26; }
.home-page .final-cta::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .4; background-image: radial-gradient(#b3a2ed65 .75px, transparent .75px); background-size: 27px 27px; mask-image: radial-gradient(ellipse at 50% 65%, #000, transparent 70%); }
.home-page .final-cta::after { content: ''; position: absolute; top: 0; height: 1px; left: 20%; right: 20%; background: linear-gradient(90deg, transparent, #b099e4, transparent); }
.home-page .menu-toggle span { transition: transform .25s, opacity .25s; }
.home-page .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.home-page .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
@keyframes note-arrives { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (hover: hover) and (pointer: fine) {
  .home-page .story-card:hover, .home-page .price-card:hover { transform: translateY(-4px); }
}
@media (max-width: 1150px) {
  .style-display { grid-template-columns: minmax(0, 1fr) 265px; }
  .style-story { padding: 35px 24px; } .style-story h3 { font-size: 34px; }
  .home-page .hero-copy .eyebrow { letter-spacing: 1px; }
}
@media (max-width: 800px) {
  .style-display { grid-template-columns: 1fr; } .style-story { border-left: 0; border-top: 1px solid #8d80ad26; padding: 28px; }
  .style-story > p { min-height: 0; } .style-story h3 { min-height: 2.1em; margin-block: 12px; font-size: 32px; }
  .style-traits { margin-block: 18px; } .style-image-stack > img { height: 310px; }
  .home-page .style-preview figcaption { flex-wrap: wrap; gap: 10px; }
}
@media (max-width: 480px) {
  .home-page h1 { letter-spacing: -2px; }
  .style-artwork { padding: 42px 15px 38px; } .style-image-stack > img { height: 220px; }
  .style-artwork::before { inset: 10px; } .study-label, .study-footer { left: 21px; } .study-footer { font-size: 8px; letter-spacing: .8px; }
  .home-page .style-switcher button { padding: 12px 10px; min-height: 50px; }
  .style-story { padding: 25px; } .style-story .eyebrow { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; }
  .home-page .hero-atlas { transform: rotate(2.5deg); }
  .home-page .atlas-detail { transform: rotate(-7deg); }
  .home-page .button:hover, .home-page .story-card:hover, .home-page .price-card:hover { transform: none; }
}

.trust-note { margin-top:50px; padding:25px 28px; border:1px solid #76669440; border-radius:14px; background:#1a202c; display:flex; gap:30px; align-items:center; justify-content:space-between; }
.trust-note p { max-width:700px; color:#b8c4d7; font-size:15px; } .trust-note strong { color:#e7e3f4; } .trust-note .text-link { flex-shrink:0; } .footer-bottom > div { flex-wrap:wrap; }
@media(max-width:800px) { .trust-note { align-items:flex-start; flex-direction:column; gap:15px; } }
