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