:root {
  --white: #ffffff;
  --paper: #ffffff;
  --ink: #16243c;
  --muted: #66738b;
  --blue: #236dff;
  --blue-soft: #eaf3ff;
  --cyan: #56d6ff;
  --pink: #ff72c8;
  --pink-soft: #fff0fb;
  --violet: #8b6cff;
  --gold: #f4c95d;
  --gold-soft: #fff7dd;
  --line: rgba(35, 109, 255, 0.12);
  --shadow: 0 24px 70px rgba(35, 72, 140, 0.12);
  --radius: 28px;
  --max: 1280px;
  --page-space: clamp(32px, 5vw, 86px);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", Arial, sans-serif;
  --body-bg-1: rgba(86, 214, 255, 0.24);
  --body-bg-2: rgba(255, 114, 200, 0.2);
  --body-bg-3: rgba(244, 201, 93, 0.13);
  --section-soft: rgba(255, 240, 251, 0.86);
  --section-blue: rgba(234, 243, 255, 0.96);
  --section-sun: rgba(255, 247, 221, 0.72);
  --active-border: rgba(35, 109, 255, 0.22);
  --active-bg-1: rgba(35, 109, 255, 0.1);
  --active-bg-2: rgba(244, 201, 93, 0.14);
  --active-glow: rgba(255, 114, 200, 0.2);
}

body[data-theme="theme-b"] {
  --ink: #1e2730;
  --muted: #6f6a61;
  --blue: #ee7d22;
  --blue-soft: #fff1e3;
  --cyan: #ffb15f;
  --pink: #ff8f4f;
  --pink-soft: #fff4ea;
  --violet: #d98a2b;
  --gold: #d8a82f;
  --gold-soft: #fff5cf;
  --line: rgba(238, 125, 34, 0.14);
  --shadow: 0 24px 70px rgba(143, 88, 32, 0.13);
  --font-display: "Prata", Georgia, serif;
  --font-body: "Onest", Arial, sans-serif;
  --body-bg-1: rgba(255, 177, 95, 0.28);
  --body-bg-2: rgba(238, 125, 34, 0.2);
  --body-bg-3: rgba(216, 168, 47, 0.16);
  --section-soft: rgba(255, 244, 234, 0.9);
  --section-blue: rgba(255, 249, 238, 0.96);
  --section-sun: rgba(255, 239, 205, 0.8);
  --active-border: rgba(238, 125, 34, 0.24);
  --active-bg-1: rgba(238, 125, 34, 0.12);
  --active-bg-2: rgba(216, 168, 47, 0.15);
  --active-glow: rgba(255, 177, 95, 0.22);
}

body[data-theme="theme-c"] {
  --ink: #1f2734;
  --muted: #6d7180;
  --blue: #74bde4;
  --blue-soft: #eef8ff;
  --cyan: #9edbf2;
  --pink: #dcc9aa;
  --pink-soft: #fbf5ea;
  --violet: #b8cfe0;
  --gold: #c9a95e;
  --gold-soft: #fbf2d9;
  --line: rgba(201, 169, 94, 0.18);
  --shadow: 0 24px 70px rgba(70, 83, 102, 0.11);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
  --body-bg-1: rgba(116, 189, 228, 0.18);
  --body-bg-2: rgba(220, 201, 170, 0.2);
  --body-bg-3: rgba(201, 169, 94, 0.14);
  --section-soft: rgba(251, 245, 234, 0.9);
  --section-blue: rgba(238, 248, 255, 0.95);
  --section-sun: rgba(251, 242, 217, 0.74);
  --active-border: rgba(201, 169, 94, 0.26);
  --active-bg-1: rgba(116, 189, 228, 0.1);
  --active-bg-2: rgba(201, 169, 94, 0.16);
  --active-glow: rgba(220, 201, 170, 0.22);
}

body[data-theme="theme-d"] {
  --ink: #16243c;
  --muted: #66738b;
  --blue: #236dff;
  --blue-soft: #eaf3ff;
  --cyan: #56d6ff;
  --pink: #ff72c8;
  --pink-soft: #fff0fb;
  --violet: #8b6cff;
  --gold: #f4c95d;
  --gold-soft: #fff7dd;
  --line: rgba(35, 109, 255, 0.12);
  --shadow: 0 24px 70px rgba(35, 72, 140, 0.12);
  --font-display: "Manrope", Arial, sans-serif;
  --font-body: "Manrope", Arial, sans-serif;
  --body-bg-1: rgba(86, 214, 255, 0.24);
  --body-bg-2: rgba(255, 114, 200, 0.2);
  --body-bg-3: rgba(244, 201, 93, 0.13);
  --section-soft: rgba(255, 240, 251, 0.86);
  --section-blue: rgba(234, 243, 255, 0.96);
  --section-sun: rgba(255, 247, 221, 0.72);
  --active-border: rgba(35, 109, 255, 0.22);
  --active-bg-1: rgba(35, 109, 255, 0.1);
  --active-bg-2: rgba(244, 201, 93, 0.14);
  --active-glow: rgba(255, 114, 200, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main,
section,
#mind,
#about,
#formats,
#contact {
  scroll-margin-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 8%, var(--body-bg-1), transparent 32rem),
    radial-gradient(circle at 91% 14%, var(--body-bg-2), transparent 34rem),
    radial-gradient(circle at 74% 46%, var(--body-bg-3), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 48%, #ffffff 100%);
  font-family: var(--font-body);
  line-height: 1.6;
  letter-spacing: 0;
  transition: color 0.25s ease, background 0.25s ease;
}

body.is-locked {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100% - var(--page-space) - var(--page-space)));
  margin: 22px auto 0;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(35, 72, 140, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand__mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 16%, transparent 17%),
    conic-gradient(from 12deg, var(--cyan), var(--pink), var(--gold), var(--blue), var(--cyan));
  box-shadow: 0 10px 24px rgba(255, 114, 200, 0.24);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand strong {
  font-size: 1rem;
  font-weight: 800;
}

.brand small {
  color: var(--muted);
  font-size: 0.73rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #344455;
  font-size: 0.92rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
  background: linear-gradient(135deg, rgba(86, 214, 255, 0.14), rgba(255, 114, 200, 0.13));
  outline: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.is-open span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle.is-open span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.section {
  width: min(var(--max), calc(100% - var(--page-space) - var(--page-space)));
  margin: 0 auto;
  padding: 108px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  align-items: center;
  gap: clamp(46px, 6vw, 90px);
  min-height: calc(100vh - 90px);
  padding-top: 84px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 700;
}

h1 {
  max-width: 770px;
  font-size: clamp(3.55rem, 6vw, 6.8rem);
}

h2 {
  max-width: 820px;
  font-size: clamp(2.1rem, 4vw, 4.25rem);
}

h3 {
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.18;
}

.hero__lead {
  max-width: 720px;
  margin: 30px 0 20px;
  color: #3a4b5f;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.trust-line {
  max-width: 690px;
  margin: 0 0 30px;
  padding: 16px 18px;
  border: 1px solid rgba(86, 214, 255, 0.2);
  border-left: 4px solid var(--gold);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-weight: 700;
}

.hero__actions,
.cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.theme-switcher {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 690px;
  margin-top: 22px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(35, 72, 140, 0.08);
  backdrop-filter: blur(16px);
}

.theme-switcher__button {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.theme-switcher__button span,
.theme-switcher__button strong {
  display: block;
}

.theme-switcher__button span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-switcher__button strong {
  margin-top: 3px;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.18;
}

.theme-switcher__button[aria-pressed="true"] {
  color: var(--blue);
  border-color: var(--active-border);
  background:
    radial-gradient(circle at 82% 12%, var(--active-glow), transparent 5rem),
    linear-gradient(135deg, var(--active-bg-1), var(--active-bg-2));
  box-shadow: 0 12px 28px rgba(35, 72, 140, 0.1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  box-shadow: 0 18px 34px rgba(35, 109, 255, 0.22), 0 8px 24px rgba(255, 114, 200, 0.18);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 0 24px 44px rgba(35, 109, 255, 0.26), 0 12px 32px rgba(255, 114, 200, 0.22);
}

.button--secondary {
  color: #223a78;
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(35, 109, 255, 0.22);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: rgba(255, 114, 200, 0.38);
  box-shadow: 0 16px 30px rgba(35, 109, 255, 0.12);
}

.button--wide {
  width: 100%;
}

.hero__visual {
  position: relative;
  min-width: 0;
}

.portrait-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 690px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 46px;
  background:
    radial-gradient(circle at 18% 18%, rgba(86, 214, 255, 0.38), transparent 18rem),
    radial-gradient(circle at 84% 20%, rgba(255, 114, 200, 0.35), transparent 18rem),
    linear-gradient(145deg, #ffffff, #f7fbff);
  box-shadow: 0 28px 80px rgba(35, 72, 140, 0.14);
}

.portrait-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 34px;
  pointer-events: none;
}

.portrait-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -20% auto;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.82) 0 24%, rgba(244, 201, 93, 0.62) 25% 43%, rgba(255, 114, 200, 0.18) 44% 66%, transparent 67%);
}

.portrait-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  filter: saturate(1.1) brightness(1.04);
}

.portrait-card figcaption {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 48px rgba(35, 72, 140, 0.16);
  backdrop-filter: blur(18px);
}

.portrait-card strong {
  display: block;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  line-height: 1.12;
}

.portrait-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.photo-placeholder {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(240, 248, 255, 0.86)),
    radial-gradient(circle at 72% 24%, rgba(255, 114, 200, 0.24), transparent 15rem),
    radial-gradient(circle at 22% 76%, rgba(86, 214, 255, 0.26), transparent 15rem);
  box-shadow: var(--shadow);
}

.photo-placeholder--portrait {
  min-height: 630px;
  border-radius: 44px;
}

.photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: calc(var(--radius) - 8px);
  pointer-events: none;
}

.photo-placeholder--portrait::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -18%;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 24%, rgba(247, 196, 95, 0.62) 25% 48%, rgba(242, 139, 53, 0.15) 49% 70%, transparent 71%);
}

.sun-orbit {
  position: absolute;
  top: 42px;
  right: 42px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(244, 201, 93, 0), rgba(86, 214, 255, 0.92), rgba(255, 114, 200, 0.82), rgba(244, 201, 93, 0.9), rgba(244, 201, 93, 0));
  filter: blur(0.2px);
  opacity: 0.86;
}

.photo-placeholder__inner {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  z-index: 1;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(39, 72, 95, 0.12);
  backdrop-filter: blur(16px);
}

.photo-placeholder__tag {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: linear-gradient(135deg, rgba(86, 214, 255, 0.16), rgba(255, 114, 200, 0.13));
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.photo-placeholder strong {
  display: block;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.12;
}

.photo-placeholder p {
  margin: 10px 0 0;
  color: var(--muted);
}

.image-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 16%, rgba(86, 214, 255, 0.22), transparent 17rem),
    radial-gradient(circle at 88% 16%, rgba(255, 114, 200, 0.2), transparent 17rem),
    #ffffff;
  box-shadow: var(--shadow);
}

.image-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  pointer-events: none;
}

.image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) brightness(1.03);
}

.image-card--about img {
  object-position: 50% 42%;
}

.image-card--judo img {
  object-position: 50% 50%;
}

.image-card .photo-placeholder__inner {
  left: 28px;
  right: 28px;
  bottom: 28px;
}

.section--soft,
.section--blue,
.section--sun,
.cta {
  position: relative;
  padding: clamp(46px, 5.5vw, 78px);
  border-radius: 40px;
}

.section--soft {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 114, 200, 0.13), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), var(--section-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 114, 200, 0.14), var(--shadow);
}

.section--blue {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.82), transparent 17rem),
    radial-gradient(circle at 92% 12%, rgba(255, 114, 200, 0.14), transparent 17rem),
    linear-gradient(135deg, var(--section-blue), rgba(255, 255, 255, 0.98));
  box-shadow: inset 0 0 0 1px rgba(35, 109, 255, 0.13), var(--shadow);
}

.section--sun,
.cta {
  background:
    radial-gradient(circle at 12% 18%, rgba(86, 214, 255, 0.16), transparent 20rem),
    radial-gradient(circle at 90% 12%, rgba(255, 114, 200, 0.17), transparent 19rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), var(--section-sun));
  box-shadow: inset 0 0 0 1px rgba(244, 201, 93, 0.18), var(--shadow);
}

.section-head {
  max-width: 780px;
  margin-bottom: 44px;
}

.section-head--wide {
  max-width: 920px;
}

.section-head p:not(.eyebrow),
.mind__text p,
.about__content p,
.power__content p,
.cta p,
.contact__content p {
  color: var(--muted);
  font-size: 1.06rem;
}

.card-grid {
  display: grid;
  gap: 20px;
}

.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.signal-card {
  min-height: 172px;
  padding: 26px;
  border: 1px solid rgba(35, 109, 255, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 42px rgba(35, 72, 140, 0.08);
  color: #344455;
  font-weight: 800;
}

.signal-card::before {
  content: "";
  display: block;
  width: 36px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--pink), var(--gold));
}

.result-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  overflow: visible;
  padding-bottom: 10px;
  scrollbar-width: thin;
}

.result-card {
  min-height: 224px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(35, 72, 140, 0.07);
}

.result-card span,
.format-card > span,
.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  font-size: 0.76rem;
  font-weight: 900;
}

.result-card p {
  margin: 0;
  color: #344455;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.signal-card,
.principles p,
.steps p,
.format-card p,
.request-cloud span,
.contact-link strong {
  overflow-wrap: anywhere;
}

.result-card--accent {
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 12%, rgba(244, 201, 93, 0.3), transparent 8rem),
    linear-gradient(145deg, var(--blue), var(--pink));
}

.result-card--accent span {
  background: rgba(255, 255, 255, 0.22);
}

.result-card--accent p {
  color: #ffffff;
}

.mind {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 44px;
  align-items: start;
}

.mind__text p {
  max-width: 720px;
}

.principles {
  display: grid;
  gap: 16px;
}

.principles article {
  padding: 26px;
  border: 1px solid rgba(35, 109, 255, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 38px rgba(35, 72, 140, 0.08);
}

.principles span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 1.1rem;
  font-weight: 900;
}

.principles p {
  margin: 0;
  color: var(--muted);
}

.about,
.power {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
}

.photo-placeholder--calm,
.photo-placeholder--judo {
  min-height: 500px;
}

.photo-placeholder--calm {
  background:
    radial-gradient(circle at 70% 18%, rgba(86, 214, 255, 0.28), transparent 17rem),
    radial-gradient(circle at 18% 80%, rgba(255, 114, 200, 0.16), transparent 14rem),
    linear-gradient(145deg, #ffffff, #f7fbff);
}

.photo-placeholder--judo {
  background:
    linear-gradient(135deg, rgba(35, 109, 255, 0.08), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 24% 18%, rgba(244, 201, 93, 0.46), transparent 16rem),
    radial-gradient(circle at 80% 76%, rgba(255, 114, 200, 0.18), transparent 16rem),
    linear-gradient(145deg, #ffffff, #eaf3ff);
}

.about__content p {
  margin: 20px 0 0;
}

blockquote {
  margin: 28px 0 0;
  padding: 24px 26px;
  border-left: 4px solid var(--gold);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 247, 221, 0.8), rgba(255, 240, 251, 0.66));
  color: #344455;
  font-size: 1.12rem;
  font-weight: 700;
}

.power {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
}

.request-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.request-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(35, 109, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(35, 72, 140, 0.06);
  color: #344455;
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.steps article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(255, 114, 200, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 42px rgba(35, 72, 140, 0.08);
}

.steps p {
  margin: 0;
  color: #344455;
  font-weight: 800;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.format-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 390px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 50px rgba(35, 72, 140, 0.09);
}

.format-card--featured {
  background:
    radial-gradient(circle at 92% 14%, rgba(244, 201, 93, 0.38), transparent 10rem),
    radial-gradient(circle at 12% 88%, rgba(255, 114, 200, 0.14), transparent 12rem),
    linear-gradient(145deg, rgba(234, 243, 255, 0.96), rgba(255, 255, 255, 0.98));
  border-color: rgba(35, 109, 255, 0.18);
  transform: translateY(-14px);
}

.format-card h3 {
  margin-bottom: 12px;
}

.format-card p {
  margin: 0 0 28px;
  color: var(--muted);
}

.format-card .button {
  margin-top: auto;
}

.cta {
  justify-content: space-between;
  gap: 30px;
}

.cta div {
  max-width: 780px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.68fr);
  gap: 44px;
  align-items: start;
}

.contact__panel {
  display: grid;
  gap: 12px;
}

.contact-link {
  display: block;
  padding: 20px 22px;
  border: 1px solid rgba(35, 109, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(35, 72, 140, 0.1);
  outline: none;
}

.contact-link span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-link strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 1.05rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 32px 0 46px;
  color: var(--muted);
  font-weight: 700;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--blue);
}

@media (max-width: 1050px) {
  .card-grid--four,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero,
  .mind,
  .about,
  .power,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero__visual,
  .about__visual {
    max-width: 720px;
  }

  .format-grid {
    grid-template-columns: 1fr;
  }

  .format-card,
  .format-card--featured {
    min-height: auto;
    transform: none;
  }
}

@media (max-width: 780px) {
  .site-header {
    width: min(100% - 48px, var(--max));
    margin-top: 16px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    left: 24px;
    right: 24px;
    top: 84px;
    display: grid;
    gap: 8px;
    padding: 16px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 16px;
    background: linear-gradient(135deg, rgba(234, 243, 255, 0.86), rgba(255, 240, 251, 0.76));
  }

  .section {
    width: min(100% - 48px, var(--max));
    padding: 68px 0;
  }

  .hero {
    padding-top: 64px;
  }

  h1 {
    font-size: clamp(2.65rem, 12vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3.1rem);
  }

  .section--soft,
  .section--blue,
  .section--sun,
  .cta {
    padding: 38px 28px;
    border-radius: 30px;
  }

  .card-grid--four,
  .steps {
    grid-template-columns: 1fr;
  }

  .signal-card,
  .steps article {
    min-height: auto;
  }

  .photo-placeholder,
  .photo-placeholder--portrait,
  .photo-placeholder--calm,
  .photo-placeholder--judo {
    min-height: 430px;
    border-radius: 30px;
  }

  .portrait-card {
    min-height: 540px;
    border-radius: 34px;
  }

  .portrait-card figcaption {
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 20px;
  }

  .photo-placeholder__inner {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
  }

  .image-card {
    min-height: 440px;
    border-radius: 30px;
  }

  .image-card .photo-placeholder__inner {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .result-list {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .result-card {
    min-height: auto;
  }

  .request-cloud span {
    width: 100%;
    border-radius: 18px;
  }

  .cta {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  :root {
    --page-space: 24px;
  }

  .site-header {
    width: min(100% - 40px, var(--max));
    padding: 10px;
  }

  .brand small {
    display: none;
  }

  .hero__actions,
  .cta,
  .theme-switcher {
    align-items: stretch;
  }

  .button {
    width: 100%;
    padding-inline: 20px;
  }

  .theme-switcher {
    grid-template-columns: 1fr;
  }

  .trust-line {
    padding: 15px 16px;
    font-size: 0.95rem;
  }

  .section-head {
    margin-bottom: 26px;
  }

  .format-card {
    padding: 26px;
    border-radius: 24px;
  }

  .contact {
    gap: 26px;
  }

  .site-footer {
    display: grid;
    padding-bottom: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
