:root {
  --sv-ink: #102f43;
  --sv-ink-soft: #365a6d;
  --sv-blue: #087ac1;
  --sv-blue-deep: #045c9c;
  --sv-cyan: #42d4e6;
  --sv-aqua: #dff8fb;
  --sv-lime: #d6f45f;
  --sv-coral: #ff785a;
  --sv-coral-ink: #b44730;
  --sv-cream: #fff9ed;
  --sv-paper: #f7fcfd;
  --sv-white: #fff;
  --sv-line: rgba(16, 47, 67, .15);
  --sv-shadow: 0 30px 80px rgba(6, 74, 114, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sv-body {
  margin: 0;
  color: var(--sv-ink);
  background: var(--sv-paper);
  font-family: "Manrope", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.sv-portal-header {
  position: relative;
  z-index: 30;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(16, 47, 67, .08);
}
.sv-header-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--sv-line);
  border-radius: 999px;
  color: var(--sv-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.sv-header-label-short { display: none; }

.sv-shell {
  position: relative;
  width: min(1240px, calc(100% - 56px));
  margin-inline: auto;
}
.sv-section { position: relative; padding: 112px 0; }
.sv-kicker,
.sv-eyebrow {
  margin: 0 0 18px;
  color: var(--sv-blue-deep);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sv-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 54px;
}
.sv-section-head h2 {
  margin: 0;
  max-width: 760px;
  color: var(--sv-ink);
  font-size: clamp(42px, 5.2vw, 78px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.045em;
}
.sv-section-head h2 em {
  color: var(--sv-blue);
  font-style: normal;
}
.sv-section-head > p {
  margin: 0 0 5px;
  color: var(--sv-ink-soft);
  font-size: 17px;
  line-height: 1.72;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

.sv-hero {
  position: relative;
  min-height: 900px;
  padding: 78px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(214, 244, 95, .48), transparent 25%),
    radial-gradient(circle at 91% 13%, rgba(66, 212, 230, .28), transparent 28%),
    linear-gradient(150deg, #f6fdff 0%, #e9f8ff 58%, #f8fcf5 100%);
}
.sv-hero::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -175px;
  left: -6%;
  height: 240px;
  border-radius: 50% 50% 0 0 / 58% 58% 0 0;
  background: var(--sv-white);
}
.sv-orbit {
  position: absolute;
  border: 1px solid rgba(8, 122, 193, .19);
  border-radius: 50%;
  pointer-events: none;
}
.sv-orbit::before,
.sv-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--sv-coral);
}
.sv-orbit--a { top: 150px; left: -240px; width: 510px; height: 510px; }
.sv-orbit--a::before { top: 100px; right: -8px; width: 22px; height: 22px; }
.sv-orbit--b { right: -100px; bottom: 150px; width: 260px; height: 260px; }
.sv-orbit--b::after { bottom: 30px; left: 6px; width: 15px; height: 15px; background: var(--sv-lime); }

.sv-hero-grid {
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 68px;
}
.sv-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 52px;
  color: rgba(16, 47, 67, .56);
  font-size: 12px;
  font-weight: 700;
}
.sv-crumbs a { color: inherit; text-decoration: none; }
.sv-eyebrow { display: flex; align-items: center; gap: 10px; }
.sv-eyebrow i { width: 28px; height: 3px; border-radius: 99px; background: var(--sv-coral); }
.sv-hero h1 {
  margin: 0;
  color: var(--sv-blue-deep);
  font-family: "Rubik Mono One", "Manrope", sans-serif;
  font-size: clamp(72px, 9.3vw, 140px);
  font-weight: 400;
  line-height: .72;
  letter-spacing: -.045em;
  text-transform: lowercase;
}
.sv-hero h1 span { color: var(--sv-ink); }
.sv-hero h1 em { color: var(--sv-blue); font-style: normal; }
.sv-alias {
  margin: 34px 0 0;
  color: var(--sv-ink-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sv-lead {
  max-width: 670px;
  margin: 26px 0 0;
  color: var(--sv-ink-soft);
  font-size: 18px;
  line-height: 1.68;
}
.sv-lead strong { color: var(--sv-ink); font-weight: 800; }
.sv-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.sv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.sv-button:hover { transform: translateY(-2px); }
.sv-button--primary { color: #fff; background: var(--sv-blue); box-shadow: 0 14px 30px rgba(8, 122, 193, .25); }
.sv-button--primary:hover { box-shadow: 0 18px 36px rgba(8, 122, 193, .35); }
.sv-button--phone { color: var(--sv-ink); border-color: var(--sv-line); background: rgba(255,255,255,.68); }
.sv-button--utility {
  color: var(--sv-ink);
  border-color: var(--sv-line);
  background: rgba(255, 255, 255, .42);
  cursor: pointer;
  font-family: inherit;
}
.sv-button--utility.is-fav,
.sv-button--utility.is-cmp {
  color: #fff;
  border-color: var(--sv-blue-deep);
  background: var(--sv-blue-deep);
}
.sv-verified { margin: 18px 0 0; color: rgba(16, 47, 67, .6); font-size: 11px; font-weight: 700; }
.sv-verified span { color: var(--sv-lime); text-shadow: 0 0 0 var(--sv-ink); }

.sv-hero-media { position: relative; min-height: 630px; }
.sv-photo { margin: 0; }
.sv-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sv-photo--hero {
  position: absolute;
  top: 0;
  right: 5%;
  width: 85%;
  height: 575px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, .78);
  border-radius: 44% 44% 20% 44% / 34% 42% 30% 48%;
  box-shadow: var(--sv-shadow);
  transform: rotate(1.5deg);
}
.sv-photo--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 56%, rgba(4, 52, 89, .42));
}
.sv-photo figcaption,
.sv-team-wide figcaption,
.sv-events figure figcaption,
.sv-cinema small,
.sv-audience-photo figcaption,
.sv-method-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(8, 33, 51, .72);
  font-size: 9px;
  line-height: 1.25;
  backdrop-filter: blur(10px);
}
.sv-bubble {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 18px 50px rgba(16, 47, 67, .17);
}
.sv-bubble strong { font-size: 42px; line-height: .95; letter-spacing: -.05em; }
.sv-bubble span { margin-top: 6px; font-size: 10px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.sv-bubble--years { top: 20px; left: -6px; width: 154px; height: 154px; color: var(--sv-ink); background: var(--sv-lime); transform: rotate(-7deg); }
.sv-bubble--places { right: -8px; bottom: 35px; width: 132px; height: 132px; color: var(--sv-ink); background: var(--sv-coral); transform: rotate(8deg); }
.sv-splash { position: absolute; bottom: 5px; left: 25px; width: 170px; fill: none; stroke: var(--sv-blue); stroke-width: 5; stroke-linecap: round; }

.sv-proof {
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 70px;
  overflow: hidden;
  border: 1px solid var(--sv-line);
  border-radius: 28px;
  background: var(--sv-line);
  box-shadow: 0 20px 70px rgba(8, 82, 128, .1);
}
.sv-proof article { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; min-height: 118px; padding: 26px 30px; background: rgba(255, 255, 255, .88); }
.sv-proof article strong { color: var(--sv-blue); font-size: 42px; line-height: 1; letter-spacing: -.055em; }
.sv-proof article p { margin: 0; color: var(--sv-ink-soft); font-size: 12px; font-weight: 700; line-height: 1.48; }
.sv-proof small { grid-column: 1 / -1; padding: 10px 20px; color: rgba(16, 47, 67, .6); background: #edf8fa; font-size: 10px; text-align: center; }
.sv-jump { z-index: 4; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.sv-jump a { padding: 10px 15px; border-radius: 999px; color: var(--sv-ink-soft); background: rgba(255,255,255,.68); font-size: 11px; font-weight: 800; text-decoration: none; }

.sv-for { padding-top: 160px; background: #fff; }
.sv-audience-grid { display: grid; grid-template-columns: 1fr 1fr .78fr; gap: 18px; }
.sv-audience {
  min-height: 430px;
  padding: 38px;
  border-radius: 34px;
  overflow: hidden;
}
.sv-audience > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: #fff; background: var(--sv-ink); font-size: 12px; font-weight: 800; }
.sv-audience h3 { margin: 98px 0 22px; font-size: 42px; line-height: 1; letter-spacing: -.045em; }
.sv-audience p { margin: 0; font-size: 15px; line-height: 1.68; }
.sv-audience strong { display: block; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(16, 47, 67, .2); font-size: 12px; line-height: 1.5; }
.sv-audience--blue { color: #fff; background: var(--sv-blue); }
.sv-audience--blue > span { color: var(--sv-blue); background: #fff; }
.sv-audience--blue strong { border-color: rgba(255,255,255,.32); }
.sv-audience--lime { color: var(--sv-ink); background: var(--sv-lime); }
.sv-audience-photo { position: relative; min-height: 430px; margin: 0; overflow: hidden; border-radius: 180px 180px 34px 34px; }
.sv-audience-photo img { width: 100%; height: 100%; object-fit: cover; }

.sv-method { color: #fff; background: var(--sv-blue-deep); }
.sv-method::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image: radial-gradient(rgba(255,255,255,.13) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  pointer-events: none;
}
.sv-section-head--light h2,
.sv-section-head--light > p { color: #fff; }
.sv-section-head--light h2 em { color: var(--sv-lime); }
.sv-section-head--light > p { opacity: .76; }
.sv-method .sv-kicker,
.sv-team .sv-kicker { color: var(--sv-lime); }
.sv-method-grid { display: grid; grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr); gap: 74px; align-items: center; }
.sv-method-photo { position: relative; height: 690px; margin: 0; overflow: hidden; border-radius: 240px 240px 40px 40px; box-shadow: 0 25px 80px rgba(0,0,0,.25); }
.sv-method-photo img { width: 100%; height: 100%; object-fit: cover; }
.sv-method-list { margin: 0; padding: 0; list-style: none; }
.sv-method-list li { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.sv-method-list li:first-child { border-top: 1px solid rgba(255,255,255,.18); }
.sv-method-list li > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--sv-lime); font-size: 13px; font-weight: 800; }
.sv-method-list h3 { margin: 0 0 9px; color: #fff; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }
.sv-method-list p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; }
.sv-senses { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; margin-top: 74px; padding: 46px 52px; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; background: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.sv-senses h3 { margin: 0 0 18px; font-size: 32px; line-height: 1.12; letter-spacing: -.035em; }
.sv-senses p { margin: 0; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.72; }
.sv-senses ul { display: flex; align-content: center; justify-content: center; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.sv-senses li { align-self: center; padding: 11px 16px; border-radius: 999px; color: var(--sv-ink); background: var(--sv-lime); font-size: 11px; font-weight: 800; }
.sv-senses li:nth-child(2n) { color: var(--sv-ink); background: var(--sv-coral); }

.sv-formats { background: var(--sv-cream); }
.sv-format-rail { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--sv-line); border-radius: 30px; overflow: hidden; }
.sv-format-rail article { min-height: 260px; padding: 30px; border-right: 1px solid var(--sv-line); background: rgba(255,255,255,.48); }
.sv-format-rail article:last-child { border: 0; }
.sv-format-rail b { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--sv-blue); font-size: 11px; }
.sv-format-rail article:nth-child(2) b { color: var(--sv-ink); background: var(--sv-lime); }
.sv-format-rail article:nth-child(3) b { color: var(--sv-ink); background: var(--sv-coral); }
.sv-format-rail article:nth-child(4) b { background: var(--sv-ink); }
.sv-format-rail h3 { margin: 54px 0 16px; font-size: 24px; line-height: 1.12; letter-spacing: -.035em; }
.sv-format-rail p { margin: 0; color: var(--sv-ink-soft); font-size: 13px; line-height: 1.65; }
.sv-cinema { position: relative; height: 500px; margin-top: 20px; overflow: hidden; border-radius: 30px; }
.sv-cinema::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 50, 77, .78), transparent 65%); }
.sv-cinema img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sv-cinema > div { position: absolute; z-index: 2; top: 50%; left: 52px; max-width: 440px; transform: translateY(-50%); }
.sv-cinema p { margin: 0; color: #fff; font-size: 29px; font-weight: 800; line-height: 1.25; letter-spacing: -.035em; }
.sv-cinema small { right: auto; left: 0; bottom: -75px; }

.sv-places { background: #fff; }
.sv-place-list { border-top: 1px solid var(--sv-line); }
.sv-place-list article { display: grid; grid-template-columns: 90px 1fr 58px; align-items: center; gap: 24px; min-height: 158px; padding: 23px 4px; border-bottom: 1px solid var(--sv-line); transition: padding .25s ease, background .25s ease; }
.sv-place-list article:hover { padding-inline: 22px; background: var(--sv-aqua); }
.sv-place-list article > span { color: var(--sv-blue); font-size: 12px; font-weight: 800; }
.sv-place-list article div > p { margin: 0 0 5px; color: var(--sv-coral-ink); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.sv-place-list h3 { margin: 0 0 8px; font-size: 30px; line-height: 1.1; letter-spacing: -.035em; }
.sv-place-list address { color: var(--sv-ink-soft); font-size: 14px; font-style: normal; }
.sv-place-list article > a { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: #fff; background: var(--sv-blue); font-size: 23px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.sv-place-list article > a:hover { transform: rotate(12deg); background: var(--sv-coral-ink); }
.sv-place-note { display: grid; grid-template-columns: 160px 1fr; gap: 40px; margin-top: 24px; padding: 28px 34px; border-radius: 24px; background: var(--sv-aqua); }
.sv-place-note strong { font-size: 18px; }
.sv-place-note p { margin: 0; color: var(--sv-ink-soft); font-size: 14px; line-height: 1.7; }

.sv-team { color: #fff; background: var(--sv-ink); }
.sv-team::after { content: ""; position: absolute; top: 0; right: -180px; width: 520px; height: 520px; border: 120px solid rgba(66, 212, 230, .08); border-radius: 50%; }
.sv-team-wide { position: relative; z-index: 1; height: 560px; margin: 0; overflow: hidden; border-radius: 34px; }
.sv-team-wide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,28,41,.46)); }
.sv-team-wide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sv-founder { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .85fr; gap: 80px; margin: -52px 36px 0; padding: 42px 48px; border-radius: 30px; color: var(--sv-ink); background: var(--sv-lime); }
.sv-founder h3 { margin: 0 0 14px; font-size: 39px; line-height: 1; letter-spacing: -.04em; }
.sv-founder p { margin: 0; font-size: 14px; line-height: 1.7; }
.sv-founder-note { align-self: center; padding-left: 28px; border-left: 2px solid rgba(16,47,67,.28); }
.sv-founder-note strong { display: block; margin-bottom: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.sv-founder-note p { font-size: 17px; font-weight: 700; line-height: 1.55; }
.sv-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 54px; }
.sv-team-grid article { min-height: 240px; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.04); }
.sv-team-grid article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--sv-ink); background: var(--sv-cyan); font-size: 11px; font-weight: 800; }
.sv-team-grid article:nth-child(3n) > span { background: var(--sv-coral); }
.sv-team-grid article:nth-child(3n + 2) > span { background: var(--sv-lime); }
.sv-team-grid h3 { margin: 49px 0 13px; color: #fff; font-size: 17px; line-height: 1.2; }
.sv-team-grid p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.6; }

.sv-events { background: var(--sv-aqua); }
.sv-events-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 90px; }
.sv-events h2 { margin: 0 0 28px; font-size: clamp(44px, 5vw, 76px); line-height: 1; letter-spacing: -.05em; }
.sv-events p:not(.sv-kicker) { max-width: 690px; margin: 0 0 17px; color: var(--sv-ink-soft); font-size: 16px; line-height: 1.72; }
.sv-events figure { position: relative; height: 610px; margin: 0; overflow: hidden; border-radius: 230px 230px 36px 36px; box-shadow: var(--sv-shadow); }
.sv-events figure img { width: 100%; height: 100%; object-fit: cover; }
.sv-events figure figcaption { top: 14px; bottom: auto; }

.sv-first { background: var(--sv-cream); }
.sv-first-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 20px; }
.sv-checklist { padding: 42px; border: 1px solid var(--sv-line); border-radius: 30px; background: #fff; }
.sv-checklist h3 { margin: 0 0 25px; font-size: 26px; letter-spacing: -.03em; }
.sv-checklist ol { margin: 0; padding: 0; list-style: none; }
.sv-checklist li { display: grid; grid-template-columns: 38px 1fr; gap: 17px; padding: 18px 0; border-top: 1px solid var(--sv-line); }
.sv-checklist li span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--sv-blue); font-size: 11px; font-weight: 800; }
.sv-checklist li p { margin: 4px 0 0; color: var(--sv-ink-soft); font-size: 14px; line-height: 1.55; }
.sv-contact-card { position: relative; padding: 44px; border-radius: 30px; color: #fff; background: var(--sv-blue); overflow: hidden; }
.sv-contact-card::before { content: ""; position: absolute; right: -90px; bottom: -90px; width: 300px; height: 300px; border: 70px solid rgba(255,255,255,.1); border-radius: 50%; }
.sv-contact-card > p { position: relative; margin: 0 0 40px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sv-contact-phone { position: relative; display: inline-block; color: #fff; font-size: clamp(45px, 5.5vw, 76px); font-weight: 800; line-height: .95; letter-spacing: -.055em; text-decoration: none; }
.sv-contact-links { position: relative; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 44px; }
.sv-contact-links a { padding: 10px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 800; text-decoration: none; }
.sv-contact-card small { position: relative; display: block; margin-top: 34px; color: #fff; font-size: 11px; }

.sv-faq { background: #fff; }
.sv-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.sv-faq h2 { margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.05em; }
.sv-faq h2 em { color: var(--sv-blue); font-style: normal; }
.sv-faq-list { border-top: 1px solid var(--sv-line); }
.sv-faq details { border-bottom: 1px solid var(--sv-line); }
.sv-faq summary { position: relative; padding: 26px 50px 26px 0; cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; }
.sv-faq summary::-webkit-details-marker { display: none; }
.sv-faq summary::after { content: "+"; position: absolute; top: 19px; right: 3px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: var(--sv-blue); font-size: 22px; transition: transform .2s ease; }
.sv-faq details[open] summary::after { transform: rotate(45deg); }
.sv-faq details p { max-width: 720px; margin: -4px 0 26px; color: var(--sv-ink-soft); font-size: 14px; line-height: 1.7; }

.sv-source { padding-top: 20px; background: #fff; }
.sv-source-card { display: grid; grid-template-columns: 1fr .55fr; gap: 80px; padding: 55px; border-radius: 34px; background: var(--sv-ink); }
.sv-source-card h2 { margin: 0 0 20px; color: #fff; font-size: 38px; line-height: 1.08; letter-spacing: -.04em; }
.sv-source-card p:not(.sv-kicker) { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.sv-source-card .sv-kicker { color: var(--sv-lime); }
.sv-source-links { display: flex; justify-content: center; flex-direction: column; gap: 10px; }
.sv-source-links a { padding: 13px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }

.sv-mobile-cta { display: none; }
.sv-body .ftr-bot,
.sv-body .ftr-bot p,
.sv-body .ftr-bot a { color: #aaa; }

@media (max-width: 1080px) {
  .sv-hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .sv-hero-media { min-height: 560px; }
  .sv-photo--hero { width: 90%; height: 510px; }
  .sv-bubble--years { left: -18px; }
  .sv-audience-grid { grid-template-columns: 1fr 1fr; }
  .sv-audience-photo { grid-column: 1 / -1; height: 480px; border-radius: 34px; }
  .sv-format-rail { grid-template-columns: 1fr 1fr; }
  .sv-format-rail article:nth-child(2) { border-right: 0; }
  .sv-format-rail article:nth-child(-n+2) { border-bottom: 1px solid var(--sv-line); }
  .sv-team-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .sv-shell { width: min(100% - 36px, 720px); }
  .sv-section { padding: 84px 0; }
  .sv-section-head { grid-template-columns: 1fr; gap: 24px; }
  .sv-section-head h2 { font-size: clamp(40px, 10vw, 66px); }
  .sv-header-link { display: inline-flex; min-height: 36px; padding-inline: 12px; font-size: 11px; }
  .sv-header-label-full { display: none; }
  .sv-header-label-short { display: inline; }
  .sv-hero { min-height: auto; padding-top: 48px; }
  .sv-hero-grid { grid-template-columns: 1fr; }
  .sv-crumbs { margin-bottom: 34px; }
  .sv-hero h1 { font-size: clamp(76px, 19vw, 130px); }
  .sv-hero-media { min-height: 580px; margin-top: 12px; }
  .sv-photo--hero { right: 2%; width: 94%; }
  .sv-proof { grid-template-columns: 1fr; margin-top: 30px; }
  .sv-proof small { grid-column: auto; color: var(--sv-ink-soft); }
  .sv-hero::after { display: none; }
  .sv-for { padding-top: 90px; }
  .sv-method-grid { grid-template-columns: 1fr; gap: 50px; }
  .sv-method-photo { height: 590px; }
  .sv-senses { grid-template-columns: 1fr; gap: 30px; }
  .sv-founder { grid-template-columns: 1fr; gap: 30px; margin-inline: 18px; }
  .sv-team-grid { grid-template-columns: 1fr 1fr; }
  .sv-events-grid { grid-template-columns: 1fr; gap: 48px; }
  .sv-events figure { height: 560px; }
  .sv-first-grid { grid-template-columns: 1fr; }
  .sv-faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .sv-source-card { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 560px) {
  .sv-shell { width: calc(100% - 28px); }
  .sv-section { padding: 70px 0; }
  .sv-portal-header { min-height: 62px; padding-inline: 14px; }
  .sv-section-head { margin-bottom: 36px; }
  .sv-section-head h2 { font-size: 42px; letter-spacing: -.04em; }
  .sv-section-head > p { font-size: 15px; line-height: 1.65; }
  .sv-hero { padding-top: 32px; }
  .sv-orbit { display: none; }
  .sv-crumbs { margin-bottom: 28px; font-size: 10px; }
  .sv-eyebrow { font-size: 10px; }
  .sv-hero h1 { font-size: 72px; line-height: .78; letter-spacing: -.055em; }
  .sv-alias { margin-top: 26px; font-size: 10px; line-height: 1.5; }
  .sv-lead { margin-top: 18px; font-size: 15px; line-height: 1.65; }
  .sv-actions { display: grid; }
  .sv-button { width: 100%; min-height: 54px; padding-inline: 15px; font-size: 12px; }
  .sv-verified { line-height: 1.5; }
  .sv-hero-media { min-height: 460px; }
  .sv-photo--hero { top: 8px; right: 0; width: 94%; height: 410px; border-width: 6px; border-radius: 42% 42% 20% 42% / 28% 38% 24% 44%; }
  .sv-bubble strong { font-size: 32px; }
  .sv-bubble span { font-size: 8px; }
  .sv-bubble--years { top: -10px; left: 0; width: 112px; height: 112px; }
  .sv-bubble--places { right: -2px; bottom: 18px; width: 98px; height: 98px; }
  .sv-splash { display: none; }
  .sv-proof { border-radius: 22px; }
  .sv-proof article { min-height: 90px; padding: 20px; }
  .sv-proof article strong { font-size: 34px; }
  .sv-jump { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; margin-right: -14px; padding-bottom: 6px; }
  .sv-jump a { flex: 0 0 auto; }
  .sv-audience-grid { grid-template-columns: 1fr; }
  .sv-audience { min-height: 370px; padding: 27px; border-radius: 24px; }
  .sv-audience h3 { margin-top: 70px; font-size: 36px; }
  .sv-audience-photo { grid-column: auto; height: 420px; border-radius: 140px 140px 24px 24px; }
  .sv-method-photo { height: 480px; border-radius: 180px 180px 28px 28px; }
  .sv-method-list li { grid-template-columns: 46px 1fr; gap: 14px; padding: 23px 0; }
  .sv-method-list li > span { width: 40px; height: 40px; }
  .sv-method-list h3 { font-size: 20px; }
  .sv-senses { padding: 27px; border-radius: 24px; }
  .sv-senses h3 { font-size: 26px; }
  .sv-senses ul { justify-content: flex-start; }
  .sv-format-rail { grid-template-columns: 1fr; border-radius: 24px; }
  .sv-format-rail article { display: grid; grid-template-columns: 42px 1fr; gap: 4px 16px; min-height: 0; padding: 22px; border-right: 0; border-bottom: 1px solid var(--sv-line); }
  .sv-format-rail article:nth-child(-n+2) { border-bottom: 1px solid var(--sv-line); }
  .sv-format-rail b { grid-row: 1 / span 2; }
  .sv-format-rail h3 { grid-column: 2; margin: 1px 0 8px; }
  .sv-format-rail p { grid-column: 2; }
  .sv-cinema { height: 440px; border-radius: 24px; }
  .sv-cinema::after { background: linear-gradient(0deg, rgba(5, 50, 77, .84), transparent 75%); }
  .sv-cinema > div { top: auto; right: 24px; bottom: 26px; left: 24px; transform: none; }
  .sv-cinema p { font-size: 22px; }
  .sv-cinema small { bottom: -41px; }
  .sv-place-list article { grid-template-columns: 42px 1fr 44px; gap: 11px; min-height: 138px; }
  .sv-place-list h3 { font-size: 23px; }
  .sv-place-list article > a { width: 42px; height: 42px; font-size: 18px; }
  .sv-place-note { grid-template-columns: 1fr; gap: 10px; padding: 24px; }
  .sv-team-wide { height: auto; aspect-ratio: 3 / 2; border-radius: 24px; }
  .sv-team .sv-section-head h2 { font-size: 39px; }
  .sv-founder { margin: -28px 10px 0; padding: 28px; border-radius: 22px; }
  .sv-founder h3 { font-size: 32px; }
  .sv-founder-note { padding-left: 20px; }
  .sv-founder-note p { font-size: 15px; }
  .sv-team-grid { grid-template-columns: 1fr; }
  .sv-team-grid article { display: grid; grid-template-columns: 48px 1fr; gap: 5px 15px; min-height: 0; padding: 20px; }
  .sv-team-grid article > span { grid-row: 1 / span 2; }
  .sv-team-grid h3 { grid-column: 2; margin: 2px 0 3px; }
  .sv-team-grid p { grid-column: 2; font-size: 13px; }
  .sv-events h2 { font-size: 42px; }
  .sv-events figure { height: 480px; border-radius: 180px 180px 24px 24px; }
  .sv-checklist,
  .sv-contact-card { padding: 28px; border-radius: 24px; }
  .sv-contact-phone { font-size: 48px; }
  .sv-faq h2 { font-size: 42px; }
  .sv-faq summary { padding-right: 46px; font-size: 16px; line-height: 1.4; }
  .sv-source { padding-bottom: 110px; }
  .sv-source-card { width: calc(100% - 20px); padding: 28px; border-radius: 24px; }
  .sv-source-card h2 { font-size: 29px; }
  .sv-mobile-cta { position: fixed; z-index: 90; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.5); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 15px 50px rgba(16,47,67,.25); backdrop-filter: blur(18px); }
  .sv-mobile-cta { transition: opacity .2s ease, transform .2s ease; }
  .sv-mobile-cta.is-hidden { opacity: 0; transform: translateY(130%); pointer-events: none; }
  .sv-mobile-cta a { display: grid; place-items: center; min-height: 48px; border-radius: 12px; color: var(--sv-ink); background: var(--sv-aqua); font-size: 11px; font-weight: 800; text-decoration: none; }
  .sv-mobile-cta a:last-child { color: #fff; background: var(--sv-blue); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .sv-button,
  .sv-place-list article,
  .sv-faq summary::after { transition: none; }
}
