:root {
  color-scheme: light;
  --paper: #ffffff;
  --bg: #faf8ff;
  --bg-2: #f4eefc;
  --raised: #ffffff;
  --violet: #6a2be0;
  --violet-2: #8f3fe4;
  --orchid: #b23fd0;
  --fuchsia: #d63aa0;
  --ink: #191033;
  --muted: #574c74;
  --muted-2: #8378a3;
  --line: rgba(106, 43, 224, 0.14);
  --line-strong: rgba(106, 43, 224, 0.26);
  --tint: #f6f1fe;
  --tint-2: #fdf2fb;
  --brand: linear-gradient(115deg, #6a2be0 0%, #a83fce 50%, #db3f9e 100%);
  --brand-soft: linear-gradient(120deg, rgba(106, 43, 224, 0.09), rgba(214, 58, 160, 0.09));
  --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --font-body: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", "Roboto Mono", Menlo, Consolas, monospace;
  --wrap: 1180px;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 60px -34px rgba(80, 30, 160, 0.4), 0 4px 14px -8px rgba(80, 30, 160, 0.12);
  --shadow-sm: 0 10px 30px -18px rgba(80, 30, 160, 0.3);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.05; letter-spacing: -0.015em; margin: 0; color: var(--ink); }

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
p { margin: 0 0 1rem; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }

.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; background:
  radial-gradient(1100px 640px at 82% -10%, rgba(147, 76, 231, 0.13), transparent 60%),
  radial-gradient(900px 560px at 2% 4%, rgba(230, 94, 198, 0.1), transparent 62%),
  linear-gradient(180deg, #ffffff, var(--bg) 40%);
}
.bg-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5; will-change: transform; }
.bg-orb--violet { width: 44vw; height: 44vw; top: -14vw; right: -8vw; background: radial-gradient(circle at 30% 30%, rgba(147, 76, 231, 0.5), transparent 66%); animation: drift 26s ease-in-out infinite; }
.bg-orb--fuchsia { width: 38vw; height: 38vw; bottom: -16vw; left: -10vw; background: radial-gradient(circle at 60% 40%, rgba(230, 94, 198, 0.4), transparent 64%); animation: drift 32s ease-in-out infinite reverse; }
.bg-grain { display: none; }

@keyframes drift { 0%, 100% { transform: translate3d(0, 0, 0) scale(1); } 50% { transform: translate3d(-4%, 5%, 0) scale(1.07); } }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--violet); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; z-index: 100; }
.skip-link:focus { left: 0; }

.eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--orchid); display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, var(--orchid), transparent); }

.grad { background: var(--brand); -webkit-background-clip: text; background-clip: text; color: transparent; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.07em; text-transform: uppercase; padding: 14px 24px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.2s ease, background 0.2s ease; }
.btn-solid { background: var(--brand); color: #fff; box-shadow: 0 14px 30px -12px rgba(150, 50, 200, 0.55); }
.btn-solid:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -14px rgba(180, 60, 180, 0.6); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--orchid); color: var(--violet); transform: translateY(-2px); }
.btn-lg { padding: 17px 30px; font-size: 14px; }

.link-quiet { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.05em; color: var(--muted); transition: color 0.2s ease; }
.link-quiet:hover { color: var(--ink); }

.masthead { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(255, 255, 255, 0.82); border-bottom: 1px solid var(--line); }
.masthead-row { display: flex; align-items: center; gap: 24px; height: 74px; }
.logo img { height: 34px; width: auto; }
.nav { display: flex; gap: 30px; margin-left: 18px; }
.nav a { font-size: 15px; color: var(--muted); position: relative; padding: 6px 0; transition: color 0.2s ease; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--brand); border-radius: 2px; transition: width 0.25s ease; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav a:hover::after, .nav a[aria-current="page"]::after { width: 100%; }
.masthead-actions { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.25s ease, opacity 0.2s ease; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.menu-mobile { display: none; flex-direction: column; gap: 4px; padding: 14px 24px 26px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.98); }
.menu-mobile a { padding: 13px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 16px; }
.menu-mobile a.btn { border: 1px solid transparent; margin-top: 14px; color: #fff; }

section { position: relative; }
.section { padding: 96px 0; }
.section-head { max-width: 620px; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(30px, 4.4vw, 46px); margin: 18px 0 16px; }
.section-head p { color: var(--muted); font-size: 18px; margin: 0; }
.lead { color: var(--muted); font-size: clamp(18px, 2.2vw, 21px); }

.hero { padding: 78px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(42px, 6.6vw, 78px); letter-spacing: -0.025em; }
.hero h1 em { font-style: italic; }
.hero-sub { margin: 26px 0 34px; max-width: 30ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-meta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 26px; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.03em; color: var(--muted-2); }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orchid); }

.stage { position: relative; aspect-ratio: 5 / 5.2; }
.stage-rings { position: absolute; inset: -6%; }
.stage-rings span { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 1px solid var(--line); }
.stage-rings span:nth-child(1) { width: 96%; height: 96%; }
.stage-rings span:nth-child(2) { width: 72%; height: 72%; border-color: var(--line-strong); }
.stage-rings span:nth-child(3) { width: 48%; height: 48%; }
.call { position: relative; height: 100%; border-radius: var(--radius); padding: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; overflow: hidden; }
.call::before { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(106, 43, 224, 0.05), rgba(214, 58, 160, 0.04)); pointer-events: none; }
.call-bar { position: relative; display: flex; align-items: center; gap: 7px; margin-bottom: 14px; }
.call-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-strong); }
.call-bar i:first-child { background: var(--fuchsia); }
.call-bar b { margin-left: auto; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 400; display: inline-flex; align-items: center; gap: 7px; }
.call-bar b::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #22b07a; box-shadow: 0 0 8px rgba(34, 176, 122, 0.6); animation: pulse 2.2s ease-in-out infinite; }
.call-tiles { position: relative; flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tile { border-radius: 14px; background: linear-gradient(150deg, rgba(106, 43, 224, 0.1), rgba(214, 58, 160, 0.08)); border: 1px solid var(--line); position: relative; overflow: hidden; }
.tile::after { content: attr(data-name); position: absolute; left: 10px; bottom: 8px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.05em; color: var(--muted); background: rgba(255, 255, 255, 0.86); padding: 3px 7px; border-radius: 6px; }
.tile b { position: absolute; inset: 0; margin: auto; width: 46px; height: 46px; border-radius: 50%; background: var(--brand); display: grid; place-items: center; font-family: var(--font-display); font-size: 20px; color: #fff; }
.tile--speaking { border-color: var(--orchid); box-shadow: inset 0 0 0 1px var(--orchid), 0 8px 22px -10px rgba(178, 63, 208, 0.5); }
.call-lens { position: absolute; right: -30px; bottom: 42px; width: 118px; height: 118px; z-index: 3; filter: drop-shadow(0 12px 22px rgba(150, 50, 200, 0.3)); animation: bob 6s ease-in-out infinite; }
.call-dock { position: relative; display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.call-dock i { width: 38px; height: 38px; border-radius: 11px; background: var(--tint); border: 1px solid var(--line); }
.call-dock i.hot { background: var(--brand); border-color: transparent; }

@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@keyframes bob { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-12px) rotate(2deg); } }

.marquee { border-block: 1px solid var(--line); padding: 22px 0; background: rgba(255, 255, 255, 0.5); }
.marquee-row { display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted-2); }
.marquee-row span { display: inline-flex; align-items: center; gap: 10px; }
.marquee-row span::before { content: "◆"; color: var(--orchid); font-size: 9px; }

.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.card { position: relative; border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper); padding: 30px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }
.card:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.card h3 { font-size: 23px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 15.5px; margin: 0; }
.card .ico { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 20px; background: var(--brand-soft); border: 1px solid var(--line); color: var(--violet); }
.card .ico svg { width: 22px; height: 22px; }
.card--wide { grid-column: span 3; }
.card--tall { grid-column: span 3; }
.card--half { grid-column: span 2; }
.card--feature { grid-column: span 3; background: linear-gradient(150deg, rgba(106, 43, 224, 0.08), rgba(214, 58, 160, 0.06)); border-color: var(--line-strong); }
.card--feature .big { font-family: var(--font-display); font-size: clamp(40px, 6vw, 58px); line-height: 1; margin: 6px 0 4px; }
.card--feature small { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

.band { border-radius: 30px; padding: 64px; background: linear-gradient(135deg, #fbf7ff, #fdf1fa); border: 1px solid var(--line-strong); position: relative; overflow: hidden; box-shadow: var(--shadow-sm); }
.band::before { content: ""; position: absolute; width: 440px; height: 440px; right: -130px; top: -160px; background: radial-gradient(circle, rgba(214, 58, 160, 0.16), transparent 66%); }
.band-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.band h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 16px; }
.band ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.band li { display: flex; gap: 14px; align-items: flex-start; }
.band li b { font-family: var(--font-body); font-weight: 600; color: var(--ink); }
.band li p { margin: 3px 0 0; color: var(--muted); font-size: 15px; }
.check { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 8px; background: var(--brand); display: grid; place-items: center; color: #fff; }
.check svg { width: 15px; height: 15px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step { padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper); position: relative; box-shadow: var(--shadow-sm); }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.1em; color: var(--orchid); }
.step h3 { font-size: 21px; margin: 14px 0 8px; }
.step p { color: var(--muted); font-size: 15px; margin: 0; }

.pricing-toggle { display: inline-flex; align-items: center; gap: 4px; padding: 5px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow-sm); font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 44px; }
.pricing-toggle button { border: 0; background: none; color: var(--muted); padding: 10px 20px; border-radius: 999px; cursor: pointer; transition: color 0.2s ease, background 0.2s ease; }
.pricing-toggle button.on { background: var(--brand); color: #fff; }
.pricing-toggle .save { color: var(--orchid); text-transform: none; letter-spacing: 0; padding-right: 10px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan { display: flex; flex-direction: column; border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper); padding: 34px 30px; box-shadow: var(--shadow-sm); }
.plan--hot { border-color: var(--line-strong); background: linear-gradient(160deg, #fbf7ff, #fdf1fa); box-shadow: var(--shadow); }
.plan-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orchid); }
.plan h3 { font-size: 26px; margin: 8px 0 4px; }
.plan .price { font-family: var(--font-display); font-size: 46px; line-height: 1.1; margin: 16px 0 2px; }
.plan .price small { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.03em; color: var(--muted); text-transform: none; }
.plan .price[data-annual] { display: none; }
.plans.is-annual .price[data-annual] { display: block; }
.plans.is-annual .plan:has(.price[data-annual]) .price:not([data-annual]) { display: none; }
.plan-note { color: var(--muted); font-size: 14px; min-height: 42px; }
.plan ul { list-style: none; margin: 22px 0 26px; padding: 0; display: grid; gap: 12px; }
.plan li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--ink); }
.plan li svg { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 4px; color: var(--orchid); }
.plan .btn { margin-top: auto; width: 100%; }

.faq { display: grid; gap: 12px; max-width: 820px; }
.qa { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); overflow: hidden; box-shadow: var(--shadow-sm); }
.qa summary { list-style: none; cursor: pointer; padding: 22px 24px; display: flex; align-items: center; gap: 16px; font-family: var(--font-display); font-size: 19px; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; margin-left: auto; font-family: var(--font-mono); font-size: 22px; color: var(--orchid); transition: transform 0.25s ease; }
.qa[open] summary::after { transform: rotate(45deg); }
.qa-body { padding: 0 24px 22px; color: var(--muted); font-size: 15.5px; }

.cta { text-align: center; border-radius: 30px; padding: 74px 40px; background: linear-gradient(135deg, #fbf7ff, #fdf1fa); border: 1px solid var(--line-strong); position: relative; overflow: hidden; box-shadow: var(--shadow); }
.cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(560px 240px at 50% -10%, rgba(214, 58, 160, 0.12), transparent 70%); }
.cta h2 { position: relative; font-size: clamp(32px, 5vw, 52px); margin-bottom: 16px; }
.cta p { position: relative; color: var(--muted); max-width: 46ch; margin: 0 auto 30px; }
.cta .hero-cta { position: relative; justify-content: center; }

.footer { border-top: 1px solid var(--line); padding: 66px 0 34px; margin-top: 40px; background: rgba(255, 255, 255, 0.6); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand img { height: 32px; width: auto; margin-bottom: 18px; }
.footer-brand p { color: var(--muted); font-size: 14.5px; max-width: 34ch; }
.footer-flag { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.07em; color: var(--orchid); }
.footer-col h2 { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; font-weight: 400; }
.footer-col a { display: block; color: var(--muted); font-size: 15px; padding: 5px 0; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--violet); }
.footer-fine { color: var(--muted-2); font-size: 13px; margin-top: 12px; }
.footer-base { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.03em; color: var(--muted-2); }
.footer-base p { margin: 0; }

.page-hero { padding: 76px 0 20px; max-width: 760px; }
.page-hero h1 { font-size: clamp(38px, 5.6vw, 64px); }
.page-hero .lead { margin-top: 22px; }

.prose { max-width: 760px; }
.prose h2 { font-size: 26px; margin: 40px 0 12px; }
.prose p, .prose li { color: var(--muted); }
.prose a { color: var(--violet); }
.prose ul { padding-left: 20px; }

.contact-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 56px; align-items: start; }
.contact-card { border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--paper); padding: 34px; box-shadow: var(--shadow-sm); }
.contact-card h3 { font-size: 22px; margin-bottom: 8px; }
.contact-card p { color: var(--muted); font-size: 15px; }
.contact-mail { font-family: var(--font-mono); font-size: 16px; color: var(--violet); word-break: break-all; }
.field { display: block; margin-bottom: 18px; }
.field span { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.11em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.field input, .field textarea { width: 100%; background: #fff; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--ink); font: inherit; font-size: 15px; padding: 13px 15px; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 3px rgba(106, 43, 224, 0.1); }
.field textarea { min-height: 130px; resize: vertical; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.is-visible { opacity: 1; transform: none; }

.hero-art { position: relative; }
.hero-art .art-call { width: 100%; height: auto; animation: floaty 7s ease-in-out infinite; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.band-art { display: flex; align-items: center; justify-content: center; }
.band-art .art-sov { width: 100%; max-width: 340px; height: auto; }
.band-points { list-style: none; margin: 44px 0 0; padding: 34px 0 0; border-top: 1px solid var(--line-strong); display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.band-points li { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.band-points .check { width: 30px; height: 30px; }
.band-points b { font-family: var(--font-body); font-weight: 600; color: var(--ink); font-size: 15px; }
.band-points p { margin: 0; color: var(--muted); font-size: 14px; }

.cta-pro { position: relative; border-radius: 30px; overflow: hidden; background: linear-gradient(125deg, #6a2be0 0%, #a83fce 52%, #db3f9e 100%); color: #fff; padding: 62px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; box-shadow: 0 34px 74px -36px rgba(120, 40, 180, 0.65); }
.cta-pro::before { content: ""; position: absolute; width: 420px; height: 420px; right: -90px; bottom: -170px; background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 66%); }
.cta-pro::after { content: ""; position: absolute; width: 260px; height: 260px; left: -120px; top: -140px; background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 66%); }
.cta-pro-copy { position: relative; }
.cta-pro h2 { color: #fff; font-size: clamp(30px, 4vw, 46px); margin: 18px 0 14px; }
.cta-pro p { color: rgba(255, 255, 255, 0.88); max-width: 42ch; margin: 0 0 28px; }
.eyebrow--light { color: rgba(255, 255, 255, 0.9); }
.eyebrow--light::before { background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), transparent); }
.btn-white { background: #fff; color: var(--violet); box-shadow: 0 12px 26px -12px rgba(0, 0, 0, 0.3); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -14px rgba(0, 0, 0, 0.4); }
.btn-outline-light { background: rgba(255, 255, 255, 0.06); color: #fff; border-color: rgba(255, 255, 255, 0.55); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255, 255, 255, 0.16); transform: translateY(-2px); }
.cta-pro-art { position: relative; display: flex; justify-content: center; }
.cta-pro-art .art-cta { width: 100%; max-width: 270px; height: auto; animation: floaty 8s ease-in-out infinite; }

.section-wave { display: block; }
.art-wave { width: 100%; height: 44px; display: block; opacity: 0.85; }

@media (max-width: 940px) {
  .cta-pro { grid-template-columns: 1fr; padding: 44px 32px; text-align: left; }
  .cta-pro-art { max-width: 200px; margin-top: 10px; }
  .band-points { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .hero-grid, .band-grid, .contact-grid { grid-template-columns: 1fr; }
  .stage { max-width: 460px; margin: 8px auto 0; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .card--wide, .card--tall, .card--feature, .card--half { grid-column: span 2; }
  .band { padding: 44px 30px; }
  .nav, .masthead-actions { display: none; }
  .burger { display: flex; }
  .menu-mobile[data-open="true"] { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 560px) {
  .section { padding: 68px 0; }
  .bento { grid-template-columns: 1fr; }
  .card--wide, .card--tall, .card--feature, .card--half { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .cta { padding: 54px 24px; }
  .cta-pro { padding: 36px 24px; }
  .band-points { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
