:root {
  --paper: #fafae8;
  --ink: #1b1b18;
  --cream: #fbfbea;
  --green: #0b4a3d;
  --dark: #1c1c1a;
  --lilac: #e9d0f8;
  --orange: #f79e38;
  --muted: #6b665b;
  --display: "Iowan Old Style", Baskerville, "Times New Roman", "Noto Serif SC", "Songti SC", SimSun, serif;
  --body: Inter, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.topbar { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.toplinks { display: flex; align-items: center; gap: 5px; }
.toplinks a, .toplinks button { padding: 9px 13px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: 13px; font-weight: 850; }
.toplinks a:hover, .toplinks a[aria-current="page"] { background: var(--ink); color: var(--cream); }
.toplinks button { border: 1px solid #b8b4a4; color: var(--muted); }
.hero { min-height: 515px; padding: clamp(34px, 6vw, 72px); border: 3px solid var(--ink); border-radius: 54px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hero--home { min-height: 0; align-items: center; background: var(--cream); text-align: center; }
.hero--lilac { background: var(--lilac); }
.hero--green { background: var(--green); color: var(--cream); }
.hero--dark { background: var(--dark); color: var(--cream); }
.hero-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.eyebrow { font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.circle-no { width: 52px; height: 52px; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; font-family: var(--display); font-size: 21px; font-style: italic; }
.hero h1 { margin: 30px 0 20px; font-family: var(--display); font-size: clamp(68px, 10vw, 128px); font-weight: 450; letter-spacing: -.055em; line-height: .84; }
.hero h1 em { color: var(--orange); font-weight: 450; }
.hero--green h1 em, .hero--dark h1 em { color: #ddc4f5; }
.hero-lead { max-width: 780px; margin: 0; font-size: clamp(20px, 2.5vw, 31px); font-weight: 850; line-height: 1.35; }
.home-logo { width: 88px; height: 88px; margin-bottom: 18px; object-fit: contain; }
.home-kicker { color: #72518a; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.home-title { margin: 15px 0 8px !important; font-family: var(--body) !important; font-size: clamp(48px, 8vw, 86px) !important; font-weight: 350 !important; letter-spacing: .02em !important; line-height: 1.05 !important; }
.home-title strong { color: #e97924; font-weight: 350; }
.home-sub { margin: 0; font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.promise { margin-top: 30px; padding: 18px 22px; border: 2px solid var(--ink); border-radius: 20px; background: var(--cream); color: var(--ink); font-size: clamp(16px, 2vw, 22px); font-weight: 750; text-align: center; }
.promise strong { color: #d8661b; }
.section { padding-top: clamp(72px, 10vw, 116px); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; }
.kicker { grid-column: 1 / -1; margin: 0 0 -15px; color: #72518a; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.section-head h2 { margin: 0; font-family: var(--display); font-size: clamp(46px, 6.3vw, 74px); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.section-head > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 18px; font-weight: 650; line-height: 1.7; }
.portal-grid { margin: 24px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.portal { min-height: 325px; padding: 28px; border: 3px solid var(--ink); border-radius: 36px; display: flex; flex-direction: column; transition: transform .2s ease; }
.portal:hover { transform: translateY(-5px); }
.portal:nth-child(1) { background: var(--lilac); }
.portal:nth-child(2) { background: var(--dark); color: var(--cream); }
.portal:nth-child(3) { background: var(--green); color: var(--cream); }
.portal-top { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; font-weight: 850; }
.portal h2 { margin: 45px 0 6px; font-family: var(--display); font-size: 38px; font-weight: 500; line-height: 1.05; }
.portal p { margin: 0; font-size: 15px; font-weight: 650; line-height: 1.65; }
.portal-action { margin-top: auto; padding-top: 22px; font-weight: 900; }
.outcome-grid, .prompt-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.outcome-card, .prompt-card { padding: 27px; border: 2px solid var(--ink); border-radius: 30px; background: var(--cream); }
.outcome-card:nth-child(3n + 2), .prompt-card:nth-child(4n + 2), .prompt-card:nth-child(4n + 3) { background: var(--lilac); }
.outcome-card:nth-child(3n) { background: var(--green); color: var(--cream); }
.card-no { font-family: var(--display); font-size: 29px; font-style: italic; }
.outcome-card h3 { min-height: 2.3em; margin: 28px 0 16px; font-size: clamp(25px, 3vw, 34px); line-height: 1.15; }
.outcome-card p { margin: 7px 0 0; font-size: 15px; line-height: 1.55; }
.method-list { margin: 42px 0 0; padding: 0; border-top: 3px solid var(--ink); list-style: none; }
.method-list li { padding: 26px 0; border-bottom: 2px solid var(--ink); display: grid; grid-template-columns: 90px 1fr; gap: 20px; }
.method-list li > span { font-family: var(--display); font-size: 36px; font-style: italic; }
.method-list p { margin: 0; font-size: 18px; line-height: 1.65; }
.method-list strong { display: block; font-size: 23px; }
.event { margin-top: 110px; padding: clamp(40px, 7vw, 76px); border: 3px solid var(--ink); border-radius: 50px; background: var(--dark); color: var(--cream); text-align: center; }
.event .kicker { margin: 0; color: var(--orange); }
.event h2 { margin: 8px 0 12px; font-family: var(--display); font-size: clamp(38px, 6vw, 66px); font-weight: 500; }
.event-date { margin: 0; color: #ddc4f5; font-family: var(--display); font-size: clamp(40px, 7vw, 76px); line-height: 1.05; }
.event-note { color: #d2cec1; font-weight: 700; }
.fact-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.fact-row span { padding: 9px 15px; border: 1px solid #757066; border-radius: 999px; font-size: 13px; }
.steps { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.steps span { padding: 9px 15px; border: 2px solid currentColor; border-radius: 999px; font-weight: 850; }
.prompt-head { min-height: 88px; display: grid; grid-template-columns: 52px 1fr; gap: 15px; }
.prompt-head .card-no { width: 50px; height: 50px; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-size: 20px; }
.prompt-head h2 { margin: 0; font-size: 26px; line-height: 1.18; }
.prompt-use { margin: 7px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.prompt-text { margin: 22px 0 18px; padding: 18px; border-left: 4px solid var(--orange); background: rgba(255,255,255,.65); font-size: 15px; font-weight: 650; line-height: 1.75; }
.copy-btn { padding: 12px 18px; border: 2px solid var(--ink); border-radius: 999px; float: right; background: var(--ink); color: var(--cream); cursor: pointer; font-weight: 850; }
.copy-btn:hover { background: var(--orange); color: var(--ink); }
.price-row { margin-top: 36px; border: 3px solid var(--ink); border-radius: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; }
.price-row div { padding: 27px 18px; display: grid; justify-items: center; background: var(--cream); }
.price-row div + div { border-left: 2px solid var(--ink); }
.price-row .hot { background: var(--orange); }
.price-row strong { font-family: var(--display); font-size: 46px; font-style: italic; font-weight: 500; }
.price-row span { font-size: 14px; font-weight: 850; }
.service-group { margin-top: 24px; border: 3px solid var(--ink); border-radius: 42px; overflow: hidden; }
.service-group header { padding: 28px 32px; }
.service-group header small { font-size: 10px; font-weight: 900; letter-spacing: .16em; opacity: .7; }
.service-group header h2 { margin: 4px 0 0; font-family: var(--display); font-size: 44px; font-weight: 500; }
.service-group.dark header { background: var(--dark); color: var(--cream); }
.service-group.green header { background: var(--green); color: var(--cream); }
.service-group.lilac header { background: var(--lilac); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: var(--ink); }
.service-card { min-height: 190px; padding: 28px; background: var(--cream); }
.service-card h3 { margin: 22px 0 9px; font-size: 26px; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.footer { padding: 44px 0 66px; color: #8f897c; font-size: 13px; font-weight: 700; text-align: center; }
.access-page { min-height: 100svh; padding: 28px; display: grid; place-items: center; background: radial-gradient(circle at 12% 12%, rgba(233,208,248,.8), transparent 31%), radial-gradient(circle at 88% 82%, rgba(247,158,56,.28), transparent 28%), var(--paper); }
.access-card { width: min(520px, 100%); padding: clamp(30px, 5vw, 54px); border: 3px solid var(--ink); border-radius: 42px; background: var(--cream); box-shadow: 12px 14px 0 var(--ink); }
.access-logo { width: 60px; height: 60px; object-fit: contain; }
.access-badge { margin-top: 18px; padding: 8px 15px; border: 2px solid var(--ink); border-radius: 999px; display: inline-flex; background: var(--lilac); font-size: 13px; font-weight: 900; }
.access-card h1 { margin: 22px 0 0; font-family: var(--display); font-size: clamp(42px, 8vw, 64px); font-weight: 500; letter-spacing: -.04em; line-height: 1.02; }
.access-card > p { color: var(--muted); font-weight: 650; line-height: 1.7; }
.access-form { display: grid; gap: 11px; }
.access-form label { font-size: 14px; font-weight: 850; }
.access-form input { width: 100%; padding: 16px 18px; border: 2px solid var(--ink); border-radius: 16px; outline: 0; background: #fff; font-size: 17px; font-weight: 750; }
.access-form input:focus { box-shadow: 0 0 0 4px rgba(247,158,56,.38); }
.access-form button { min-height: 54px; border: 2px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--cream); cursor: pointer; font-weight: 900; }
.access-error { min-height: 23px; margin: 10px 0 0; color: #a93627 !important; font-size: 14px; font-weight: 800 !important; }
@media (max-width: 800px) {
  .shell { width: calc(100% - 24px); }
  .brand span { display: none; }
  .toplinks a, .toplinks button { padding: 8px 8px; font-size: 12px; }
  .hero { min-height: 495px; padding: 28px 22px; border-radius: 34px; }
  .hero--home { min-height: 0; }
  .hero h1 { font-size: clamp(60px, 19vw, 86px); }
  .home-title { font-size: clamp(46px, 14vw, 66px) !important; }
  .hero-lead { font-size: 20px; }
  .promise { padding: 15px 14px; font-size: 15px; line-height: 1.55; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .section-head h2 { font-size: 48px; }
  .section-head > p { font-size: 16px; }
  .portal-grid, .outcome-grid, .prompt-grid, .service-grid { grid-template-columns: 1fr; }
  .portal { min-height: 270px; }
  .outcome-card h3, .prompt-head { min-height: 0; }
  .method-list li { grid-template-columns: 58px 1fr; }
  .method-list strong { font-size: 19px; }
  .method-list p { font-size: 15px; }
  .event { border-radius: 34px; }
  .event-date { font-size: 43px; }
  .price-row { grid-template-columns: 1fr; }
  .price-row div + div { border-top: 2px solid var(--ink); border-left: 0; }
  .service-group { border-radius: 30px; }
  .service-card { min-height: 0; }
  .access-page { padding: 30px 18px; }
  .access-card { padding: 30px 24px; border-radius: 30px; box-shadow: 7px 8px 0 var(--ink); }
}
