:root {
  --spm-paper: #eef3f8;
  --spm-ink: #1c2430;
  --spm-accent: #7a5cff;
  --spm-fresh: #2aa778;
  --spm-panel: #ffffff;
  --spm-line: color-mix(in srgb, #1c2430 18%, transparent);
  --spm-soft: color-mix(in srgb, #7a5cff 12%, white);
  --spm-shadow: 0 22px 60px color-mix(in srgb, #1c2430 16%, transparent);
  --spm-radius: 10px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.spm-page { margin: 0; background: var(--spm-paper); color: var(--spm-ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; }
.spm-mast { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px clamp(18px, 5vw, 64px); background: color-mix(in srgb, var(--spm-paper) 88%, white); backdrop-filter: blur(16px); border-bottom: 1px solid var(--spm-line); }
.spm-mark { font-family: "Lora", Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 700; text-decoration: none; }
.spm-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 18px; font-size: .94rem; }
.spm-links a, .spm-foot a { text-decoration: none; opacity: .86; }
.spm-toggle { display: none; border: 1px solid var(--spm-line); background: var(--spm-panel); padding: 10px 14px; border-radius: var(--spm-radius); }
.spm-hero { min-height: 78vh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .85fr); gap: clamp(26px, 5vw, 70px); align-items: center; padding: clamp(34px, 7vw, 86px) clamp(18px, 6vw, 78px); }
.spm-intro h1 { font-family: "Lora", Georgia, serif; font-size: clamp(2.35rem, 6vw, 5.7rem); line-height: .96; letter-spacing: 0; margin: 10px 0 20px; max-width: 880px; }
.spm-intro p { text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--spm-accent); }
.spm-intro span { display: block; max-width: 760px; padding: 14px 16px; border-left: 4px solid var(--spm-accent); background: var(--spm-panel); box-shadow: var(--spm-shadow); border-radius: 0 var(--spm-radius) var(--spm-radius) 0; }
.spm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.spm-actions a, .spm-plan a, .spm-close a, .spm-contact button, .spm-mini button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 12px 18px; border-radius: var(--spm-radius); background: var(--spm-ink); color: white; text-decoration: none; border: 0; font-weight: 800; }
.spm-actions a + a { background: var(--spm-panel); color: var(--spm-ink); border: 1px solid var(--spm-line); }
.spm-heroart, .spm-herolist, .spm-meter { min-height: 340px; border-radius: calc(var(--spm-radius) * 1.6); background: linear-gradient(135deg, var(--spm-panel), var(--spm-soft)); box-shadow: var(--spm-shadow); padding: 28px; display: grid; gap: 16px; align-content: center; }
.spm-visual { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--spm-radius); border: 1px solid var(--spm-line); box-shadow: 0 16px 36px color-mix(in srgb, var(--spm-ink) 10%, transparent); }
.spm-heroart span, .spm-herolist b, .spm-meter strong, .spm-meter em { display: block; background: var(--spm-panel); border: 1px solid var(--spm-line); border-radius: var(--spm-radius); padding: 18px; }
.spm-meter i { display: block; width: 180px; aspect-ratio: 1; border-radius: 50%; margin: auto; background: conic-gradient(var(--spm-accent) 72%, var(--spm-paper) 0); }
.spm-band, .spm-offers, .spm-proof, .spm-library, .spm-questions, .spm-contact, .spm-close, .spm-sub { padding: clamp(38px, 7vw, 82px) clamp(18px, 6vw, 78px); }
.spm-head { max-width: 740px; margin-bottom: 24px; }
.spm-head span { color: var(--spm-accent); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.spm-head h2, .spm-contact h2, .spm-close h2, .spm-article h1 { font-family: "Lora", Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.4rem); line-height: 1.05; margin: 8px 0 0; }
.spm-tiles, .spm-plans, .spm-voices, .spm-reads, .spm-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.spm-tile, .spm-plan, .spm-voice, .spm-read, .spm-article, .spm-note, .spm-cards article { background: var(--spm-panel); border: 1px solid var(--spm-line); border-radius: var(--spm-radius); box-shadow: 0 12px 34px color-mix(in srgb, var(--spm-ink) 8%, transparent); }
.spm-tile, .spm-plan, .spm-voice, .spm-read, .spm-cards article { padding: 22px; }
.spm-plan:nth-child(2) { outline: 3px solid color-mix(in srgb, var(--spm-accent) 55%, transparent); transform: translateY(-6px); }
.spm-voice blockquote { margin: 0 0 16px; font-size: 1.05rem; }
.spm-voice span { display: block; opacity: .7; font-size: .9rem; }
.spm-read { text-decoration: none; display: grid; gap: 8px; }
.spm-read span { opacity: .76; }
.spm-faq { display: grid; gap: 12px; max-width: 920px; }
.spm-qa { border: 1px solid var(--spm-line); background: var(--spm-panel); border-radius: var(--spm-radius); overflow: hidden; }
.spm-qa button { width: 100%; text-align: left; padding: 18px; font: inherit; font-weight: 800; color: var(--spm-ink); background: transparent; border: 0; }
.spm-qa div { display: none; padding: 0 18px 18px; }
.spm-qa.spm-open div { display: block; }
.spm-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; background: color-mix(in srgb, var(--spm-fresh) 12%, var(--spm-paper)); }
.spm-contact form, .spm-mini { display: grid; gap: 14px; background: var(--spm-panel); border-radius: var(--spm-radius); border: 1px solid var(--spm-line); padding: 22px; box-shadow: var(--spm-shadow); }
label { display: grid; gap: 6px; font-weight: 750; }
input, textarea { width: 100%; border: 1px solid var(--spm-line); border-radius: calc(var(--spm-radius) - 2px); padding: 12px 13px; font: inherit; background: white; color: var(--spm-ink); }
.spm-close { text-align: center; background: var(--spm-ink); color: white; }
.spm-foot { padding: 34px clamp(18px, 6vw, 78px); background: color-mix(in srgb, var(--spm-ink) 94%, black); color: white; }
.spm-footgrid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 24px; }
.spm-footgrid div { display: grid; gap: 8px; align-content: start; }
.spm-foot span { font-weight: 900; color: var(--spm-fresh); }
.spm-cookie { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; max-width: 760px; margin: auto; display: none; align-items: center; gap: 16px; padding: 14px; background: var(--spm-panel); border: 1px solid var(--spm-line); box-shadow: var(--spm-shadow); border-radius: var(--spm-radius); }
.spm-cookie button { flex: 0 0 auto; padding: 10px 14px; border-radius: var(--spm-radius); border: 0; background: var(--spm-accent); color: white; font-weight: 900; }
.spm-article { max-width: 980px; margin: 0 auto; padding: clamp(24px, 5vw, 48px); }
.spm-article p { font-size: 1.04rem; }
.spm-crumb, .spm-date, .spm-leadline { color: color-mix(in srgb, var(--spm-ink) 68%, transparent); }
.spm-note { padding: 18px; margin: 22px 0; background: var(--spm-soft); }
@media (max-width: 820px) {
  .spm-toggle { display: inline-flex; }
  .spm-links { position: absolute; left: 12px; right: 12px; top: 68px; padding: 16px; display: none; flex-direction: column; background: var(--spm-panel); border: 1px solid var(--spm-line); border-radius: var(--spm-radius); box-shadow: var(--spm-shadow); }
  .spm-links.spm-show { display: flex; }
  .spm-hero, .spm-contact, .spm-footgrid { grid-template-columns: 1fr; }
  .spm-hero { min-height: auto; }
  .spm-plan:nth-child(2) { transform: none; }
  .spm-cookie { align-items: stretch; flex-direction: column; }
}
