:root {
  --ink: #17233a;
  --muted: #5d6a80;
  --paper: #f7f4ef;
  --cream: #fffaf2;
  --lavender: #dcd8f7;
  --violet: #5e4b8b;
  --night: #1f2145;
  --line: rgba(23, 35, 58, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, "Times New Roman", serif; line-height: 1.6; }
a { color: inherit; }
.site-header { max-width: 1180px; margin: 0 auto; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.25rem; font-weight: 700; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--cream); background: var(--night); font-family: Arial, sans-serif; font-size: .9rem; }
nav { display: flex; align-items: center; gap: 24px; font-family: Arial, sans-serif; font-size: .88rem; }
nav a { text-decoration: none; }
nav a:hover { color: var(--violet); }
.nav-cta { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; }
.hero { max-width: 1180px; margin: 0 auto; padding: 88px 28px 110px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--violet); font-family: Arial, sans-serif; font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(3rem, 7vw, 5.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.hero-lede { max-width: 560px; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-block; padding: 12px 20px; border-radius: 999px; font-family: Arial, sans-serif; font-size: .88rem; font-weight: 700; text-decoration: none; }
.button-primary { color: var(--cream); background: var(--violet); }
.button-primary:hover { background: var(--night); }
.button-quiet { border: 1px solid var(--line); }
.dream-card { position: relative; min-height: 370px; padding: 42px 38px; overflow: hidden; border-radius: 28px; color: var(--cream); background: linear-gradient(145deg, #282650, #62528f); box-shadow: 0 24px 70px rgba(48, 42, 92, .22); }
.dream-card::after { position: absolute; right: -80px; bottom: -110px; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 30px rgba(255,255,255,.04), 0 0 0 60px rgba(255,255,255,.035); }
.moon { width: 82px; height: 82px; margin-bottom: 58px; border-radius: 50%; background: #f9e9b6; box-shadow: 0 0 50px rgba(249,233,182,.35); }
.card-label { color: #dcd8f7; font-family: Arial, sans-serif; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.dream-card h2 { max-width: 300px; font-size: 2rem; font-weight: 500; line-height: 1.1; }
.dream-card p:not(.card-label) { max-width: 320px; color: #e8e4f5; }
.card-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 30px; font-family: Arial, sans-serif; font-size: .72rem; }
.card-tags span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; }
.section { max-width: 1180px; margin: 0 auto; padding: 100px 28px; }
.method { border-top: 1px solid var(--line); }
.section h2 { max-width: 620px; margin-bottom: 46px; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.steps article { padding: 28px 0; border-top: 2px solid var(--ink); }
.steps span { color: var(--violet); font-family: Arial, sans-serif; font-size: .75rem; font-weight: 700; }
.steps h3 { margin: 28px 0 10px; font-size: 1.65rem; font-weight: 500; }
.steps p, .split-copy { color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; background: var(--cream); }
.split-copy { max-width: 480px; font-size: 1.1rem; }
.split-copy ul { padding-left: 20px; }
.prototype { padding-top: 80px; padding-bottom: 110px; }
.prototype-panel { max-width: 760px; padding: 58px; border-radius: 28px; background: var(--lavender); }
.prototype-panel h2 { margin-bottom: 20px; }
.prototype-panel p { max-width: 560px; color: #424666; font-size: 1.1rem; }
.site-footer { max-width: 1180px; margin: 0 auto; padding: 28px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); border-top: 1px solid var(--line); font-family: Arial, sans-serif; font-size: .78rem; }
@media (max-width: 760px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 46px; padding-top: 48px; }
  .dream-card { min-height: 330px; }
  .steps, .split { grid-template-columns: 1fr; gap: 35px; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .prototype-panel { padding: 35px 28px; }
  .site-footer { flex-direction: column; }
}
+
.dream-form { margin-top: 32px; display: grid; gap: 18px; }
.dream-form label { display: grid; gap: 8px; color: #303552; font: 700 .82rem Arial, sans-serif; }
.dream-form textarea, .dream-form input { width: 100%; box-sizing: border-box; border: 1px solid rgba(48,53,82,.2); border-radius: 12px; padding: 13px 14px; color: var(--ink); background: rgba(255,255,255,.72); font: 1rem/1.5 Georgia, serif; }
.dream-form textarea { min-height: 130px; resize: vertical; }
.dream-form textarea:focus, .dream-form input:focus { outline: 3px solid rgba(98,82,143,.2); border-color: var(--violet); }
.form-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; }
.form-meta { grid-template-columns: 1fr 1fr; }
.consent-check { display: flex !important; justify-content: start; align-items: center; gap: 9px !important; font-weight: 400 !important; }
.consent-check input { width: auto; accent-color: var(--violet); }
.dream-form .button { border: 0; cursor: pointer; justify-self: start; }
.dream-form .button:disabled { opacity: .6; cursor: wait; }
.form-status { min-height: 1.5em; margin: 0; color: #4c4e6a !important; font: .9rem/1.4 Arial, sans-serif !important; }
.analysis-panel, .history-panel { margin-top: 36px; padding-top: 30px; border-top: 1px solid rgba(48,53,82,.2); }
.analysis-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.analysis-heading h3 { margin: 0 0 18px; font-size: 2rem; font-weight: 500; }
.analysis-meta { color: #696985; font: .72rem Arial, sans-serif; text-align: right; }
.analysis-block { margin: 18px 0; }
.analysis-block h4, .meditation h4 { margin: 0 0 8px; color: var(--violet); font: 700 .74rem Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.analysis-block ul { margin: 0; padding-left: 21px; color: #3f4260; }
.analysis-block li { margin: 7px 0; }
.meditation { margin: 24px 0; padding: 20px; border-left: 3px solid var(--violet); border-radius: 0 12px 12px 0; background: rgba(255,255,255,.55); }
.meditation p { margin: 0; color: #3f4260 !important; }
.text-button { padding: 5px 0; border: 0; color: var(--violet); background: none; cursor: pointer; font: 700 .78rem Arial, sans-serif; }
.text-button:hover { color: var(--night); }
.text-button.danger { color: #9a4d58; }
.history-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.history-item { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(48,53,82,.12); }
.history-item strong { color: #5d5f7c; font: .72rem Arial, sans-serif; }
.history-item p { margin: 5px 0 0; color: #3f4260 !important; font-size: .96rem !important; }
@media (max-width: 760px) {
  .form-grid, .form-meta { grid-template-columns: 1fr; }
  .analysis-heading, .history-item { flex-direction: column; }
  .analysis-meta { text-align: left; }
}
