@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;700;900&display=swap');

:root {
  --ink: #f5f3ef;
  --muted: #9b9aa4;
  --line: rgba(255, 255, 255, .12);
  --bg: #101118;
  --panel: #171923;
  --panel-soft: #1c1e2b;
  --orange: #ff9c68;
  --orange-bright: #ffbe85;
  --lilac: #b7a5ff;
  --cyan: #92e7e0;
  --shell: min(1120px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: 'Manrope', 'Noto Sans SC', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.page-glow { position: fixed; z-index: -1; pointer-events: none; filter: blur(10px); border-radius: 50%; opacity: .35; }
.page-glow-one { width: 430px; height: 430px; top: -250px; right: -140px; background: radial-gradient(circle, rgba(255, 156, 104, .35), transparent 68%); }
.page-glow-two { width: 520px; height: 520px; top: 720px; left: -360px; background: radial-gradient(circle, rgba(183, 165, 255, .22), transparent 68%); }
.section-shell { width: var(--shell); margin: 0 auto; }

.site-header { width: var(--shell); margin: 0 auto; height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 12px; align-items: center; letter-spacing: .05em; }
.brand strong { display: block; font-size: 13px; font-weight: 800; line-height: 1.1; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .03em; }
.brand-mark, .closing-mark { width: 28px; height: 28px; display: inline-flex; align-items: end; gap: 3px; }
.brand-mark i, .closing-mark i { display: block; width: 7px; border-radius: 8px 8px 2px 2px; background: var(--orange); transform: rotate(17deg); }
.brand-mark i:nth-child(1), .closing-mark i:nth-child(1) { height: 13px; opacity: .55; }
.brand-mark i:nth-child(2), .closing-mark i:nth-child(2) { height: 22px; background: var(--orange-bright); }
.brand-mark i:nth-child(3), .closing-mark i:nth-child(3) { height: 17px; background: var(--lilac); }
.desktop-nav { display: flex; gap: 34px; margin-left: 90px; }
.desktop-nav a, .header-link { color: var(--muted); font-size: 12px; transition: color .2s ease; }
.desktop-nav a:hover, .header-link:hover { color: var(--ink); }
.header-link { color: var(--ink); font-weight: 700; }
.header-link span { display: inline-block; margin-left: 5px; color: var(--orange); transition: transform .2s ease; }
.header-link:hover span { transform: translate(2px, -2px); }

.hero { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 50px; padding: 72px 0 88px; }
.eyebrow { margin: 0 0 20px; color: var(--muted); font: 500 10px/1.2 'DM Mono', monospace; letter-spacing: .16em; text-transform: uppercase; }
.status-dot, .footer-status i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; vertical-align: 1px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(146, 231, 224, .12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: 1.08; }
h1 { max-width: 580px; margin-bottom: 26px; font-size: clamp(48px, 7vw, 78px); font-weight: 700; }
h1 em, h2 em { color: var(--orange-bright); font-style: normal; }
.hero-text { max-width: 460px; margin-bottom: 32px; color: var(--muted); font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #1e1714; border-color: transparent; background: var(--orange-bright); }
.button-primary:hover { background: #ffd0a5; }
.button-quiet { color: var(--muted); }
.button-quiet:hover { color: var(--ink); border-color: rgba(255,255,255,.28); }
.hero-note { margin-top: 38px; color: #777784; font-size: 11px; }
.sparkle { margin-right: 8px; color: var(--lilac); }

.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.visual-halo { position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255, 156, 104, .12), transparent 61%); }
.visual-card { position: relative; z-index: 2; width: min(390px, 72%); padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(24, 26, 37, .9); box-shadow: 0 35px 90px rgba(0,0,0,.32); transform: rotate(-5deg); }
.card-topline, .card-bottomline { display: flex; justify-content: space-between; color: #8c8b97; font: 9px 'DM Mono', monospace; letter-spacing: .05em; }
.card-topline { padding: 0 2px 11px; }
.tiny-status { color: var(--cyan); }
.art-frame { position: relative; height: 300px; overflow: hidden; border-radius: 6px; background: linear-gradient(160deg, #e0b18e 0%, #c76f6e 36%, #463c68 100%); }
.art-sun { position: absolute; top: 28px; right: 46px; width: 74px; height: 74px; border-radius: 50%; background: #ffd59a; box-shadow: 0 0 45px rgba(255, 213, 154, .6); }
.art-mountain { position: absolute; bottom: 78px; width: 0; height: 0; border-left: 190px solid transparent; border-right: 190px solid transparent; border-bottom: 190px solid #5b4c79; }
.art-mountain-back { left: -130px; opacity: .62; border-bottom-color: #745475; transform: scale(1.35); }
.art-mountain-front { right: -160px; border-bottom-color: #3c3c65; transform: scale(1.18); }
.art-ground { position: absolute; right: -10%; bottom: -24px; left: -10%; height: 120px; border-radius: 50% 50% 0 0; background: linear-gradient(145deg, #273b50, #1b273e); transform: rotate(-3deg); }
.art-sheen { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 22%, rgba(255,255,255,.16) 50%, transparent 72%); mix-blend-mode: screen; }
.card-bottomline { padding: 11px 2px 0; }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; min-width: 148px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(28, 30, 43, .9); box-shadow: 0 14px 35px rgba(0,0,0,.25); }
.floating-chip b, .floating-chip small { display: block; }
.floating-chip b { color: var(--ink); font-size: 10px; }
.floating-chip small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.chip-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 6px; color: #20202a; background: var(--orange-bright); font-size: 13px; }
.chip-icon-purple { color: #262035; background: var(--lilac); }
.chip-prompt { top: 82px; left: 3%; transform: rotate(4deg); }
.chip-style { right: 0; bottom: 82px; transform: rotate(4deg); }
.visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: rotate(-23deg); }
.orbit-one { width: 93%; height: 53%; }
.orbit-two { width: 60%; height: 77%; transform: rotate(50deg); border-color: rgba(183,165,255,.15); }

.feature-section { padding: 74px 0 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
h2 { margin-bottom: 0; font-size: clamp(36px, 5vw, 58px); font-weight: 600; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { position: relative; min-height: 315px; padding: 27px 26px; border: 1px solid var(--line); border-radius: 10px; background: rgba(23,25,35,.68); transition: transform .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(255,190,133,.38); }
.feature-card-accent { background: linear-gradient(150deg, rgba(77, 63, 102, .65), rgba(29, 29, 43, .9)); }
.feature-number { position: absolute; top: 26px; right: 26px; color: #6f6e79; font: 10px 'DM Mono', monospace; }
.feature-icon { width: 48px; height: 48px; margin: 26px 0 32px; }
.icon-sun { border-radius: 50%; background: radial-gradient(circle, var(--orange-bright) 0 29%, transparent 31%), conic-gradient(from 0deg, transparent 0 10%, var(--orange) 10% 12%, transparent 12% 25%, var(--orange) 25% 27%, transparent 27% 40%, var(--orange) 40% 42%, transparent 42% 55%, var(--orange) 55% 57%, transparent 57% 70%, var(--orange) 70% 72%, transparent 72%); }
.icon-layers { position: relative; }
.icon-layers i { position: absolute; width: 31px; height: 31px; border: 1px solid var(--lilac); border-radius: 5px; transform: rotate(28deg); }
.icon-layers i:nth-child(1) { top: 0; left: 0; opacity: .4; }
.icon-layers i:nth-child(2) { top: 7px; left: 9px; opacity: .65; }
.icon-layers i:nth-child(3) { top: 14px; left: 18px; background: rgba(183,165,255,.15); }
.icon-star { display: grid; place-items: center; color: var(--cyan); font-size: 40px; text-shadow: 0 0 25px rgba(146,231,224,.35); }
.feature-card h3 { margin-bottom: 9px; font-size: 18px; letter-spacing: -.03em; }
.feature-card p { min-height: 53px; margin-bottom: 20px; color: var(--muted); font-size: 12px; }
.feature-card a, .text-link { color: var(--orange-bright); font-size: 11px; font-weight: 700; }
.feature-card a span, .text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.feature-card a:hover span, .text-link:hover span { transform: translate(3px, -2px); }

.workflow-section { background: #171923; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 108px 0; }
.workflow-copy > p:not(.eyebrow) { max-width: 390px; margin: 28px 0 24px; color: var(--muted); font-size: 13px; }
.step-list { margin: 0; padding: 0; list-style: none; }
.step-item { display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.step-item:first-child { border-top: 1px solid var(--line); }
.step-index { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,190,133,.45); border-radius: 50%; color: var(--orange-bright); font: 11px 'DM Mono', monospace; }
.step-item h3 { margin-bottom: 3px; font-size: 15px; }
.step-item p { margin: 0; color: var(--muted); font-size: 11px; }
.step-arrow { color: #666570; font-size: 17px; transition: color .2s ease, transform .2s ease; }
.step-item:hover .step-arrow { color: var(--orange-bright); transform: translate(2px, -2px); }

.closing-section { display: flex; flex-direction: column; align-items: center; padding: 140px 0 130px; text-align: center; }
.closing-mark { justify-content: center; width: 54px; height: 38px; margin-bottom: 30px; gap: 5px; }
.closing-mark i { width: 11px; }
.closing-mark i:nth-child(1) { height: 18px; }
.closing-mark i:nth-child(2) { height: 33px; }
.closing-mark i:nth-child(3) { height: 25px; }
.closing-section h2 { margin-bottom: 30px; }
.site-footer { display: flex; justify-content: space-between; padding: 20px 0 28px; border-top: 1px solid var(--line); color: #777681; font: 10px 'DM Mono', monospace; }
.footer-status i { width: 5px; height: 5px; margin-right: 5px; box-shadow: none; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 600px); }
  .site-header { height: 76px; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 24px; min-height: auto; padding: 70px 0 74px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-visual { min-height: 400px; }
  .visual-card { width: min(370px, 78%); }
  .art-frame { height: 275px; }
  .chip-prompt { left: -1%; }
  .chip-style { right: -2%; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 265px; }
  .feature-icon { margin-bottom: 22px; }
  .workflow-inner { grid-template-columns: 1fr; gap: 48px; padding: 76px 0; }
  .closing-section { padding: 100px 0 90px; }
}

@media (max-width: 460px) {
  :root { --shell: calc(100% - 28px); }
  .header-link { font-size: 11px; }
  .hero-text { font-size: 13px; }
  .hero-visual { min-height: 350px; margin: 0 -12px; }
  .visual-card { width: 77%; }
  .art-frame { height: 240px; }
  .floating-chip { min-width: 130px; padding: 8px; }
  .floating-chip small { font-size: 8px; }
  .chip-prompt { top: 50px; }
  .chip-style { bottom: 38px; }
  .site-footer { display: block; line-height: 2; }
  .site-footer > span { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
