/* Final reference pass for the food-format block. Loaded after styles.css. */
html,
body {
  overflow-x: hidden;
}

.formats {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #1d1513;
  color: #fff;
}

.formats__inner {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 760px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 95, 0, 0.08), transparent 34%),
    #1d1513;
  border-radius: 0;
  box-shadow: none;
}

.formats h2 {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 210px;
  width: 390px;
  max-width: 90vw;
  margin: 0;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}

.formats__map {
  position: relative;
  display: block;
  width: min(1120px, calc(100% - 120px));
  height: 490px;
  margin: 0 auto;
}

.format-lines {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.format-lines path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 7 14;
}

.formats__map::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 285px;
  width: 3px;
  height: 126px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.94);
}

.format-pill {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 13px 28px;
  border: 2px solid var(--orange);
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  text-align: center;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 500;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.format-pill--top { left: 50%; top: -10px; width: 350px; transform: translateX(-50%); }
.format-pill--cafe { left: 96px; top: 0; width: 140px; }
.format-pill--bakery { left: 305px; top: 82px; width: 188px; }
.format-pill--coffee { right: 95px; top: 96px; width: 190px; }
.format-pill--pastry { left: 34px; top: 242px; width: 255px; }
.format-pill--workshop { right: 52px; top: 242px; width: 146px; }
.format-pill--shawarma { left: 155px; top: 365px; width: 300px; }
.format-pill--dumpling { right: 330px; top: 350px; width: 230px; }
.format-pill--pizza { right: 80px; top: 405px; width: 206px; }
.format-pill--other { left: 50%; top: 468px; width: 470px; transform: translateX(-50%); }

.formats__cta {
  position: relative;
  z-index: 5;
  height: 270px;
  max-width: none;
  margin: 0;
  border-top: 2px solid #fff;
  text-align: center;
}

.formats__cta::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 38px;
  transform: translateX(-50%);
  background: #fff;
}

.formats__cta::after {
  content: "↓";
  display: block;
  position: absolute;
  left: 50%;
  z-index: 3;
  top: 130px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 58px;
  line-height: 1;
}

.formats__cta p {
  position: relative;
  z-index: 2;
  margin: 0 0 50px;
  padding-top: 50px;
  color: #fff;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.36);
  font-size: 36px;
  line-height: 1.18;
  font-weight: 900;
}

.button--want {
  position: relative;
  z-index: 2;
  width: 300px;
  min-height: 70px;
  border-radius: 30px;
  font-size: 30px;
  box-shadow:
    inset 0 -7px 0 rgba(126, 42, 0, 0.28),
    0 24px 46px rgba(255, 90, 0, 0.34),
    0 0 38px rgba(255, 90, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.button--want:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow:
    inset 0 -7px 0 rgba(126, 42, 0, 0.24),
    0 30px 58px rgba(255, 90, 0, 0.4),
    0 0 48px rgba(255, 90, 0, 0.32);
}

.format-decor {
  display: block;
  position: absolute;
  z-index: 4;
  pointer-events: none;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.28));
}

.format-decor--coffee-left { left: calc(50% - 660px); top: 126px; width: 150px; }
.format-decor--cookie-left { left: calc(50% - 700px); top: 350px; width: 115px; }
.format-decor--wrap { left: calc(50% - 585px); top: 515px; width: 150px; }
.format-decor--dumplings { left: calc(50% - 565px); bottom: 50px; width: 150px; }
.format-decor--cookie-right { right: calc(50% - 670px); top: 170px; width: 116px; }
.format-decor--coffee-right { right: calc(50% - 610px); top: 500px; width: 146px; }
.format-decor--pastry { right: calc(50% - 525px); bottom: 66px; width: 146px; }

@media (max-width: 1180px) {
  .formats__map {
    width: calc(100% - 48px);
  }

  .format-decor--coffee-left { left: 40px; }
  .format-decor--cookie-left { left: -18px; }
  .format-decor--wrap { left: 80px; }
  .format-decor--dumplings { left: 110px; }
  .format-decor--cookie-right { right: 26px; }
  .format-decor--coffee-right { right: 72px; }
  .format-decor--pastry { right: 145px; }
}

@media (max-width: 900px) {
  .formats {
    padding: 34px 0 46px;
    background: var(--grey);
  }

  .formats__inner {
    width: min(100% - 28px, 520px);
    min-height: 0;
    margin: 0 auto;
    padding: 30px 18px 34px;
    border-radius: 0;
  }

  .formats h2 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    font-size: 31px;
    line-height: 1.08;
  }

  .formats__map {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    height: auto;
    margin: 22px 0;
  }

  .format-lines,
  .formats__map::after,
  .format-decor,
  .formats__cta::before,
  .formats__cta::after {
    display: none;
  }

  .format-pill,
  .format-pill--top,
  .format-pill--cafe,
  .format-pill--bakery,
  .format-pill--coffee,
  .format-pill--pastry,
  .format-pill--workshop,
  .format-pill--shawarma,
  .format-pill--dumpling,
  .format-pill--pizza,
  .format-pill--other {
    position: static;
    width: 100%;
    min-height: 54px;
    transform: none;
    font-size: 18px;
  }

  .formats__cta {
    height: auto;
    border-top: 0;
  }

  .formats__cta p {
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.12;
  }

  .button--want {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 70px;
    font-size: 30px;
  }
}

/* Stronger sales block: larger scale, readable cards, premium expert area. */
.answers {
  padding: 86px 0 86px;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 90, 0, 0.07), transparent 26%),
    var(--grey);
}

.answers .section-inner {
  width: min(1240px, calc(100% - 64px));
}

.answers h2 {
  max-width: 1120px;
  margin: 0 auto 34px;
  font-size: clamp(42px, 3.7vw, 62px);
  line-height: 1.08;
  font-weight: 500;
}

.answers h2 b {
  color: var(--orange);
  font-size: 1.08em;
  font-weight: 900;
}

.answers__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 124px;
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.answer,
.answer-photo {
  min-width: 0;
  border-radius: 16px;
}

.answer {
  display: flex;
  align-items: center;
  padding: 22px 28px;
  border: 1.6px solid var(--orange);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(33, 22, 18, 0.08);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.answer strong {
  display: inline;
  font-weight: 900;
}

.answer-photo {
  min-height: 124px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 999px rgba(18, 12, 10, 0.1), 0 18px 42px rgba(33, 22, 18, 0.08);
}

.answer--a { grid-column: 1 / 5; grid-row: 1; }
.answer--b { grid-column: 5 / 9; grid-row: 1; }
.answer-photo--kitchen { grid-column: 9 / 13; grid-row: 1; }
.answer--c { grid-column: 1 / 4; grid-row: 2; }
.answer-photo--people { grid-column: 4 / 7; grid-row: 2; }
.answer--d { grid-column: 7 / 13; grid-row: 2; }
.answer-photo--cafe { grid-column: 1 / 5; grid-row: 3; }
.answer--e { grid-column: 5 / 9; grid-row: 3; }
.answer--f { grid-column: 9 / 13; grid-row: 3; }
.answer--g { grid-column: 1 / 6; grid-row: 4; }
.answer--h { grid-column: 6 / 10; grid-row: 4; }
.answer-photo--desk { grid-column: 10 / 13; grid-row: 4; }

.button--answers {
  display: flex;
  width: min(650px, 100%);
  min-height: 78px;
  margin: 28px auto 0;
  border-radius: 30px;
  font-size: 24px;
}

.expert {
  position: relative;
  grid-template-columns: 390px 1fr;
  gap: 54px;
  max-width: 1060px;
  margin-top: 42px;
  padding: 38px 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 54%, rgba(255, 90, 0, 0.12), transparent 23%),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(32, 21, 19, 0.1);
}

.expert img {
  width: 330px;
  position: relative;
  z-index: 2;
}

.expert h3 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.08;
}

.expert ul {
  font-size: 19px;
  line-height: 1.42;
}

@media (max-width: 1180px) {
  .answers__grid {
    grid-auto-rows: 132px;
  }

  .answer {
    padding: 20px 22px;
    font-size: 17px;
  }
}

@media (max-width: 900px) {
  .answers {
    padding: 54px 0 58px;
  }

  .answers .section-inner {
    width: min(100% - 28px, 520px);
  }

  .answers h2 {
    font-size: 31px;
    line-height: 1.13;
    margin-bottom: 24px;
  }

  .answers__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .answer,
  .answer-photo,
  .answer--a,
  .answer--b,
  .answer--c,
  .answer--d,
  .answer--e,
  .answer--f,
  .answer--g,
  .answer--h,
  .answer-photo--kitchen,
  .answer-photo--people,
  .answer-photo--cafe,
  .answer-photo--desk {
    grid-column: auto;
    grid-row: auto;
  }

  .answer {
    display: block;
    padding: 18px;
    font-size: 17px;
    line-height: 1.25;
  }

  .answer-photo {
    min-height: 160px;
  }

  .button--answers {
    min-height: 66px;
    margin-top: 22px;
    font-size: 18px;
  }

  .expert {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
    padding: 28px 22px;
    text-align: left;
  }

  .expert img {
    width: 260px;
    justify-self: center;
  }

  .expert h3 {
    font-size: 24px;
  }

  .expert ul {
    font-size: 15px;
  }
}

/* Premium system pass: shared rhythm, cards, and hierarchy. */
:root {
  --premium-shadow: 0 24px 60px rgba(35, 22, 18, 0.14);
  --soft-card: rgba(255, 255, 255, 0.92);
  --soft-border: rgba(255, 90, 0, 0.82);
}

.button {
  border-radius: 26px;
  box-shadow:
    inset 0 -6px 0 rgba(121, 39, 0, 0.22),
    0 20px 42px rgba(255, 90, 0, 0.26);
}

.hero {
  min-height: 720px;
  background:
    radial-gradient(circle at 72% 52%, rgba(255, 90, 0, 0.08), transparent 34%),
    #fff;
}

.hero__content {
  width: min(760px, calc(100% - 72px));
  padding-top: 66px;
  padding-left: clamp(64px, 9vw, 150px);
}

.logo--hero {
  width: 166px;
  margin-bottom: 46px;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(56px, 4.5vw, 78px);
  line-height: 1.03;
}

.hero__button {
  width: min(560px, 100%);
  min-height: 82px;
  border-radius: 30px;
  font-size: 30px;
}

.schedule {
  grid-template-columns: 0.9fr 1.2fr;
  width: min(760px, 100%);
  gap: 12px;
  margin-top: 18px;
  padding: 10px;
  border: 1px solid rgba(255, 90, 0, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--premium-shadow);
  backdrop-filter: blur(12px);
}

.schedule__pill {
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  background: rgba(246, 246, 246, 0.92);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  font-size: 17px;
  word-spacing: 1px;
}

.schedule__pill--accent {
  background: rgba(255, 90, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 90, 0, 0.28);
}

.hero__person {
  right: clamp(24px, 5vw, 88px);
  height: 100%;
}

.fit {
  padding: 74px 0 86px;
}

.fit h2,
.answers h2 {
  letter-spacing: 0;
}

.fit__grid {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, minmax(210px, auto));
  gap: 22px;
}

.fit-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: var(--soft-card);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.fit-card--large {
  min-height: 442px;
}

.fit-card span {
  margin-bottom: 16px;
  font-size: 24px;
}

.fit-card h3 {
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 1.12;
}

.fit-card p {
  font-size: 22px;
  line-height: 1.35;
}

.answers {
  padding: 70px 0 70px;
}

.answers h2 {
  max-width: 1160px;
  margin-bottom: 30px;
  font-size: clamp(32px, 3vw, 46px);
}

.answers__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(100px, auto);
  gap: 14px;
  max-width: 1120px;
}

.answer,
.answer-photo {
  border-radius: 14px;
}

.answer {
  align-items: center;
  padding: 18px 22px;
  border: 1.5px solid var(--soft-border);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(28, 20, 17, 0.06);
  font-size: 17px;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.button--answers {
  width: min(620px, 100%);
  min-height: 72px;
  margin-top: 34px;
  border-radius: 26px;
  font-size: 22px;
}

.expert {
  max-width: 1040px;
  margin-top: 40px;
  padding: 34px 58px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 50px rgba(28, 20, 17, 0.06);
}

.expert img {
  width: 285px;
}

.expert h3 {
  font-size: 28px;
}

.expert ul {
  font-size: 17px;
}

/* Rebuild the final block around a clear center-first hierarchy. */
.formats {
  background: #1d1513;
}

.formats__inner {
  min-height: 740px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 90, 0, 0.14), transparent 28%),
    radial-gradient(circle at 50% 88%, rgba(255, 90, 0, 0.1), transparent 32%),
    #1d1513;
}

.formats h2 {
  top: 185px;
  width: 520px;
  font-size: 38px;
  line-height: 1.08;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.44);
}

.formats__map {
  width: min(1040px, calc(100% - 150px));
  height: 470px;
}

.format-lines {
  opacity: 0.62;
}

.format-lines path {
  stroke: rgba(255, 255, 255, 0.62);
  stroke-width: 1.35;
  stroke-dasharray: 6 13;
}

.formats__map::after {
  display: none;
}

.format-pill {
  min-height: 52px;
  height: auto;
  bottom: auto;
  padding: 10px 20px;
  border-width: 1.5px;
  border-radius: 10px;
  font-size: 18px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.format-pill--top { left: 50%; top: 24px; width: 290px; transform: translateX(-50%); }
.format-pill--cafe { left: 108px; top: 36px; width: 116px; }
.format-pill--bakery { left: 282px; top: 118px; width: 155px; }
.format-pill--coffee { right: 112px; top: 118px; width: 160px; }
.format-pill--pastry { left: 42px; top: 250px; width: 210px; }
.format-pill--workshop { right: 56px; top: 250px; width: 118px; }
.format-pill--shawarma { left: 205px; top: 364px; width: 220px; }
.format-pill--dumpling { right: 318px; top: 352px; width: 176px; }
.format-pill--pizza { right: 115px; top: 368px; width: 168px; }
.format-pill--other { left: 50%; top: 428px; width: 360px; transform: translateX(-50%); }

.formats__cta {
  height: 250px;
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(29, 21, 19, 0) 0%, rgba(12, 8, 7, 0.2) 34%, rgba(12, 8, 7, 0.35) 100%);
}

.formats__cta::before {
  display: none;
}

.formats__cta::after {
  top: 102px;
  font-size: 46px;
  opacity: 0.92;
}

.formats__cta p {
  margin-bottom: 34px;
  padding-top: 30px;
  font-size: 38px;
  line-height: 1.08;
}

.button--want {
  width: 340px;
  min-height: 74px;
  border-radius: 32px;
  font-size: 32px;
}

.format-decor--dumplings,
.format-decor--pastry {
  display: none;
}

.format-decor--coffee-left { left: calc(50% - 640px); top: 178px; width: 128px; }
.format-decor--cookie-left { left: calc(50% - 668px); top: 372px; width: 102px; opacity: 0.88; }
.format-decor--wrap { left: calc(50% - 570px); bottom: 86px; width: 126px; }
.format-decor--cookie-right { right: calc(50% - 650px); top: 212px; width: 104px; opacity: 0.9; }
.format-decor--coffee-right { right: calc(50% - 575px); bottom: 86px; width: 126px; }

@media (max-width: 1180px) {
  .hero__content {
    padding-left: 44px;
  }

  .hero__person {
    right: -38px;
  }

  .formats__map {
    width: calc(100% - 64px);
  }

  .format-pill--cafe { left: 58px; }
  .format-pill--pastry { left: 8px; }
  .format-pill--coffee { right: 68px; }
  .format-pill--workshop { right: 18px; }
  .format-pill--dumpling { right: 280px; }
  .format-decor--coffee-left { left: 28px; }
  .format-decor--cookie-left { left: -24px; }
  .format-decor--wrap { left: 74px; }
  .format-decor--cookie-right { right: 28px; }
  .format-decor--coffee-right { right: 78px; }
}

@media (max-width: 900px) {
  .hero {
    min-height: 760px;
  }

  .hero__content {
    width: calc(100% - 20px);
    padding: 48px 10px 0;
  }

  .logo--hero {
    margin-bottom: 34px;
  }

  .hero h1 {
    font-size: 31px;
    line-height: 1.12;
    max-width: 340px;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero__button {
    min-height: 62px;
    font-size: 18px;
  }

  .schedule {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .schedule__pill {
    min-height: 48px;
    font-size: 14px;
  }

  .hero__person {
    top: 270px;
    right: -150px;
    height: 500px;
    z-index: 2;
  }

  .fit__grid,
  .expert {
    grid-template-columns: 1fr;
  }

  .fit-card,
  .fit-card--large {
    min-height: auto;
  }

  .fit-card p {
    font-size: 18px;
  }

  .answers__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    max-width: 100%;
  }

  .answer,
  .answer-photo,
  .answer--a,
  .answer--b,
  .answer--c,
  .answer--d,
  .answer--e,
  .answer--f,
  .answer--g,
  .answer--h,
  .answer-photo--kitchen,
  .answer-photo--people,
  .answer-photo--cafe,
  .answer-photo--desk {
    grid-column: auto;
    grid-row: auto;
  }

  .answer {
    display: block;
    min-height: auto;
    padding: 16px;
    font-size: 16px;
    line-height: 1.25;
  }

  .answer-photo {
    min-height: 150px;
  }

  .expert {
    padding: 28px 20px;
  }

  .expert img {
    width: 230px;
  }

  .formats h2 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-bottom: 24px;
    transform: none;
    font-size: 30px;
  }

  .formats__map {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    height: auto;
    margin-top: 24px;
  }

  .format-lines,
  .formats__map::after,
  .format-decor,
  .formats__cta::before,
  .formats__cta::after {
    display: none;
  }

  .format-pill,
  .format-pill--top,
  .format-pill--cafe,
  .format-pill--bakery,
  .format-pill--coffee,
  .format-pill--pastry,
  .format-pill--workshop,
  .format-pill--shawarma,
  .format-pill--dumpling,
  .format-pill--pizza,
  .format-pill--other {
    position: static;
    width: 100%;
    min-height: 52px;
    transform: none;
    font-size: 17px;
  }

  .formats__cta p {
    font-size: 25px;
  }
}

/* Final answer-block override: keep text readable and premium at desktop sizes. */
@media (min-width: 901px) {
  .answers {
    padding: 92px 0 88px;
  }

  .answers .section-inner {
    width: min(1280px, calc(100% - 72px));
  }

  .answers h2 {
    max-width: 1160px;
    margin-bottom: 36px;
    font-size: clamp(46px, 3.9vw, 64px);
    line-height: 1.06;
  }

  .answers__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 136px;
    gap: 18px;
    max-width: 1160px;
  }

  .answer {
    display: block;
    padding: 26px 30px;
    font-size: 19px;
    line-height: 1.24;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    white-space: normal;
  }

  .answer strong {
    display: inline;
    font-weight: 900;
  }

  .answer-photo {
    min-height: 136px;
    border-radius: 16px;
  }

  .answer--a { grid-column: 1 / 5; grid-row: 1; }
  .answer--b { grid-column: 5 / 9; grid-row: 1; }
  .answer-photo--kitchen { grid-column: 9 / 13; grid-row: 1; }
  .answer--c { grid-column: 1 / 4; grid-row: 2; }
  .answer-photo--people { grid-column: 4 / 7; grid-row: 2; }
  .answer--d { grid-column: 7 / 13; grid-row: 2; }
  .answer-photo--cafe { grid-column: 1 / 5; grid-row: 3; }
  .answer--e { grid-column: 5 / 9; grid-row: 3; }
  .answer--f { grid-column: 9 / 13; grid-row: 3; }
  .answer--g { grid-column: 1 / 6; grid-row: 4; }
  .answer--h { grid-column: 6 / 10; grid-row: 4; }
  .answer-photo--desk { grid-column: 10 / 13; grid-row: 4; }

  .button--answers {
    margin-top: 26px;
  }

  .expert {
    grid-template-columns: 420px 1fr;
    max-width: 1120px;
    margin-top: 42px;
    padding: 38px 68px;
  }

  .expert img {
    width: 350px;
  }
}

/* Full, finished hero composition. */
@media (min-width: 901px) {
  .hero {
    min-height: 1260px;
    background:
      radial-gradient(circle at 64% 42%, rgba(255, 90, 0, 0.09), transparent 30%),
      linear-gradient(90deg, #fff 0%, #fff 48%, #fff8f3 76%, #fff 100%);
  }

  .hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 430px;
    background:
      radial-gradient(circle at 31% 38%, rgba(255, 90, 0, 0.14), transparent 23%),
      radial-gradient(circle at 72% 50%, rgba(255, 90, 0, 0.1), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff4ed 52%, #fff1e9 100%);
    pointer-events: none;
  }

  .hero::after {
    content: "";
    position: absolute;
    left: 8vw;
    right: 8vw;
    bottom: 205px;
    z-index: 2;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 90, 0, 0.28), transparent);
    pointer-events: none;
  }

  .hero__content {
    width: min(760px, calc(100% - 72px));
    padding-top: 56px;
    padding-left: clamp(72px, 8.5vw, 138px);
  }

  .logo--hero {
    margin-bottom: 34px;
  }

  .hero h1 {
    margin-bottom: 24px;
    font-size: clamp(58px, 4.45vw, 78px);
    line-height: 1.04;
  }

  .hero__button {
    width: min(560px, 100%);
    min-height: 76px;
  }

  .schedule {
    width: min(620px, 100%);
  }

  .hero__after {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(280px, 430px) 1fr;
    gap: 18px;
    align-items: stretch;
    width: min(690px, 100%);
    margin-top: 20px;
  }

  .hero__bonus {
    padding: 20px 24px;
    border: 1px solid rgba(255, 90, 0, 0.24);
    border-radius: 18px;
    background:
      radial-gradient(circle at 10% 10%, rgba(255, 90, 0, 0.13), transparent 34%),
      rgba(255, 255, 255, 0.78);
    box-shadow: 0 22px 54px rgba(44, 28, 22, 0.1);
    backdrop-filter: blur(12px);
  }

  .hero__bonus span {
    display: block;
    margin-bottom: 8px;
    color: var(--orange);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .hero__bonus strong {
    display: block;
    max-width: 360px;
    font-size: 19px;
    line-height: 1.22;
    font-weight: 800;
  }

  .hero__mini {
    display: grid;
    gap: 10px;
    align-content: center;
  }

  .hero__mini span {
    width: max-content;
    padding: 10px 16px;
    border: 1px solid rgba(255, 90, 0, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 34px rgba(44, 28, 22, 0.07);
    color: #1a100d;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .hero__value-map,
  .hero__portrait-glow {
    display: none;
  }

  .hero__mini span:nth-child(2) {
    margin-left: 46px;
  }

  .hero__mini span:nth-child(3) {
    margin-left: 18px;
  }

  .hero__person {
    right: clamp(64px, 6.2vw, 130px);
    top: 34px;
    height: 860px;
    max-height: 78%;
  }

  .hero__portrait-glow {
    position: absolute;
    z-index: 2;
    right: clamp(70px, 6vw, 132px);
    top: 112px;
    width: min(520px, 35vw);
    height: 720px;
    border-radius: 260px 260px 24px 24px;
    background:
      radial-gradient(circle at 50% 44%, rgba(255, 90, 0, 0.28), transparent 40%),
      linear-gradient(180deg, rgba(255, 240, 230, 0.64), rgba(255, 90, 0, 0.08));
    filter: blur(0);
    pointer-events: none;
  }

  .hero__value-map {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 820px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    width: min(1120px, calc(100% - 144px));
    height: auto;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .hero-value {
    position: relative;
    width: auto;
    min-height: 118px;
    padding: 22px 22px;
    border: 1px solid rgba(255, 90, 0, 0.22);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 241, 0.76));
    box-shadow: 0 24px 60px rgba(44, 28, 22, 0.13);
    backdrop-filter: blur(10px);
  }

  .hero-value span {
    display: block;
    margin-bottom: 8px;
    color: var(--orange);
    font-size: 14px;
    font-weight: 900;
  }

  .hero-value strong {
    display: block;
    color: #17100d;
    font-size: 18px;
    line-height: 1.18;
    font-weight: 850;
  }

  .hero-value--plan,
  .hero-value--money,
  .hero-value--docs,
  .hero-value--growth {
    left: auto;
    right: auto;
    top: auto;
  }

  .hero__tart {
    left: 55%;
    top: -12px;
    width: 152px;
  }

  .hero__corner {
    width: 250px;
  }

  .fit {
    position: relative;
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .hero__value-map,
  .hero__portrait-glow {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .hero__after {
    position: relative;
    z-index: 4;
    display: grid;
    gap: 10px;
    width: 100%;
    margin-top: 14px;
  }

  .hero__bonus {
    padding: 14px 16px;
    border: 1px solid rgba(255, 90, 0, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
  }

  .hero__bonus span {
    display: block;
    margin-bottom: 6px;
    color: var(--orange);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .hero__bonus strong {
    display: block;
    max-width: 310px;
    font-size: 14px;
    line-height: 1.2;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero__mini {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .hero__mini span {
    padding: 8px 10px;
    border: 1px solid rgba(255, 90, 0, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .hero__button,
  .schedule,
  .hero__bonus {
    width: 100%;
    max-width: 100%;
  }

  .hero__button {
    box-sizing: border-box;
  }

  .fit h2 {
    font-size: 28px;
    line-height: 1.08;
  }
}

/* Hero composition rebuild: one scene, not separate left/right objects. */
@media (min-width: 901px) {
  .hero {
    min-height: 1120px;
    background:
      radial-gradient(circle at 62% 42%, rgba(255, 90, 0, 0.1), transparent 30%),
      radial-gradient(circle at 44% 78%, rgba(255, 90, 0, 0.1), transparent 25%),
      linear-gradient(90deg, #fff 0%, #fff 44%, #fff5ef 70%, #fff 100%);
  }

  .hero::before {
    height: 360px;
    background:
      radial-gradient(circle at 42% 35%, rgba(255, 90, 0, 0.16), transparent 25%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff3eb 54%, #fff0e7 100%);
  }

  .hero__content {
    width: min(700px, calc(100% - 72px));
    padding-top: 58px;
    padding-left: clamp(84px, 6.2vw, 118px);
  }

  .hero h1 {
    max-width: 700px;
    font-size: clamp(56px, 4.1vw, 74px);
    line-height: 1.04;
  }

  .hero__button {
    width: min(540px, 100%);
  }

  .schedule,
  .hero__after {
    width: min(600px, 100%);
  }

  .hero__mini {
    display: none;
  }

  .hero__bonus {
    max-width: 600px;
  }

  .hero__person {
    z-index: 4;
    right: clamp(86px, 8vw, 170px);
    top: 52px;
    height: 820px;
    max-height: none;
    mix-blend-mode: multiply;
  }

  .hero__portrait-glow {
    display: block;
    z-index: 2;
    right: clamp(74px, 7.5vw, 160px);
    top: 118px;
    width: 470px;
    height: 690px;
    border-radius: 260px 260px 34px 34px;
    background:
      radial-gradient(circle at 50% 42%, rgba(255, 90, 0, 0.3), transparent 43%),
      linear-gradient(180deg, rgba(255, 237, 226, 0.72), rgba(255, 90, 0, 0.1));
  }

  .hero__value-map {
    z-index: 5;
    top: 820px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: min(1080px, calc(100% - 160px));
  }

  .hero__value-map::before {
    content: none;
  }

  .hero-value {
    min-height: 108px;
    padding: 20px;
  }

  .hero-value strong {
    font-size: 17px;
  }
}

@media (min-width: 1500px) {
  .hero {
    min-height: 1080px;
  }

  .hero__content {
    padding-left: clamp(96px, 6vw, 132px);
  }

  .hero__person {
    right: clamp(125px, 8.5vw, 210px);
    height: 840px;
  }

  .hero__portrait-glow {
    right: clamp(118px, 8.2vw, 200px);
    width: 500px;
    height: 700px;
  }

  .hero__value-map {
    left: min(58vw, 1080px);
    top: 390px;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 330px;
    padding: 24px;
    border: 1px solid rgba(255, 90, 0, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 28px 70px rgba(44, 28, 22, 0.1);
    backdrop-filter: blur(14px);
    transform: translateX(-50%);
  }

  .hero__value-map::before {
    content: "На эфире разберем";
    display: block;
    margin-bottom: 4px;
    color: var(--orange);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .hero-value {
    min-height: 76px;
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: none;
    background: rgba(255, 250, 246, 0.78);
  }

  .hero-value span {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .hero-value strong {
    font-size: 15px;
    line-height: 1.18;
  }
}

/* Unified warm premium section for questions + expert. */
.answers {
  background:
    radial-gradient(circle at 52% 12%, rgba(255, 90, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #f8f5f2 0%, #f7f4f1 58%, #f8f5f2 100%);
}

.answers .section-inner {
  position: relative;
}

.answer,
.answer-photo,
.expert {
  border-radius: 14px;
  box-shadow:
    0 22px 54px rgba(44, 28, 22, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.answer {
  border: 1.5px solid rgba(255, 90, 0, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 246, 0.84));
  color: #16100e;
}

.answer-photo {
  background-blend-mode: soft-light;
  box-shadow:
    inset 0 0 0 999px rgba(42, 28, 23, 0.06),
    0 22px 54px rgba(44, 28, 22, 0.11);
}

.button--answers {
  position: relative;
  z-index: 2;
  box-shadow:
    inset 0 -6px 0 rgba(126, 42, 0, 0.24),
    0 22px 48px rgba(255, 90, 0, 0.28),
    0 0 32px rgba(255, 90, 0, 0.16);
}

.expert {
  border: 1px solid rgba(255, 90, 0, 0.12);
  background:
    radial-gradient(circle at 27% 56%, rgba(255, 90, 0, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 250, 246, 0.7));
}

.expert h3 {
  color: var(--orange);
  font-weight: 900;
}

.expert li::before {
  content: "✓";
}

@media (min-width: 901px) {
  .answers {
    padding-top: 90px;
    padding-bottom: 78px;
  }

  .answers__grid {
    gap: 18px;
  }

  .answer {
    padding: 28px 32px;
  }

  .answer-photo {
    min-height: 136px;
  }

  .button--answers {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .expert {
    max-width: 1160px;
    margin-top: 34px;
    padding: 34px 66px 32px;
    grid-template-columns: 390px 1fr;
    gap: 48px;
    align-items: center;
  }

  .expert img {
    width: 360px;
    margin-bottom: -32px;
  }

  .expert h3 {
    margin-bottom: 16px;
    font-size: 34px;
  }

  .expert ul {
    font-size: 18px;
    line-height: 1.42;
  }
}

@media (max-width: 900px) {
  .answers {
    background: linear-gradient(180deg, #f8f5f2 0%, #f7f4f1 100%);
  }

  .answer {
    padding: 18px 18px 20px;
  }

  .expert {
    background:
      radial-gradient(circle at 50% 28%, rgba(255, 90, 0, 0.16), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 246, 0.72));
  }
}

/* TЗ reset: remove experimental hero additions and return to the brief structure. */
.hero__value-map,
.hero-value,
.hero__mini {
  display: none !important;
}

@media (min-width: 901px) {
  .hero {
    min-height: 980px;
    background:
      radial-gradient(circle at 58% 48%, rgba(255, 90, 0, 0.08), transparent 30%),
      linear-gradient(90deg, #fff 0%, #fff 47%, #fff6f0 76%, #fff 100%);
  }

  .hero::before {
    height: 300px;
    background:
      radial-gradient(circle at 40% 35%, rgba(255, 90, 0, 0.13), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff4ed 60%, #fff0e7 100%);
  }

  .hero__content {
    width: min(720px, calc(100% - 72px));
    padding-top: 72px;
    padding-left: clamp(82px, 7vw, 132px);
  }

  .logo--hero {
    margin-bottom: 48px;
  }

  .hero__label {
    margin-bottom: 18px;
  }

  .hero h1 {
    max-width: 720px;
    margin-bottom: 30px;
    font-size: clamp(58px, 4.55vw, 82px);
    line-height: 1.05;
  }

  .hero__button {
    width: min(560px, 100%);
    min-height: 78px;
  }

  .schedule {
    width: min(640px, 100%);
    margin-top: 18px;
  }

  .hero__after {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 18px;
    width: min(720px, 100%);
    margin-top: 22px;
  }

  .hero__register,
  .hero__bonus {
    margin: 0;
    border: 1px solid rgba(255, 90, 0, 0.24);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 22px 54px rgba(44, 28, 22, 0.1);
    backdrop-filter: blur(12px);
  }

  .hero__register {
    padding: 24px;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
  }

  .hero__register strong {
    color: var(--orange);
    font-weight: 900;
    white-space: nowrap;
  }

  .hero__bonus {
    padding: 20px 24px;
  }

  .hero__bonus span {
    display: block;
    margin-bottom: 8px;
    color: var(--orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .hero__bonus strong {
    display: block;
    font-size: 17px;
    line-height: 1.22;
    font-weight: 800;
  }

  .hero__portrait-glow {
    display: block;
    z-index: 2;
    right: clamp(88px, 8vw, 170px);
    top: 150px;
    width: 470px;
    height: 650px;
    border-radius: 260px 260px 34px 34px;
    background:
      radial-gradient(circle at 50% 48%, rgba(255, 90, 0, 0.28), transparent 43%),
      linear-gradient(180deg, rgba(255, 237, 226, 0.62), rgba(255, 90, 0, 0.08));
  }

  .hero__person {
    z-index: 4;
    right: clamp(95px, 8.6vw, 185px);
    top: 86px;
    height: 780px;
    max-height: none;
    mix-blend-mode: multiply;
  }
}

@media (max-width: 900px) {
  .hero__register {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(255, 90, 0, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
  }

  .hero__register strong {
    color: var(--orange);
    font-weight: 900;
  }
}

@media (max-width: 520px) {
  .hero__content {
    width: 100%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero__person,
  .hero__portrait-glow,
  .hero__tart,
  .hero__corner {
    display: none;
  }

  .hero {
    background: #f8f5f2;
  }

  .hero__button,
  .schedule,
  .hero__after {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .hero__after {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero__register,
  .hero__bonus {
    min-height: 0;
    overflow-wrap: normal;
  }

  .hero__register {
    font-size: 16px;
  }

  .hero__bonus strong {
    font-size: 16px;
  }

  .fit-card::after {
    right: -22px;
    bottom: -18px;
    width: 104px;
    height: 104px;
    opacity: 0.24;
  }
}

/* Reference-like phone adaptation. */
@media (max-width: 760px) {
  body {
    background: #f8f5f2;
  }

  .hero {
    position: relative !important;
    padding: 24px 16px 0 !important;
    isolation: isolate;
  }

  .hero__content {
    align-items: flex-start !important;
  }

  .logo--hero {
    width: 116px !important;
    margin-bottom: 26px !important;
  }

  .hero__label {
    color: var(--orange) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
  }

  .hero h1 {
    max-width: 430px !important;
    font-size: clamp(34px, 11vw, 48px) !important;
    line-height: 0.98 !important;
  }

  .hero__button {
    box-shadow: 0 14px 26px rgba(255, 90, 1, 0.28), inset 0 -4px 0 rgba(190, 56, 0, 0.28) !important;
  }

  .schedule {
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid rgba(255, 90, 1, 0.18) !important;
    box-shadow: 0 16px 38px rgba(44, 28, 22, 0.08) !important;
  }

  .hero__after {
    margin-bottom: 0 !important;
  }

  .hero__register,
  .hero__bonus {
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(255, 90, 1, 0.2) !important;
    box-shadow: 0 18px 34px rgba(44, 28, 22, 0.08) !important;
  }

  .hero__portrait-glow {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 22px !important;
    width: min(82vw, 330px) !important;
    height: min(82vw, 330px) !important;
    transform: translateX(-50%) !important;
    border-radius: 50% !important;
    background: var(--orange) !important;
    opacity: 1 !important;
    z-index: 1 !important;
  }

  .hero__person {
    width: min(92vw, 390px) !important;
    margin-top: 24px !important;
    z-index: 2 !important;
  }

  .hero__tart {
    top: 0 !important;
    right: -20px !important;
  }

  .hero__corner {
    bottom: 16px !important;
    left: -28px !important;
  }

  .fit,
  .answers {
    border-radius: 0 !important;
  }

  .fit h2,
  .answers h2 {
    text-align: center !important;
  }

  .fit-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 242, 0.92)) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14) !important;
  }

  .answers__grid {
    gap: 10px !important;
  }

  .answer {
    border-width: 1.4px !important;
    background: rgba(255, 255, 255, 0.92) !important;
  }

  .answer-photo {
    min-height: 138px !important;
  }

  .expert {
    align-items: center !important;
  }

  .expert h3 {
    color: var(--orange) !important;
  }

  .formats__inner {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }

  .formats h2 {
    text-align: center !important;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hero h1 {
    font-size: clamp(31px, 11vw, 42px) !important;
  }

  .hero__button {
    min-height: 56px !important;
  }

  .hero__portrait-glow {
    width: 286px !important;
    height: 286px !important;
    bottom: 14px !important;
  }

  .hero__person {
    width: min(98vw, 352px) !important;
  }

  .fit h2,
  .answers h2,
  .formats h2 {
    font-size: 28px !important;
  }

  .hero__register,
  .hero__bonus,
  .fit-card,
  .answer {
    border-radius: 14px !important;
  }
}

/* TЗ format list only. */
.format-pill--shawarma,
.format-pill--dumpling,
.format-pill--pizza,
.format-pill--other {
  display: none !important;
}

@media (min-width: 901px) {
  .format-pill--top { left: 50%; top: 42px; width: 170px; transform: translateX(-50%); }
  .format-pill--cafe { left: 120px; top: 90px; width: 170px; }
  .format-pill--bakery { left: 50%; top: 402px; width: 260px; transform: translateX(-50%); }
  .format-pill--coffee { right: 120px; top: 90px; width: 170px; }
  .format-pill--pastry { left: 80px; top: 274px; width: 220px; }
  .format-pill--workshop { right: 100px; top: 274px; width: 150px; }
}

/* TЗ-like audience cards: less empty, more visual and editorial. */
.fit {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 90, 0, 0.11), transparent 24%),
    radial-gradient(circle at 82% 88%, rgba(255, 90, 0, 0.08), transparent 26%),
    var(--brown);
}

.fit-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 245, 242, 0.9));
}

.fit-card::before {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -72px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 90, 0, 0.12);
}

.fit-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 118px;
  height: 118px;
  background: url("assets/decor-tart-cutout.png") center / contain no-repeat;
  opacity: 0.52;
  filter: drop-shadow(0 16px 24px rgba(44, 28, 22, 0.12));
}

.fit-card--wide:nth-of-type(2)::after {
  background-image: url("assets/ref/35_2d1961b0-5196-4cef-a.png");
}

.fit-card--wide:nth-of-type(3)::after {
  background-image: url("assets/ref/12_2562f811-3f84-4116-8.png");
}

.fit-card span,
.fit-card h3,
.fit-card p {
  position: relative;
  z-index: 2;
}

.fit-card span {
  color: var(--orange);
  font-weight: 900;
}

@media (min-width: 901px) {
  .fit__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .fit-card {
    padding: 32px 34px;
  }
}

/* Clean TЗ hero polish: no visible beige blotches, stronger lower cards. */
@media (min-width: 901px) {
  .hero {
    min-height: 980px;
    background: #f8f5f2;
  }

  .hero::before {
    height: 260px;
    background: linear-gradient(180deg, rgba(248, 245, 242, 0) 0%, #f8f5f2 100%);
  }

  .hero::after {
    display: none;
  }

  .hero__content {
    width: min(760px, calc(100% - 72px));
    padding-left: clamp(86px, 6vw, 122px);
  }

  .schedule {
    width: min(660px, 100%);
    box-shadow: 0 20px 50px rgba(44, 28, 22, 0.08);
  }

  .hero__after {
    grid-template-columns: 1fr 1.2fr;
    width: min(760px, 100%);
    gap: 20px;
    margin-top: 24px;
  }

  .hero__register,
  .hero__bonus {
    min-height: 126px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
      0 28px 70px rgba(44, 28, 22, 0.11),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
  }

  .hero__register {
    padding: 28px 28px;
    font-size: 22px;
    line-height: 1.22;
  }

  .hero__bonus {
    padding: 24px 28px;
  }

  .hero__bonus span {
    font-size: 14px;
  }

  .hero__bonus strong {
    font-size: 20px;
    line-height: 1.2;
  }

  .hero__portrait-glow {
    right: clamp(125px, 9vw, 215px);
    top: 135px;
    width: 540px;
    height: 680px;
    border-radius: 50%;
    background: var(--orange);
    opacity: 1;
  }

  .hero__person {
    right: clamp(128px, 9.3vw, 220px);
    top: 74px;
    height: 800px;
    mix-blend-mode: normal;
  }

  .hero__tart {
    left: 54%;
    opacity: 0.95;
  }

  .hero__corner {
    width: 230px;
    opacity: 0.92;
  }
}

@media (min-width: 1500px) {
  .hero__content {
    padding-left: clamp(96px, 6vw, 136px);
  }

  .hero__portrait-glow {
    right: clamp(145px, 9vw, 240px);
    width: 560px;
    height: 700px;
  }

  .hero__person {
    right: clamp(150px, 9.4vw, 250px);
    height: 820px;
  }
}

/* Desktop hero composition lock: clean cream background, no overlap, no beige blotch. */
@media (min-width: 901px) {
  .hero {
    min-height: 940px;
    background: #f8f5f2;
    isolation: isolate;
  }

  .hero__content {
    z-index: 6;
    width: min(610px, calc(100% - 72px));
    padding-top: 72px;
    padding-left: clamp(72px, 6.2vw, 112px);
  }

  .logo--hero {
    margin-bottom: 42px;
  }

  .hero h1 {
    max-width: 610px;
    margin-bottom: 28px;
    font-size: clamp(52px, 4.25vw, 68px);
    line-height: 1.06;
  }

  .hero__button {
    width: min(500px, 100%);
    min-height: 72px;
  }

  .schedule {
    width: min(570px, 100%);
  }

  .hero__after {
    grid-template-columns: 0.92fr 1.08fr;
    width: min(610px, 100%);
    gap: 18px;
    margin-top: 22px;
  }

  .hero__register,
  .hero__bonus {
    min-height: 132px;
    border-radius: 20px;
  }

  .hero__register {
    padding: 26px 24px;
    font-size: 21px;
  }

  .hero__bonus {
    padding: 23px 24px;
  }

  .hero__bonus strong {
    font-size: 19px;
  }

  .hero__portrait-glow {
    z-index: 1;
    right: clamp(92px, 8vw, 160px);
    top: 122px;
    width: 500px;
    height: 650px;
    border-radius: 52% 52% 46% 46%;
    background: var(--orange);
    box-shadow:
      0 36px 90px rgba(255, 90, 0, 0.18),
      inset 0 -28px 44px rgba(152, 41, 0, 0.08);
  }

  .hero__person {
    z-index: 3;
    right: clamp(96px, 8.3vw, 170px);
    top: 74px;
    height: min(750px, 78vw);
    max-height: 790px;
    mix-blend-mode: normal;
    filter: saturate(1.04) contrast(1.02);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 93%, transparent 99%);
    mask-image: linear-gradient(90deg, #000 0%, #000 93%, transparent 99%);
  }

  .hero__tart {
    left: 50%;
    top: -42px;
    width: 170px;
  }

  .hero__corner {
    left: -54px;
    bottom: 56px;
    width: 210px;
  }
}

@media (min-width: 1280px) and (max-width: 1399px) {
  .hero__content {
    width: 585px;
    padding-left: 76px;
  }

  .hero h1 {
    font-size: 55px;
  }

  .hero__button {
    width: 470px;
  }

  .schedule,
  .hero__after {
    width: 550px;
  }

  .hero__portrait-glow {
    right: 86px;
    width: 475px;
  }

  .hero__person {
    right: 88px;
    height: 720px;
  }
}

@media (min-width: 1500px) {
  .hero__content {
    width: min(690px, calc(100% - 72px));
  }

  .hero h1 {
    max-width: 690px;
    font-size: clamp(64px, 4.25vw, 82px);
  }

  .hero__button {
    width: min(560px, 100%);
  }

  .schedule,
  .hero__after {
    width: min(660px, 100%);
  }

  .hero__portrait-glow {
    right: clamp(150px, 9vw, 250px);
    width: 560px;
    height: 700px;
  }

  .hero__person {
    right: clamp(152px, 9.2vw, 260px);
    height: 820px;
  }
}

@media (max-width: 520px) {
  .hero__register,
  .hero__register strong,
  .hero__bonus,
  .hero__bonus strong {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero__register strong {
    display: block;
  }
}

/* Unified desktop grid for hero + next section. */
@media (min-width: 901px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(535px, 575px) minmax(260px, 310px) minmax(340px, 410px);
    column-gap: clamp(22px, 2.4vw, 36px);
    align-items: center;
    justify-content: center;
    min-height: 900px;
    padding: 70px clamp(44px, 5vw, 92px) 86px;
    background: #f8f5f2;
    box-sizing: border-box;
    overflow: hidden;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero__content {
    display: grid;
    grid-column: 1 / 3;
    grid-template-columns: minmax(535px, 575px) minmax(260px, 310px);
    column-gap: clamp(22px, 2.4vw, 36px);
    align-items: start;
    width: auto;
    max-width: none;
    padding: 0;
  }

  .logo--hero,
  .hero__label,
  .hero h1,
  .hero__button,
  .schedule {
    grid-column: 1;
  }

  .logo--hero {
    margin-bottom: 44px;
  }

  .hero__label {
    margin-bottom: 18px;
  }

  .hero h1 {
    max-width: 575px;
    margin-bottom: 28px;
    font-size: clamp(52px, 4vw, 66px);
    line-height: 1.06;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero__button {
    width: min(500px, 100%);
    min-height: 72px;
  }

  .schedule {
    width: min(555px, 100%);
    margin-top: 18px;
  }

  .hero__after {
    display: flex;
    grid-column: 2;
    grid-row: 4 / 7;
    flex-direction: column;
    justify-content: start;
    align-self: start;
    gap: 16px;
    width: auto;
    margin: 0;
    padding-top: 14px;
  }

  .hero__register,
  .hero__bonus {
    min-height: 0;
    border-radius: 20px;
  }

  .hero__register {
    padding: 28px 24px;
    font-size: 21px;
    line-height: 1.18;
  }

  .hero__register strong {
    display: block;
  }

  .hero__bonus {
    padding: 24px;
  }

  .hero__bonus strong {
    font-size: 18px;
    line-height: 1.22;
  }

  .hero__portrait-glow {
    position: relative;
    z-index: 1;
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: center;
    right: auto;
    top: auto;
    width: 322px;
    height: 505px;
    border-radius: 52% 52% 44% 44%;
    background: var(--orange);
    box-shadow: 0 34px 86px rgba(255, 90, 0, 0.17);
  }

  .hero__person {
    position: relative;
    z-index: 3;
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    justify-self: center;
    right: auto;
    top: auto;
    height: 688px;
    max-height: 78vh;
    margin-bottom: -26px;
    filter: saturate(1.04) contrast(1.02);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 92%, transparent 99%);
    mask-image: linear-gradient(90deg, #000 0%, #000 92%, transparent 99%);
  }

  .hero__tart {
    left: calc(50% + 24px);
    top: -44px;
    width: 164px;
  }

  .hero__corner {
    left: -52px;
    bottom: 58px;
    width: 205px;
  }

  .fit .section-inner {
    max-width: 1240px;
  }

  .fit h2 {
    max-width: 1240px;
  }
}

@media (min-width: 1280px) and (max-width: 1399px) {
  .hero {
    grid-template-columns: 560px 270px 345px;
    column-gap: 26px;
    padding-inline: 48px;
  }

  .hero__content {
    grid-template-columns: 560px 270px;
    column-gap: 26px;
  }

  .hero h1 {
    max-width: 560px;
    font-size: 52px;
  }

  .hero__button,
  .schedule {
    width: 500px;
  }

  .hero__register {
    font-size: 19px;
  }

  .hero__bonus strong {
    font-size: 17px;
  }

  .hero__portrait-glow {
    width: 312px;
    height: 496px;
  }

  .hero__person {
    height: 660px;
  }
}

/* TЗ hero order lock: CTA information belongs under the button, not near the photo. */
@media (min-width: 901px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(560px, 650px) minmax(390px, 500px);
    column-gap: clamp(54px, 6vw, 108px);
    align-items: center;
    justify-content: center;
    min-height: 930px;
    padding: 72px clamp(58px, 6vw, 110px) 110px;
    background: #f8f5f2;
    overflow: hidden;
  }

  .hero__content {
    display: block;
    grid-column: 1;
    width: 100%;
    max-width: 650px;
    padding: 0;
  }

  .logo--hero {
    margin-bottom: 46px;
  }

  .hero__label {
    margin-bottom: 18px;
  }

  .hero h1 {
    max-width: 650px;
    margin-bottom: 28px;
    font-size: clamp(54px, 4.15vw, 72px);
    line-height: 1.05;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero__button {
    width: min(560px, 100%);
    min-height: 76px;
  }

  .schedule {
    width: min(560px, 100%);
    margin-top: 18px;
  }

  .hero__after {
    display: grid;
    grid-template-columns: 0.95fr 1.15fr;
    gap: 18px;
    width: min(650px, 100%);
    margin-top: 20px;
    padding-top: 0;
  }

  .hero__register,
  .hero__bonus {
    min-height: 132px;
    border-radius: 20px;
  }

  .hero__register {
    padding: 26px 24px;
    font-size: 21px;
    line-height: 1.2;
  }

  .hero__register strong {
    display: block;
  }

  .hero__bonus {
    padding: 24px;
  }

  .hero__bonus strong {
    font-size: 18px;
    line-height: 1.22;
  }

  .hero__portrait-glow {
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    right: auto;
    top: auto;
    width: clamp(430px, 34vw, 590px);
    height: clamp(660px, 52vw, 820px);
    border-radius: 52% 52% 44% 44%;
    background: var(--orange);
    box-shadow: 0 34px 86px rgba(255, 90, 0, 0.16);
    margin-top: 86px;
  }

  .hero__person {
    position: relative;
    z-index: 3;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    right: auto;
    top: auto;
    height: clamp(820px, 62vw, 1010px);
    max-height: 98vh;
    margin-top: -76px;
    margin-bottom: -80px;
    filter: saturate(1.04) contrast(1.02);
    -webkit-mask-image:
      linear-gradient(180deg, #000 0%, #000 90%, transparent 99%),
      linear-gradient(90deg, transparent 0%, #000 7%, #000 92%, transparent 99%);
    mask-image:
      linear-gradient(180deg, #000 0%, #000 90%, transparent 99%),
      linear-gradient(90deg, transparent 0%, #000 7%, #000 92%, transparent 99%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  .hero__tart {
    left: 52%;
    top: -40px;
    width: 160px;
  }

  .hero__corner {
    left: -54px;
    bottom: 78px;
    width: 190px;
  }
}

@media (min-width: 1280px) and (max-width: 1399px) {
  .hero {
    grid-template-columns: 575px 385px;
    column-gap: 86px;
    padding-inline: 70px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero__button,
  .schedule {
    width: 520px;
  }

  .hero__after {
    width: 575px;
  }

  .hero__portrait-glow {
    width: 430px;
    height: 650px;
    margin-top: 82px;
  }

  .hero__person {
    height: 840px;
  }
}

/* Figma hero placement: fixed commercial container + exact right visual assets. */
@media (min-width: 901px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(560px, 620px) minmax(470px, 560px);
    column-gap: clamp(56px, 6vw, 104px);
    justify-content: center;
    align-items: center;
    min-height: 930px;
    padding-block: 72px 112px;
    padding-inline: max(52px, calc((100vw - 1320px) / 2));
    background: #f8f5f2;
    overflow: hidden;
    box-sizing: border-box;
  }

  .hero__content {
    display: block;
    grid-column: 1;
    width: 100%;
    max-width: 620px;
    padding: 0;
  }

  .logo--hero {
    margin-bottom: 44px;
  }

  .hero h1 {
    max-width: 620px;
    font-size: clamp(54px, 4vw, 70px);
    line-height: 1.05;
  }

  .hero__button,
  .schedule {
    width: min(560px, 100%);
  }

  .hero__after {
    display: grid;
    grid-template-columns: 0.95fr 1.18fr;
    gap: 18px;
    width: min(620px, 100%);
    margin-top: 20px;
    padding: 0;
  }

  .hero__portrait-glow {
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    right: auto;
    top: auto;
    width: clamp(370px, 34vw, 500px);
    height: clamp(520px, 43vw, 690px);
    margin: 30px 0 0;
    border-radius: 0;
    background: url("assets/hero-orange-shape.svg") center / contain no-repeat;
    box-shadow: none;
  }

  .hero__person {
    position: relative;
    z-index: 3;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-self: end;
    right: auto;
    top: auto;
    width: clamp(385px, 33vw, 520px);
    height: auto;
    max-height: none;
    margin: -72px 6px -18px 0;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero__tart {
    left: calc(50% + 8px);
    top: -38px;
    width: 156px;
  }

  .hero__corner {
    left: max(-50px, calc((100vw - 1320px) / 2 - 118px));
    bottom: 76px;
    width: 188px;
  }

  .fit .section-inner {
    max-width: 1320px;
  }
}

@media (min-width: 1280px) and (max-width: 1399px) {
  .hero {
    grid-template-columns: 560px 500px;
    column-gap: 72px;
    padding-inline: 64px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero__portrait-glow {
    width: 430px;
    height: 610px;
    margin-top: 34px;
  }

  .hero__person {
    width: 455px;
    margin-top: -76px;
    margin-right: 4px;
    margin-bottom: -18px;
  }
}

/* Hero rebuilt to match the provided visual reference. */
@media (min-width: 901px) {
  .hero {
    display: grid;
    grid-template-columns: 560px 560px;
    column-gap: clamp(58px, 5vw, 92px);
    justify-content: center;
    align-items: center;
    min-height: 900px;
    padding: 46px max(40px, calc((100vw - 1320px) / 2)) 62px;
    background: #f8f5f2;
    overflow: hidden;
    box-sizing: border-box;
  }

  .hero__content {
    display: block;
    grid-column: 1;
    width: 560px;
    max-width: 560px;
    padding: 0;
    transform: translateX(38px);
  }

  .logo--hero {
    width: 150px;
    margin-bottom: 46px;
  }

  .hero__label {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .hero h1 {
    max-width: 560px;
    margin-bottom: 28px;
    font-size: 58px;
    line-height: 1.08;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero__button {
    width: 560px;
    min-height: 76px;
    border-radius: 22px;
  }

  .schedule {
    width: 560px;
    margin-top: 18px;
    gap: 12px;
  }

  .schedule__pill {
    min-height: 56px;
    border-radius: 14px;
  }

  .hero__after {
    display: grid;
    grid-template-columns: 224px 292px;
    gap: 18px;
    width: 560px;
    margin-top: 24px;
    padding: 0;
  }

  .hero__register,
  .hero__bonus {
    min-height: 150px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
  }

  .hero__register {
    padding: 24px 20px;
    font-size: 20px;
    line-height: 1.2;
  }

  .hero__register strong {
    display: block;
    margin-top: 2px;
  }

  .hero__bonus {
    padding: 23px 22px;
  }

  .hero__bonus span {
    font-size: 13px;
    line-height: 1.05;
  }

  .hero__bonus strong {
    font-size: 16px;
    line-height: 1.22;
  }

  .hero__portrait-glow {
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    right: auto;
    top: auto;
    width: 600px;
    height: 600px;
    margin: 44px 0 0;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: none;
  }

  .hero__person {
    position: relative;
    z-index: 3;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-self: center;
    right: auto;
    top: auto;
    width: 520px;
    height: auto;
    max-height: none;
    margin: -44px 0 -72px;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero__tart {
    left: 57%;
    top: -48px;
    width: 142px;
  }

  .hero__corner {
    left: max(-44px, calc((100vw - 1320px) / 2 - 118px));
    bottom: 4px;
    width: 188px;
  }
}

@media (min-width: 1280px) and (max-width: 1399px) {
  .hero {
    grid-template-columns: 560px 520px;
    column-gap: 56px;
    padding-inline: 72px;
  }

  .hero__content {
    transform: translateX(14px);
  }

  .hero__portrait-glow {
    width: 560px;
    height: 560px;
    margin-top: 42px;
  }

  .hero__person {
    width: 492px;
    margin-top: -38px;
    margin-bottom: -66px;
  }
}

@media (min-width: 1280px) and (max-width: 1399px) {
  .hero h1 {
    font-size: 52px;
  }
}

/* Full cookie asset in hero. */
@media (min-width: 901px) {
  .hero__corner {
    left: max(18px, calc((100vw - 1320px) / 2 - 82px));
    bottom: 14px;
    width: 168px;
    opacity: 1;
    filter: drop-shadow(0 18px 28px rgba(44, 28, 22, 0.16));
  }
}

/* Final formats block: dark premium composition with food assets. */
.formats {
  padding: 56px 0 70px;
  background: #f8f5f2;
}

.formats__inner {
  position: relative;
  max-width: 1320px;
  min-height: 880px;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 90, 1, 0.08), transparent 34%),
    radial-gradient(circle at 5% 15%, rgba(255, 255, 255, 0.08), transparent 24%),
    #1c120f;
  box-shadow: 0 30px 70px rgba(44, 28, 22, 0.16);
}

.formats h2 {
  position: relative;
  z-index: 4;
  max-width: 560px;
  margin: 205px auto 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.14;
  text-align: center;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.26);
}

.formats__map {
  position: absolute;
  z-index: 5;
  inset: 58px 50%;
  width: 900px;
  height: 430px;
  margin-left: -450px;
}

.format-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.format-lines path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 2;
  stroke-dasharray: 7 9;
  stroke-linecap: round;
}

.formats__map::after {
  display: none;
}

.format-pill {
  min-height: 74px;
  padding: 0 28px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffaf2, #f8efe4);
  color: #211612;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  font-size: 23px;
  font-weight: 600;
  gap: 14px;
}

.format-pill::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--orange);
  font-size: 30px;
  line-height: 1;
}

.format-pill--top::before { content: "▣"; }
.format-pill--cafe::before { content: "◌"; }
.format-pill--coffee::before { content: "♨"; }
.format-pill--pastry::before { content: "♧"; }
.format-pill--workshop::before { content: "♙"; }
.format-pill--bakery::before { content: "☆"; }

.format-pill--top { left: 50%; top: 0; width: 220px; transform: translateX(-50%); }
.format-pill--cafe { left: 86px; top: 105px; width: 230px; }
.format-pill--coffee { right: 74px; top: 102px; width: 230px; }
.format-pill--pastry { left: 0; top: 322px; width: 250px; }
.format-pill--workshop { right: 20px; top: 322px; width: 190px; }
.format-pill--bakery { left: 50%; top: 396px; width: 335px; transform: translateX(-50%); }

.formats__cta {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 34px;
  width: 580px;
  min-height: 250px;
  margin: 0 0 0 -290px;
  padding: 0;
  background: none;
  text-align: center;
}

.formats__cta::before {
  content: "";
  display: block;
  width: 2px;
  height: 82px;
  margin: 0 auto 14px;
  background: linear-gradient(#fff 0 72%, transparent 72% 100%);
  opacity: 0.9;
}

.formats__cta::after {
  content: "↓";
  position: absolute;
  left: 50%;
  top: 92px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 58px;
  line-height: 1;
  opacity: 0.95;
}

.formats__cta p {
  margin: 0 auto 82px;
  max-width: 560px;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}

.formats__cta p b {
  color: var(--orange);
}

.button--formats {
  width: 450px;
  min-height: 92px;
  border-radius: 22px;
  font-size: 42px;
  box-shadow: 0 28px 60px rgba(255, 90, 1, 0.28), inset 0 -6px 0 rgba(191, 53, 0, 0.28);
}

.format-decor {
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.34));
}

.format-decor--coffee-left {
  left: -26px;
  top: 18px;
  width: 210px;
}

.format-decor--cookie-left {
  left: -45px;
  top: 408px;
  width: 142px;
}

.format-decor--wrap {
  left: -8px;
  bottom: 18px;
  width: 230px;
  transform: rotate(-9deg);
}

.format-decor--dumplings {
  display: none;
}

.format-decor--cookie-right {
  right: 24px;
  top: 210px;
  width: 118px;
  transform: rotate(18deg);
}

.format-decor--coffee-right {
  right: -36px;
  bottom: 22px;
  width: 230px;
  transform: rotate(10deg);
}

.format-decor--pastry {
  right: -28px;
  top: -32px;
  width: 210px;
  transform: rotate(12deg);
}

@media (max-width: 900px) {
  .formats {
    padding: 0;
    background: #1c120f;
  }

  .formats__inner {
    min-height: auto;
    padding: 56px 18px;
    box-shadow: none;
  }

  .formats h2 {
    margin: 0 auto 28px;
    font-size: 28px;
  }

  .formats__map {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .format-lines,
  .format-decor {
    display: none;
  }

  .format-pill,
  .format-pill--top,
  .format-pill--cafe,
  .format-pill--coffee,
  .format-pill--pastry,
  .format-pill--workshop,
  .format-pill--bakery {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
    margin: 10px 0;
  }

  .formats__cta {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    margin: 34px 0 0;
  }

  .formats__cta::before,
  .formats__cta::after {
    display: none;
  }

  .formats__cta p {
    margin-bottom: 22px;
    font-size: 26px;
  }

  .button--formats {
    width: min(100%, 360px);
    min-height: 76px;
    font-size: 32px;
  }
}

/* Restore previous formats block. */
.formats {
  padding: 0;
  background: #1d1513;
}

.formats__inner {
  position: relative;
  max-width: none;
  min-height: 740px;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 90, 0, 0.14), transparent 28%),
    radial-gradient(circle at 50% 88%, rgba(255, 90, 0, 0.1), transparent 32%),
    #1d1513;
  box-shadow: none;
}

.formats h2 {
  position: absolute;
  z-index: 4;
  top: 185px;
  left: 50%;
  width: 520px;
  max-width: none;
  margin: 0;
  transform: translateX(-50%);
  color: #fff;
  font-size: 38px;
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.44);
}

.formats__map {
  position: relative;
  inset: auto;
  z-index: 5;
  width: min(1040px, calc(100% - 150px));
  height: 470px;
  margin: 0 auto;
}

.format-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.62;
}

.format-lines path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.62);
  stroke-width: 1.35;
  stroke-dasharray: 6 13;
  stroke-linecap: round;
}

.formats__map::after,
.format-pill::before {
  display: none;
}

.format-pill {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  height: auto;
  bottom: auto;
  padding: 10px 20px;
  border: 1.5px solid var(--orange);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.format-pill--shawarma,
.format-pill--dumpling,
.format-pill--pizza,
.format-pill--other {
  display: none !important;
}

.format-pill--top { left: 50%; top: 42px; width: 170px; transform: translateX(-50%); }
.format-pill--cafe { left: 120px; top: 90px; width: 170px; }
.format-pill--bakery { left: 50%; top: 402px; width: 260px; transform: translateX(-50%); }
.format-pill--coffee { right: 120px; top: 90px; width: 170px; }
.format-pill--pastry { left: 80px; top: 274px; width: 220px; }
.format-pill--workshop { right: 100px; top: 274px; width: 150px; }

.formats__cta {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 6;
  width: auto;
  min-height: 0;
  height: 250px;
  margin: 0;
  padding: 0;
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(29, 21, 19, 0) 0%, rgba(12, 8, 7, 0.2) 34%, rgba(12, 8, 7, 0.35) 100%);
  text-align: center;
}

.formats__cta::before {
  display: none;
}

.formats__cta::after {
  content: "↓";
  position: absolute;
  left: 50%;
  top: 102px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 46px;
  line-height: 1;
  opacity: 0.92;
}

.formats__cta p {
  margin: 0 0 34px;
  max-width: none;
  padding-top: 30px;
  color: #fff;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
}

.button--want {
  width: 340px;
  min-height: 74px;
  border-radius: 32px;
  font-size: 32px;
}

.format-decor {
  display: block;
  position: absolute;
  z-index: 4;
  pointer-events: none;
  filter: none;
}

.format-decor--dumplings,
.format-decor--pastry {
  display: none;
}

.format-decor--coffee-left { left: calc(50% - 640px); top: 178px; width: 128px; transform: none; opacity: 1; }
.format-decor--cookie-left { left: calc(50% - 668px); top: 372px; width: 102px; transform: none; opacity: 0.88; }
.format-decor--wrap { left: calc(50% - 570px); bottom: 86px; width: 126px; transform: none; opacity: 1; }
.format-decor--cookie-right { right: calc(50% - 650px); top: 212px; width: 104px; transform: none; opacity: 0.9; }
.format-decor--coffee-right { right: calc(50% - 575px); bottom: 86px; width: 126px; transform: none; opacity: 1; }

@media (max-width: 1180px) and (min-width: 901px) {
  .formats__map {
    width: calc(100% - 64px);
  }

  .format-pill--cafe { left: 58px; }
  .format-pill--pastry { left: 8px; }
  .format-pill--coffee { right: 68px; }
  .format-pill--workshop { right: 18px; }
  .format-decor--coffee-left { left: 28px; }
  .format-decor--cookie-left { left: -24px; }
  .format-decor--wrap { left: 74px; }
  .format-decor--cookie-right { right: 28px; }
  .format-decor--coffee-right { right: 78px; }
}

@media (max-width: 900px) {
  .formats {
    padding: 0;
    background: #1d1513;
  }

  .formats__inner {
    min-height: auto;
    padding: 56px 18px 48px;
    overflow: hidden;
    background: #1d1513;
    box-shadow: none;
  }

  .formats h2 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 auto 28px;
    transform: none;
    font-size: 28px;
  }

  .formats__map {
    width: 100%;
    height: auto;
  }

  .format-lines,
  .format-decor {
    display: none;
  }

  .format-pill,
  .format-pill--top,
  .format-pill--cafe,
  .format-pill--bakery,
  .format-pill--coffee,
  .format-pill--pastry,
  .format-pill--workshop {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
    margin: 10px 0;
  }

  .formats__cta {
    height: auto;
    margin: 28px 0 0;
    background: none;
  }

  .formats__cta::after {
    display: none;
  }

  .formats__cta p {
    margin-bottom: 22px;
    padding-top: 0;
    font-size: 26px;
  }

  .button--want {
    width: min(100%, 360px);
    min-height: 76px;
    font-size: 32px;
  }
}

/* Final small fixes from visual pass. */
.hero__tart {
  background: transparent !important;
}

@media (min-width: 901px) {
  .hero__corner {
    left: max(78px, calc((100vw - 1320px) / 2 + 18px));
    bottom: 118px;
    width: 136px;
    opacity: 1;
    filter: drop-shadow(0 18px 28px rgba(44, 28, 22, 0.16));
  }
}

.expert {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.format-lines path:last-child,
.format-lines .format-line--other {
  stroke: rgba(255, 255, 255, 0.62);
  stroke-width: 1.35;
  stroke-dasharray: 6 13;
  stroke-linecap: round;
  marker-end: url("#format-arrow");
}

.format-lines > path {
  marker-end: url("#format-arrow");
}

.format-lines marker path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fit-card::after {
  display: block !important;
}

.fit-card--large::after {
  display: none !important;
}

@media (max-width: 900px) {
  .hero__corner {
    left: 22px;
    bottom: 250px;
    width: 104px;
  }
}

/* Mobile layout lock: keep every section inside the viewport. */
@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    min-width: 0;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  .section-inner,
  .answers .section-inner,
  .fit .section-inner,
  .formats__inner {
    width: min(100% - 28px, 560px) !important;
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    padding: 28px 14px 0 !important;
    overflow: hidden !important;
    background: #f8f5f2 !important;
  }

  .hero::before,
  .hero::after,
  .hero__portrait-glow {
    display: none !important;
  }

  .hero__content {
    position: relative !important;
    inset: auto !important;
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    z-index: 4 !important;
  }

  .logo--hero {
    width: 128px !important;
    margin: 0 0 28px !important;
  }

  .hero__label {
    margin-bottom: 14px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .hero h1 {
    width: 100% !important;
    margin: 0 0 20px !important;
    font-size: clamp(34px, 10.8vw, 52px) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
  }

  .hero h1 span {
    display: block !important;
  }

  .hero__button,
  .schedule,
  .hero__after {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero__button {
    min-height: 58px !important;
    margin-bottom: 12px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
  }

  .schedule {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-bottom: 14px !important;
    padding: 8px !important;
    border-radius: 16px !important;
  }

  .schedule__pill {
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 9px 12px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .hero__after {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  .hero__register,
  .hero__bonus {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 16px !important;
    font-size: 15px !important;
    line-height: 1.22 !important;
  }

  .hero__register strong,
  .hero__bonus strong {
    font-size: 15px !important;
    line-height: 1.22 !important;
  }

  .hero__bonus span {
    margin-bottom: 8px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
  }

  .hero__person {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: block !important;
    width: min(96vw, 430px) !important;
    height: auto !important;
    max-height: none !important;
    margin: 22px auto -4px !important;
    z-index: 2 !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }

  .hero__tart {
    display: block !important;
    top: 8px !important;
    right: -26px !important;
    left: auto !important;
    width: 96px !important;
    opacity: 0.9 !important;
  }

  .hero__corner {
    display: block !important;
    left: -34px !important;
    bottom: 22px !important;
    width: 112px !important;
    opacity: 0.9 !important;
  }

  .fit {
    padding: 52px 0 !important;
  }

  .fit h2,
  .answers h2,
  .formats h2 {
    max-width: 100% !important;
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.08 !important;
    text-align: left !important;
  }

  .fit__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .fit-card,
  .fit-card--large,
  .fit-card--wide {
    min-height: 0 !important;
    padding: 22px !important;
    border-radius: 16px !important;
  }

  .fit-card h3 {
    font-size: 19px !important;
    line-height: 1.18 !important;
  }

  .fit-card p {
    max-width: none !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .fit-card::before {
    width: 140px !important;
    height: 140px !important;
    right: -50px !important;
    bottom: -58px !important;
  }

  .fit-card::after {
    width: 82px !important;
    height: 82px !important;
    right: 12px !important;
    bottom: 12px !important;
    opacity: 0.34 !important;
  }

  .fit-card--large::after {
    display: none !important;
  }

  .answers {
    padding: 56px 0 62px !important;
  }

  .answers h2 {
    margin-bottom: 28px !important;
  }

  .answers__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    gap: 12px !important;
  }

  .answer,
  .answer-photo,
  .answer--a,
  .answer--b,
  .answer--c,
  .answer--d,
  .answer--e,
  .answer--f,
  .answer--g,
  .answer--h,
  .answer-photo--kitchen,
  .answer-photo--people,
  .answer-photo--cafe,
  .answer-photo--desk {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 82px !important;
    border-radius: 14px !important;
  }

  .answer {
    padding: 16px 18px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }

  .answer-photo {
    min-height: 150px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .button--answers {
    width: 100% !important;
    max-width: 360px !important;
    min-height: 62px !important;
    margin: 24px auto 0 !important;
    border-radius: 18px !important;
    font-size: 16px !important;
  }

  .expert {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 34px auto 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .expert img {
    width: min(76vw, 260px) !important;
    margin: 0 auto !important;
  }

  .expert h3 {
    font-size: 24px !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  .expert ul {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .formats {
    padding: 0 !important;
    overflow: hidden !important;
  }

  .formats__inner {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: 48px 16px 54px !important;
    overflow: hidden !important;
  }

  .formats h2 {
    position: relative !important;
    inset: auto !important;
    width: min(100%, 420px) !important;
    margin: 0 auto 24px !important;
    transform: none !important;
    color: #fff !important;
    text-align: center !important;
    font-size: clamp(27px, 7.8vw, 34px) !important;
  }

  .formats__map {
    width: min(100%, 420px) !important;
    height: auto !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .format-lines,
  .format-decor {
    display: none !important;
  }

  .format-pill,
  .format-pill--top,
  .format-pill--cafe,
  .format-pill--bakery,
  .format-pill--coffee,
  .format-pill--pastry,
  .format-pill--workshop {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    display: flex !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
  }

  .formats__cta {
    position: relative !important;
    height: auto !important;
    width: min(100%, 420px) !important;
    margin: 28px auto 0 !important;
    background: none !important;
  }

  .formats__cta::before,
  .formats__cta::after {
    display: none !important;
  }

  .formats__cta p {
    margin: 0 0 18px !important;
    padding: 0 !important;
    font-size: clamp(25px, 7.2vw, 32px) !important;
    line-height: 1.08 !important;
  }

  .button--want {
    width: 100% !important;
    max-width: 340px !important;
    min-height: 70px !important;
    border-radius: 28px !important;
    font-size: 28px !important;
  }
}

@media (max-width: 520px) {
  .section-inner,
  .answers .section-inner,
  .fit .section-inner {
    width: calc(100% - 24px) !important;
  }

  .hero {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .hero h1 {
    font-size: clamp(31px, 11.5vw, 44px) !important;
  }

  .hero__person {
    width: min(104vw, 380px) !important;
    margin-top: 16px !important;
    margin-bottom: -2px !important;
  }

  .hero__tart {
    width: 78px !important;
    right: -30px !important;
  }

  .hero__corner {
    width: 88px !important;
    left: -32px !important;
    bottom: 10px !important;
  }

  .answers,
  .fit {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .answer {
    font-size: 14px !important;
  }

  .expert img {
    width: min(82vw, 238px) !important;
  }

  .formats__inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* Final phone override: reference-style mobile composition wins all older layers. */
@media (max-width: 760px) {
  .hero {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    padding: 24px 16px 0 !important;
    overflow: hidden !important;
    background: #f8f5f2 !important;
    isolation: isolate !important;
  }

  .hero::before,
  .hero::after {
    display: none !important;
  }

  .hero__content {
    position: relative !important;
    inset: auto !important;
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    z-index: 4 !important;
  }

  .hero__portrait-glow {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 18px !important;
    width: min(82vw, 330px) !important;
    height: min(82vw, 330px) !important;
    transform: translateX(-50%) !important;
    border-radius: 50% !important;
    background: var(--orange) !important;
    opacity: 1 !important;
    z-index: 1 !important;
  }

  .hero__person {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: min(92vw, 390px) !important;
    height: auto !important;
    margin: 24px auto -4px !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    z-index: 2 !important;
  }

  .hero h1 {
    font-size: clamp(34px, 11vw, 48px) !important;
    line-height: 0.98 !important;
  }

  .hero__button,
  .schedule,
  .hero__after {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fit h2,
  .answers h2,
  .formats h2 {
    text-align: center !important;
  }

  .answers__grid,
  .fit__grid {
    grid-template-columns: 1fr !important;
  }

  .formats__map {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 420px) !important;
    height: auto !important;
  }

  .format-lines,
  .format-decor {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hero h1 {
    font-size: clamp(31px, 11vw, 42px) !important;
  }

  .hero__portrait-glow {
    width: 286px !important;
    height: 286px !important;
    bottom: 14px !important;
  }

  .hero__person {
    width: min(98vw, 352px) !important;
  }
}

/* Compact phone hero like the mobile reference: whole offer fits the first screen. */
@media (max-width: 520px) {
  .hero {
    min-height: 100svh !important;
    padding: 22px 18px 18px !important;
  }

  .hero__content {
    min-height: calc(100svh - 32px) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: min(100%, 390px) !important;
    max-width: 390px !important;
  }

  .logo--hero {
    order: 0 !important;
    width: 112px !important;
    margin: 0 0 18px !important;
  }

  .schedule {
    order: 1 !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .schedule__pill {
    min-height: 36px !important;
    padding: 7px 8px !important;
    border-radius: 9px !important;
    font-size: 9px !important;
    line-height: 1.1 !important;
    box-shadow: 0 8px 18px rgba(44, 28, 22, 0.05) !important;
    white-space: nowrap !important;
  }

  .hero__label {
    display: none !important;
  }

  .hero h1 {
    order: 2 !important;
    max-width: 100% !important;
    margin: 0 auto 18px !important;
    font-size: clamp(25px, 7.6vw, 33px) !important;
    line-height: 1.06 !important;
    text-align: center !important;
    align-self: center !important;
  }

  .hero__after {
    order: 3 !important;
    display: block !important;
    position: relative !important;
    min-height: 250px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    z-index: 5 !important;
  }

  .hero__register {
    width: 64% !important;
    margin: 0 auto 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(33, 22, 18, 0.72) !important;
    font-size: 11px !important;
    line-height: 1.22 !important;
    text-align: center !important;
  }

  .hero__register strong {
    display: block !important;
    font-size: 12px !important;
    color: #211612 !important;
  }

  .hero__bonus {
    width: 66% !important;
    margin: 0 0 0 9% !important;
    padding: 12px 13px !important;
    border-radius: 12px !important;
    transform: rotate(-4deg) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 90, 1, 0.22) !important;
    box-shadow: 0 14px 28px rgba(44, 28, 22, 0.12) !important;
  }

  .hero__bonus::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 44px;
    height: 30px;
    border-left: 1.5px solid rgba(33, 22, 18, 0.5);
    border-bottom: 1.5px solid rgba(33, 22, 18, 0.5);
    border-radius: 0 0 0 24px;
    transform: translateX(-50%) rotate(-9deg);
  }

  .hero__bonus::after {
    content: "↓";
    position: absolute;
    left: calc(50% - 25px);
    top: -18px;
    color: rgba(33, 22, 18, 0.58);
    font-size: 22px;
    line-height: 1;
    transform: rotate(-9deg);
  }

  .hero__bonus span {
    margin-bottom: 4px !important;
    font-size: 8px !important;
  }

  .hero__bonus strong {
    font-size: 10.5px !important;
    line-height: 1.16 !important;
  }

  .hero__portrait-glow {
    width: 236px !important;
    height: 236px !important;
    left: auto !important;
    right: -56px !important;
    bottom: 104px !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .hero__person {
    position: absolute !important;
    width: 238px !important;
    right: -22px !important;
    bottom: 78px !important;
    margin: 0 !important;
    z-index: 3 !important;
  }

  .hero__button {
    order: 4 !important;
    width: min(100%, 340px) !important;
    min-height: 68px !important;
    margin: auto auto 0 !important;
    border-radius: 20px !important;
    font-size: 21px !important;
    z-index: 6 !important;
    align-self: center !important;
  }

  .hero__tart {
    width: 62px !important;
    top: 112px !important;
    left: -24px !important;
    right: auto !important;
  }

  .hero__corner {
    width: 66px !important;
    left: -24px !important;
    bottom: 112px !important;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .logo--hero {
    width: 96px !important;
  }

  .schedule__pill {
    font-size: 8px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .hero h1 {
    font-size: clamp(22px, 7.7vw, 29px) !important;
  }

  .hero__after {
    min-height: 230px !important;
  }

  .hero__person {
    width: 220px !important;
    right: -34px !important;
    bottom: 76px !important;
  }

  .hero__portrait-glow {
    width: 218px !important;
    height: 218px !important;
    right: -62px !important;
    bottom: 102px !important;
  }

  .hero__button {
    min-height: 64px !important;
    font-size: 20px !important;
  }
}

/* Mobile hero final structure: no overlaps, strict vertical reading order. */
@media (max-width: 520px) {
  .hero {
    min-height: auto !important;
    padding: 22px 16px 28px !important;
    overflow: hidden !important;
  }

  .hero__content {
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .logo--hero {
    order: 0 !important;
    width: 112px !important;
    margin: 0 0 18px !important;
  }

  .schedule {
    order: 1 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: 0 0 22px !important;
  }

  .schedule__pill {
    min-height: 38px !important;
    padding: 7px 8px !important;
    white-space: normal !important;
    font-size: 10px !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  .hero h1 {
    order: 2 !important;
    margin: 0 0 20px !important;
    font-size: clamp(29px, 8.6vw, 38px) !important;
    line-height: 1.04 !important;
    text-align: center !important;
  }

  .hero__button {
    order: 3 !important;
    width: 100% !important;
    min-height: 64px !important;
    margin: 0 0 18px !important;
    border-radius: 20px !important;
    font-size: 21px !important;
  }

  .hero__portrait-glow {
    display: block !important;
    position: relative !important;
    order: 4 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: min(74vw, 280px) !important;
    height: min(74vw, 280px) !important;
    margin: 0 auto -270px !important;
    transform: none !important;
    border-radius: 50% !important;
    background: var(--orange) !important;
    z-index: 1 !important;
  }

  .hero__person {
    position: relative !important;
    order: 5 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: min(78vw, 300px) !important;
    height: auto !important;
    margin: 0 auto 18px !important;
    z-index: 2 !important;
  }

  .hero__after {
    order: 6 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hero__register,
  .hero__bonus {
    width: 100% !important;
    margin: 0 !important;
    padding: 18px !important;
    border-radius: 16px !important;
    transform: none !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 90, 1, 0.2) !important;
    box-shadow: 0 16px 34px rgba(44, 28, 22, 0.08) !important;
    text-align: left !important;
  }

  .hero__register {
    color: #211612 !important;
    font-size: 16px !important;
    line-height: 1.24 !important;
    font-weight: 800 !important;
  }

  .hero__register strong {
    display: block !important;
    margin-top: 2px !important;
    color: var(--orange) !important;
    font-size: 18px !important;
  }

  .hero__bonus span {
    margin-bottom: 8px !important;
    color: var(--orange) !important;
    font-size: 12px !important;
  }

  .hero__bonus strong {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  .hero__bonus::before,
  .hero__bonus::after {
    display: none !important;
  }

  .hero__tart {
    width: 58px !important;
    top: 112px !important;
    left: -22px !important;
  }

  .hero__corner {
    width: 64px !important;
    left: -24px !important;
    bottom: 310px !important;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: clamp(27px, 8.5vw, 34px) !important;
  }

  .hero__portrait-glow {
    width: 250px !important;
    height: 250px !important;
    margin-bottom: -242px !important;
  }

  .hero__person {
    width: min(80vw, 274px) !important;
  }

  .hero__button {
    min-height: 60px !important;
    font-size: 19px !important;
  }
}

/* Remove accidental cropped food decor from the audience cards. */
.fit-card::before,
.fit-card::after,
.fit-card--large::after,
.fit-card--wide::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.fit-card h3,
.fit-card p {
  max-width: 100% !important;
}

@media (min-width: 901px) {
  .fit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(230px, auto) !important;
  }

  .fit-card--large {
    grid-row: auto !important;
    min-height: 230px !important;
  }

  .fit-card--large h3 {
    font-size: clamp(22px, 2vw, 30px) !important;
  }

  .fit-card--large p {
    font-size: clamp(16px, 1.25vw, 19px) !important;
  }
}

@media (max-width: 900px) {
  .fit__grid {
    grid-template-columns: 1fr !important;
  }

  .fit-card--large {
    min-height: 0 !important;
  }
}

/* Refreshed audience section. */
.fit {
  padding-top: clamp(68px, 7vw, 104px) !important;
}

.fit .section-inner {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
}

.fit h2 {
  margin-bottom: clamp(24px, 3vw, 36px) !important;
}

.fit__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.fit-card,
.fit-card--large,
.fit-card--wide {
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 214px !important;
  padding: 28px 30px !important;
  border-radius: 22px !important;
}

.fit-card span {
  color: #ff5b00 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

.fit-card h3 {
  max-width: 82% !important;
  margin-top: 18px !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.08 !important;
}

.fit-card p {
  max-width: 78% !important;
  margin-top: 16px !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  line-height: 1.35 !important;
}

.fit-card::after {
  opacity: 0.92 !important;
  transform: scale(1.05) !important;
}

/* Absolute last mobile order lock. */
@media (max-width: 520px) {
  .hero h1 { order: 2 !important; }
  .hero__mobile-visual {
    order: 3 !important;
    margin: 0 auto 12px !important;
  }
  .hero__button {
    order: 4 !important;
    margin: 0 0 14px !important;
  }
  .hero__after {
    order: 5 !important;
    margin: 0 !important;
  }
  .hero__mobile-person {
    width: min(70vw, 268px) !important;
  }
  .hero__mobile-glow {
    width: min(66vw, 252px) !important;
    height: min(66vw, 252px) !important;
  }
}

@media (max-width: 380px) {
  .hero__mobile-person {
    width: min(68vw, 244px) !important;
  }
  .hero__mobile-glow {
    width: min(64vw, 232px) !important;
    height: min(64vw, 232px) !important;
  }
}

/* Last mobile order lock: title -> visual -> CTA -> info cards. */
@media (max-width: 520px) {
  .hero h1 {
    order: 2 !important;
  }

  .hero__mobile-visual {
    order: 3 !important;
    margin-bottom: 12px !important;
  }

  .hero__button {
    order: 4 !important;
    margin: 0 0 14px !important;
  }

  .hero__after {
    order: 5 !important;
    margin: 0 !important;
  }

  .hero__mobile-person {
    width: min(70vw, 268px) !important;
  }

  .hero__mobile-glow {
    width: min(66vw, 252px) !important;
    height: min(66vw, 252px) !important;
  }
}

@media (max-width: 380px) {
  .hero__mobile-person {
    width: min(68vw, 244px) !important;
  }

  .hero__mobile-glow {
    width: min(64vw, 232px) !important;
    height: min(64vw, 232px) !important;
  }
}

/* Mobile CTA priority: offer -> visual -> registration button -> info cards. */
@media (max-width: 520px) {
  .hero {
    min-height: 100svh !important;
  }

  .hero__content {
    min-height: calc(100svh - 46px) !important;
  }

  .hero h1 {
    margin-bottom: 12px !important;
    font-size: clamp(26px, 7.7vw, 34px) !important;
  }

  .hero__mobile-visual {
    order: 3 !important;
    width: 100% !important;
    margin: 0 auto 12px !important;
  }

  .hero__mobile-person {
    width: min(70vw, 268px) !important;
  }

  .hero__mobile-glow {
    width: min(66vw, 252px) !important;
    height: min(66vw, 252px) !important;
  }

  .hero__button {
    order: 4 !important;
    min-height: 62px !important;
    margin: 0 0 14px !important;
  }

  .hero__after {
    order: 5 !important;
    margin: 0 !important;
    gap: 9px !important;
  }

  .hero__register,
  .hero__bonus {
    padding: 12px 14px !important;
  }

  .hero__register {
    font-size: 13px !important;
  }

  .hero__register strong {
    font-size: 16px !important;
  }

  .hero__bonus strong {
    font-size: 12.5px !important;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: clamp(24px, 7.5vw, 31px) !important;
  }

  .hero__mobile-person {
    width: min(68vw, 244px) !important;
  }

  .hero__mobile-glow {
    width: min(64vw, 232px) !important;
    height: min(64vw, 232px) !important;
  }

  .hero__button {
    min-height: 58px !important;
  }
}

/* Mobile hero conversion layout: compact first screen for 375-390px phones. */
@media (max-width: 520px) {
  .hero {
    min-height: 100svh !important;
    padding: 14px 14px 16px !important;
    background: #f8f5f2 !important;
  }

  .hero__content {
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    min-height: calc(100svh - 30px) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .logo--hero {
    order: 0 !important;
    width: 92px !important;
    margin: 0 0 10px !important;
  }

  .schedule {
    order: 1 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .schedule__pill {
    min-height: 32px !important;
    padding: 6px 7px !important;
    border-radius: 9px !important;
    font-size: 9px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .hero__label {
    display: none !important;
  }

  .hero h1 {
    order: 2 !important;
    margin: 0 0 12px !important;
    font-size: clamp(23px, 7.2vw, 31px) !important;
    line-height: 1.04 !important;
    text-align: center !important;
  }

  .hero__button {
    order: 3 !important;
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 0 14px !important;
    border-radius: 18px !important;
    font-size: 19px !important;
  }

  .hero__after {
    order: 4 !important;
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 142px !important;
    grid-template-rows: auto auto !important;
    gap: 9px 10px !important;
    min-height: 178px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 4 !important;
  }

  .hero__register,
  .hero__bonus {
    grid-column: 1 !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px !important;
    border-radius: 13px !important;
    transform: none !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 90, 1, 0.18) !important;
    box-shadow: 0 12px 24px rgba(44, 28, 22, 0.08) !important;
    text-align: left !important;
  }

  .hero__register {
    grid-row: 1 !important;
    color: #211612 !important;
    font-size: 12px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
  }

  .hero__register strong {
    display: block !important;
    margin-top: 2px !important;
    color: var(--orange) !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  .hero__bonus {
    grid-row: 2 !important;
  }

  .hero__bonus span {
    margin-bottom: 5px !important;
    color: var(--orange) !important;
    font-size: 9px !important;
    line-height: 1.08 !important;
  }

  .hero__bonus strong {
    font-size: 11px !important;
    line-height: 1.16 !important;
  }

  .hero__bonus::before,
  .hero__bonus::after {
    display: none !important;
  }

  .hero__portrait-glow {
    display: block !important;
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
    top: auto !important;
    bottom: 22px !important;
    width: 146px !important;
    height: 146px !important;
    margin: 0 !important;
    transform: none !important;
    border-radius: 50% !important;
    background: var(--orange) !important;
    z-index: 1 !important;
  }

  .hero__person {
    position: absolute !important;
    left: auto !important;
    right: -4px !important;
    top: auto !important;
    bottom: 14px !important;
    width: 150px !important;
    height: auto !important;
    margin: 0 !important;
    z-index: 3 !important;
  }

  .hero__tart {
    width: 50px !important;
    top: 86px !important;
    left: -24px !important;
    right: auto !important;
  }

  .hero__corner {
    width: 52px !important;
    left: -22px !important;
    bottom: 38px !important;
  }
}

@media (min-width: 381px) and (max-width: 520px) {
  .hero__after {
    grid-template-columns: minmax(0, 1fr) 158px !important;
    min-height: 188px !important;
  }

  .hero__portrait-glow {
    width: 164px !important;
    height: 164px !important;
    right: -2px !important;
    bottom: 20px !important;
  }

  .hero__person {
    width: 168px !important;
    right: -8px !important;
    bottom: 10px !important;
  }
}

.hero__mobile-visual {
  display: none;
}

.gc-widget {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.lead-form {
  padding: 56px 16px;
  background: #f8f5f2;
  scroll-margin-top: 20px;
}

.lead-form .gc-widget {
  width: min(100%, 720px);
  min-height: 240px;
  margin: 0 auto;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 54px rgba(44, 28, 22, 0.12);
}

/* Mobile hero composition v2: offer -> value cards -> visual -> CTA. */
@media (max-width: 520px) {
  .hero {
    min-height: auto !important;
    padding: 18px 16px 28px !important;
    background: #f8f5f2 !important;
  }

  .hero__content {
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    position: relative !important;
    z-index: 4 !important;
  }

  .hero > .hero__portrait-glow,
  .hero > .hero__person {
    display: none !important;
  }

  .logo--hero {
    order: 0 !important;
    width: 104px !important;
    margin: 0 0 12px !important;
  }

  .schedule {
    order: 1 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .schedule__pill {
    min-height: 36px !important;
    padding: 7px 8px !important;
    border-radius: 9px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .hero__label {
    display: none !important;
  }

  .hero h1 {
    order: 2 !important;
    margin: 0 0 16px !important;
    font-size: clamp(27px, 8.2vw, 36px) !important;
    line-height: 1.04 !important;
    text-align: center !important;
  }

  .hero__after {
    order: 3 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    min-height: 0 !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
  }

  .hero__register,
  .hero__bonus {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 15px 16px !important;
    border-radius: 15px !important;
    transform: none !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(255, 90, 1, 0.18) !important;
    box-shadow: 0 14px 28px rgba(44, 28, 22, 0.08) !important;
    text-align: left !important;
  }

  .hero__register {
    color: #211612 !important;
    font-size: 15px !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;
  }

  .hero__register strong {
    display: block !important;
    margin-top: 2px !important;
    color: var(--orange) !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .hero__bonus span {
    display: block !important;
    margin-bottom: 7px !important;
    color: var(--orange) !important;
    font-size: 11px !important;
    line-height: 1.08 !important;
  }

  .hero__bonus strong {
    font-size: 15px !important;
    line-height: 1.22 !important;
  }

  .hero__bonus::before,
  .hero__bonus::after {
    display: none !important;
  }

  .hero__mobile-visual {
    order: 4 !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 260px !important;
    margin: 0 auto 14px !important;
    overflow: hidden !important;
  }

  .hero__mobile-glow {
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 246px;
    height: 246px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--orange);
    z-index: 1;
  }

  .hero__mobile-person {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 248px;
    height: auto;
    transform: translateX(-50%);
    z-index: 2;
  }

  .hero__button {
    order: 5 !important;
    width: 100% !important;
    min-height: 66px !important;
    margin: 0 !important;
    border-radius: 20px !important;
    font-size: 21px !important;
  }

  .hero__tart {
    width: 56px !important;
    top: 92px !important;
    left: -24px !important;
    right: auto !important;
  }

  .hero__corner {
    width: 58px !important;
    left: -22px !important;
    bottom: 92px !important;
  }
}

@media (min-width: 381px) and (max-width: 520px) {
  .hero__mobile-visual {
    height: 285px !important;
  }

  .hero__mobile-glow {
    width: 270px !important;
    height: 270px !important;
  }

  .hero__mobile-person {
    width: 272px !important;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: clamp(25px, 8vw, 32px) !important;
  }

  .hero__register {
    font-size: 14px !important;
  }

  .hero__bonus strong {
    font-size: 14px !important;
  }

  .hero__mobile-visual {
    height: 248px !important;
  }

  .hero__mobile-glow {
    width: 232px !important;
    height: 232px !important;
  }

  .hero__mobile-person {
    width: 234px !important;
  }

  .hero__button {
    min-height: 62px !important;
    font-size: 20px !important;
  }
}

/* Mobile hero final tuning: full face, visible CTA, compact value cards. */
@media (max-width: 520px) {
  .hero {
    min-height: 100svh !important;
    padding: 13px 14px 14px !important;
  }

  .hero__content {
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    min-height: calc(100svh - 27px) !important;
  }

  .logo--hero {
    width: 90px !important;
    margin-bottom: 8px !important;
  }

  .schedule {
    gap: 7px !important;
    margin-bottom: 12px !important;
  }

  .schedule__pill {
    min-height: 30px !important;
    padding: 5px 7px !important;
    font-size: 9px !important;
  }

  .hero h1 {
    margin-bottom: 10px !important;
    font-size: clamp(24px, 7.4vw, 32px) !important;
    line-height: 1.02 !important;
  }

  .hero__after {
    gap: 8px !important;
    margin-bottom: 10px !important;
    position: relative !important;
  }

  .hero__register,
  .hero__bonus {
    padding: 11px 13px !important;
    border-radius: 13px !important;
  }

  .hero__register {
    font-size: 13px !important;
    line-height: 1.14 !important;
  }

  .hero__register strong {
    font-size: 16px !important;
  }

  .hero__bonus span {
    margin-bottom: 4px !important;
    font-size: 9px !important;
  }

  .hero__bonus strong {
    font-size: 12.5px !important;
    line-height: 1.14 !important;
  }

  .hero__after::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 54px;
    height: 34px;
    border-left: 1.5px solid rgba(33, 22, 18, 0.34);
    border-bottom: 1.5px solid rgba(33, 22, 18, 0.34);
    border-radius: 0 0 0 28px;
    transform: translateX(-50%) rotate(-10deg);
    z-index: 5;
    pointer-events: none;
  }

  .hero__mobile-visual {
    height: 210px !important;
    margin-bottom: 8px !important;
    overflow: visible !important;
  }

  .hero__mobile-glow {
    width: 216px !important;
    height: 216px !important;
    bottom: 0 !important;
  }

  .hero__mobile-person {
    width: 218px !important;
    bottom: 0 !important;
  }

  .hero__button {
    min-height: 58px !important;
    border-radius: 18px !important;
    font-size: 19px !important;
    margin-top: 0 !important;
  }

  .hero__tart {
    width: 48px !important;
    top: 78px !important;
    left: -22px !important;
  }

  .hero__corner {
    width: 50px !important;
    left: -20px !important;
    bottom: 72px !important;
  }
}

@media (min-width: 381px) and (max-width: 520px) {
  .hero h1 {
    font-size: clamp(25px, 7.2vw, 34px) !important;
  }

  .hero__mobile-visual {
    height: 226px !important;
  }

  .hero__mobile-glow {
    width: 232px !important;
    height: 232px !important;
  }

  .hero__mobile-person {
    width: 234px !important;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .hero h1 {
    font-size: clamp(23px, 7.2vw, 30px) !important;
  }

  .hero__mobile-visual {
    height: 198px !important;
  }

  .hero__mobile-glow {
    width: 204px !important;
    height: 204px !important;
  }

  .hero__mobile-person {
    width: 206px !important;
  }

  .hero__button {
    min-height: 56px !important;
    font-size: 18px !important;
  }
}

/* Fix mobile hero overlap: cards must never cover the portrait. */
@media (max-width: 520px) {
  .hero {
    padding-top: 16px !important;
  }

  .hero h1 {
    margin-bottom: 12px !important;
    font-size: clamp(23px, 7vw, 31px) !important;
  }

  .hero__after {
    margin-bottom: 8px !important;
    gap: 8px !important;
    z-index: 6 !important;
  }

  .hero__register,
  .hero__bonus {
    padding: 9px 12px !important;
    border-radius: 12px !important;
  }

  .hero__register {
    font-size: 12px !important;
    line-height: 1.12 !important;
  }

  .hero__register strong {
    font-size: 15px !important;
  }

  .hero__bonus span {
    margin-bottom: 3px !important;
    font-size: 8.5px !important;
  }

  .hero__bonus strong {
    font-size: 11.5px !important;
    line-height: 1.12 !important;
  }

  .hero__mobile-visual {
    height: 188px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    overflow: hidden !important;
    z-index: 2 !important;
  }

  .hero__mobile-glow {
    width: 204px !important;
    height: 204px !important;
    bottom: -18px !important;
  }

  .hero__mobile-person {
    width: 204px !important;
    bottom: -18px !important;
  }

  .hero__button {
    min-height: 60px !important;
    font-size: 19px !important;
  }
}

@media (min-width: 381px) and (max-width: 520px) {
  .hero__mobile-visual {
    height: 202px !important;
  }

  .hero__mobile-glow {
    width: 218px !important;
    height: 218px !important;
    bottom: -18px !important;
  }

  .hero__mobile-person {
    width: 218px !important;
    bottom: -18px !important;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: clamp(22px, 7vw, 29px) !important;
  }

  .hero__mobile-visual {
    height: 178px !important;
  }

  .hero__mobile-glow {
    width: 194px !important;
    height: 194px !important;
  }

  .hero__mobile-person {
    width: 194px !important;
  }
}

@media (max-width: 520px) {
  .lead-form {
    padding: 40px 12px;
  }

  .lead-form .gc-widget {
    min-height: 220px;
    border-radius: 16px;
  }
}

/* Final mobile hero reset: pure vertical flow, zero overlaps. */
@media (max-width: 520px) {
  .hero {
    min-height: auto !important;
    padding: 18px 14px 28px !important;
    overflow: hidden !important;
    background: #f8f5f2 !important;
  }

  .hero__content {
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .hero > .hero__person,
  .hero > .hero__portrait-glow {
    display: none !important;
  }

  .logo--hero {
    order: 0 !important;
    width: 102px !important;
    margin: 0 0 12px !important;
  }

  .schedule {
    order: 1 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .schedule__pill {
    min-height: 34px !important;
    padding: 7px 8px !important;
    border-radius: 9px !important;
    font-size: 9.5px !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .hero__label {
    display: none !important;
  }

  .hero h1 {
    order: 2 !important;
    margin: 0 0 14px !important;
    font-size: clamp(26px, 7.8vw, 34px) !important;
    line-height: 1.04 !important;
    text-align: center !important;
  }

  .hero__after {
    order: 3 !important;
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    min-height: 0 !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    z-index: 1 !important;
  }

  .hero__after::after,
  .hero__bonus::before,
  .hero__bonus::after {
    display: none !important;
  }

  .hero__register,
  .hero__bonus {
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border-radius: 15px !important;
    transform: none !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(255, 90, 1, 0.18) !important;
    box-shadow: 0 14px 28px rgba(44, 28, 22, 0.08) !important;
    text-align: left !important;
    z-index: 1 !important;
  }

  .hero__register {
    color: #211612 !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
  }

  .hero__register strong {
    display: block !important;
    margin-top: 2px !important;
    color: var(--orange) !important;
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .hero__bonus span {
    display: block !important;
    margin-bottom: 6px !important;
    color: var(--orange) !important;
    font-size: 10px !important;
    line-height: 1.08 !important;
  }

  .hero__bonus strong {
    font-size: 14px !important;
    line-height: 1.18 !important;
  }

  .hero__mobile-visual {
    order: 4 !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto 16px !important;
    overflow: visible !important;
    z-index: 1 !important;
  }

  .hero__mobile-glow {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 8px !important;
    width: min(70vw, 270px) !important;
    height: min(70vw, 270px) !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    border-radius: 50% !important;
    background: var(--orange) !important;
    z-index: 1 !important;
  }

  .hero__mobile-person {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: block !important;
    width: min(74vw, 285px) !important;
    height: auto !important;
    margin: 0 auto !important;
    transform: none !important;
    z-index: 2 !important;
  }

  .hero__button {
    order: 5 !important;
    width: 100% !important;
    min-height: 64px !important;
    margin: 0 !important;
    border-radius: 20px !important;
    font-size: 21px !important;
  }

  .hero__tart {
    display: block !important;
    width: 52px !important;
    top: 90px !important;
    left: -24px !important;
    right: auto !important;
  }

  .hero__corner {
    display: block !important;
    width: 54px !important;
    left: -22px !important;
    bottom: 98px !important;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .hero h1 {
    font-size: clamp(24px, 7.6vw, 31px) !important;
  }

  .hero__register {
    font-size: 13px !important;
  }

  .hero__register strong {
    font-size: 16px !important;
  }

  .hero__bonus strong {
    font-size: 13px !important;
  }

  .hero__mobile-person {
    width: min(72vw, 260px) !important;
  }

  .hero__mobile-glow {
    width: min(68vw, 246px) !important;
    height: min(68vw, 246px) !important;
  }

  .hero__button {
    min-height: 60px !important;
    font-size: 19px !important;
  }
}
