:root {
  --orange: #ff5a00;
  --orange-dark: #e94e00;
  --ink: #050505;
  --paper: #ffffff;
  --grey: #eeeeee;
  --brown: #201513;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--grey);
  font-family: "Raleway", Arial, sans-serif;
}

a { color: inherit; }
img { display: block; max-width: 100%; }

.section-inner {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #fff;
}

.hero__content {
  position: relative;
  z-index: 4;
  width: min(930px, calc(100% - 72px));
  padding: 70px 0 0 11.8vw;
}

.logo--hero {
  width: 178px;
  margin-bottom: 58px;
  filter: invert(1);
}

.hero__label {
  margin: 0 0 20px;
  color: var(--orange);
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

.hero h1 {
  margin: 0 0 34px;
  font-size: clamp(56px, 5vw, 90px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 b {
  color: var(--orange);
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 0 34px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(180deg, #ff7414 0%, var(--orange) 100%);
  box-shadow: inset 0 -5px 0 rgba(114, 38, 0, 0.18), 0 18px 32px rgba(255, 90, 0, 0.22);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover { background: var(--orange-dark); }

.hero__button {
  width: 520px;
  border-radius: 28px;
}

.schedule {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 16px;
  width: 760px;
  margin-top: 24px;
}

.schedule__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 2px solid #333;
  border-radius: 8px;
  background: #f3f3f3;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  word-spacing: 4px;
}

.schedule__pill--accent {
  border-color: var(--orange);
  color: var(--orange);
  text-transform: uppercase;
}

.hero__person {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
}

.hero__tart {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: 55%;
  width: 150px;
}

.hero__corner {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 190px;
}

.fit {
  padding: 82px 0 96px;
  background: var(--brown);
  color: #fff;
}

.fit h2 {
  margin: 0 0 34px;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.05;
  font-weight: 900;
}

.fit__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  grid-template-rows: repeat(2, minmax(230px, auto));
  gap: 24px;
}

.fit-card {
  min-height: 230px;
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  color: var(--ink);
}

.fit-card--large {
  grid-row: span 2;
  min-height: 484px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.98)),
    url("assets/hero-figma.png") center bottom / cover;
}

.fit-card span {
  display: block;
  margin-bottom: 14px;
  font-size: 31px;
  font-weight: 500;
}

.fit-card h3 {
  margin: 0 0 30px;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}

.fit-card p {
  max-width: 860px;
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 500;
}

.answers {
  padding: 78px 0 76px;
  background: var(--grey);
}

.answers h2 {
  max-width: 1270px;
  margin: 0 auto 36px;
  font-size: clamp(34px, 3.25vw, 54px);
  line-height: 1.18;
  font-weight: 500;
}

.answers h2 b {
  color: var(--orange);
  font-weight: 800;
}

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

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

.answer {
  display: flex;
  align-items: center;
  padding: 22px 42px;
  border: 2px solid var(--orange);
  background: #fff;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 500;
}

.answer strong { font-weight: 900; }

.answer-photo {
  background-position: center;
  background-size: cover;
}

.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; background-image: url("assets/ref/09_87a1bb57-4f47-452f-8.png"); }
.answer--c { grid-column: 1 / 4; grid-row: 2; }
.answer-photo--people { grid-column: 4 / 7; grid-row: 2; background-image: url("assets/ref/25_cfbf0c3a-a98b-4c41-b.png"); }
.answer--d { grid-column: 7 / 13; grid-row: 2; }
.answer-photo--cafe { grid-column: 1 / 5; grid-row: 3; background-image: url("assets/ref/39_51b799ea-c16b-4380-a.png"); }
.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; background-image: url("assets/ref/40_fde77e71-65da-4c33-a.png"); }

.button--answers {
  width: min(620px, 100%);
  margin: 42px auto 0;
  border-radius: 28px;
}

.expert {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1040px;
  margin: 42px auto 0;
  padding: 36px 64px;
  background: #e5e5e5;
}

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

.expert h3 {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 30px;
}

.expert ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.45;
}

.expert li::before {
  content: "✓";
  color: var(--orange);
  font-weight: 900;
  margin-right: 9px;
}

.formats {
  position: relative;
  padding: 70px 0 92px;
  overflow: hidden;
  background: var(--grey);
  color: #fff;
}

.formats__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 56px));
  min-height: 910px;
  padding: 0;
  background: var(--brown);
  overflow: hidden;
}

.formats h2 {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 178px;
  width: 430px;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
}

.formats__map {
  position: relative;
  height: 560px;
  margin: 0;
}

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

.format-lines path {
  fill: none;
  stroke: rgba(255,255,255,0.84);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 7 16;
}

.formats__map::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 238px;
  width: 3px;
  height: 216px;
  background: rgba(255,255,255,0.92);
}

.format-pill {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 28px;
  border: 2px solid var(--orange);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0,0,0,0.16);
}

.format-pill--studio { left: 145px; top: 78px; width: 210px; }
.format-pill--puff { left: 365px; top: 130px; width: 205px; }
.format-pill--coffee { right: 165px; top: 130px; width: 190px; }
.format-pill--pastry { left: 112px; top: 250px; width: 265px; }
.format-pill--workshop { right: 145px; top: 250px; width: 170px; }
.format-pill--other { left: 50%; bottom: 70px; width: 390px; transform: translateX(-50%); }

.formats__cta {
  position: relative;
  height: 350px;
  border-top: 2px solid #fff;
  text-align: center;
}

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

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

.formats__cta p {
  margin: 0 0 34px;
  padding-top: 56px;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
}

.button--want {
  width: 430px;
  min-height: 92px;
  border-radius: 36px;
  font-size: 42px;
}

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

.format-decor--coffee-left { left: 48px; top: 84px; width: 135px; }
.format-decor--cookie-left { left: -42px; top: 344px; width: 120px; }
.format-decor--wrap { left: 116px; top: 440px; width: 158px; }
.format-decor--croissant { right: 130px; top: -26px; width: 122px; }
.format-decor--cookie-right { right: -34px; top: 172px; width: 118px; }
.format-decor--coffee-right { right: 54px; top: 438px; width: 136px; }

@media (max-width: 1240px) {
  .hero__content { padding-left: 32px; }
  .hero h1 { font-size: 64px; }
  .hero__person { right: -118px; }
  .schedule { width: 660px; }
}

@media (max-width: 900px) {
  .section-inner {
    width: min(100% - 28px, 680px);
  }

  .hero {
    min-height: 900px;
  }

  .hero__content {
    width: calc(100% - 24px);
    padding: 28px 0 0 12px;
  }

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

  .hero__label {
    font-size: 16px;
  }

  .hero h1 {
    margin-bottom: 26px;
    font-size: clamp(29px, 7.5vw, 54px);
  }

  .hero__button,
  .schedule {
    width: 100%;
  }

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

  .hero__person {
    top: auto;
    right: -52px;
    bottom: 0;
    height: 470px;
  }

  .hero__tart {
    left: auto;
    right: 8px;
    width: 94px;
  }

  .hero__corner {
    width: 122px;
  }

  .fit__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .fit-card--large {
    grid-row: auto;
    min-height: 360px;
  }

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

  .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 {
    min-height: 104px;
    padding: 22px;
    font-size: 20px;
  }

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

  .expert {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }

  .formats__map {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    height: auto;
    max-width: 520px;
  }

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

  .format-pill,
  .format-pill--studio,
  .format-pill--puff,
  .format-pill--coffee,
  .format-pill--pastry,
  .format-pill--workshop,
  .format-pill--other {
    position: static;
    width: 100%;
    min-height: 80px;
    transform: none;
    font-size: 22px;
  }

  .format-decor {
    opacity: 0.38;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: 29px;
    line-height: 1.2;
  }

  .button {
    min-height: 66px;
    font-size: 20px;
  }

  .schedule__pill {
    min-height: 50px;
    font-size: 16px;
  }

  .fit h2,
  .answers h2,
  .formats h2 {
    font-size: 34px;
  }

  .fit-card {
    border-radius: 18px;
    padding: 24px;
  }

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

  .button--want {
    width: 100%;
    font-size: 34px;
  }
}

/* Compact, stable final format block. Overrides the earlier decorative map. */
.formats {
  padding: 48px 0 60px;
  background: var(--grey);
}

.formats__inner {
  width: min(1040px, calc(100% - 56px));
  min-height: 0;
  padding: 38px 48px 44px;
  background: var(--brown);
}

.formats h2 {
  position: static;
  width: auto;
  max-width: 820px;
  transform: none;
  margin: 0 auto 24px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
}

.formats__map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(820px, 100%);
  height: auto;
  margin: 0 auto 24px;
}

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

.format-pill {
  position: static;
  min-height: 62px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 700;
}

.formats__cta {
  height: auto;
  max-width: 760px;
  margin: 0 auto;
  border-top: 0;
}

.formats__cta p {
  margin: 0 0 18px;
  padding-top: 0;
  font-size: clamp(27px, 3.2vw, 40px);
  line-height: 1.1;
}

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

@media (max-width: 760px) {
  .formats {
    padding: 36px 0 48px;
  }

  .formats__inner {
    width: min(100% - 28px, 520px);
    padding: 32px 20px 36px;
  }

  .formats__map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .format-pill {
    min-height: 58px;
    padding: 12px 10px;
    font-size: 18px;
  }
}

/* Exact reference layout for the food-format CTA block. */
.formats {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: var(--brown);
  color: #fff;
}

.formats__inner {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 760px;
  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: 72px;
  transform: translateX(-50%);
  background: #fff;
}

.formats__cta::after {
  content: "↓";
  display: block;
  position: absolute;
  left: 50%;
  top: 142px;
  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: 29px;
  }

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

/* Final polish for the lower CTA line so it does not cross the text. */
@media (min-width: 901px) {
  .formats__map {
    height: 490px;
  }

  .format-pill--other {
    top: 468px;
  }

  .formats__cta {
    height: 270px;
  }

  .formats__cta::before {
    height: 72px;
  }

  .formats__cta::after {
    top: 142px;
  }

  .formats__cta p {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
  }

  .button--want {
    position: relative;
    z-index: 2;
  }
}

/* Reference-like format map section. */
.formats {
  padding: 0;
  background: var(--brown);
  color: #fff;
}

.formats__inner {
  position: relative;
  width: min(100%, 1920px);
  min-height: 940px;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,0.035), transparent 34%),
    var(--brown);
  box-shadow: none;
}

.formats h2 {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 260px;
  width: 390px;
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 8px 22px rgba(0,0,0,0.35);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
}

.formats__map {
  position: relative;
  display: block;
  width: min(1180px, 100%);
  height: 600px;
  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: 1;
  left: 50%;
  top: 355px;
  width: 3px;
  height: 150px;
  background: rgba(255,255,255,0.9);
}

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

.format-pill--top { left: 50%; top: -8px; width: 360px; transform: translateX(-50%); }
.format-pill--cafe { left: 70px; top: 14px; width: 145px; }
.format-pill--bakery { left: 270px; top: 94px; width: 190px; }
.format-pill--coffee { right: 84px; top: 108px; width: 190px; }
.format-pill--pastry { left: 10px; top: 260px; width: 260px; }
.format-pill--workshop { right: 22px; top: 260px; width: 150px; }
.format-pill--puff { left: 615px; top: 382px; width: 230px; }
.format-pill--studio { left: 120px; top: 400px; width: 255px; }
.format-pill--other { left: 50%; top: 520px; width: 470px; transform: translateX(-50%); }

.formats__cta {
  position: relative;
  z-index: 5;
  height: 340px;
  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: 120px;
  transform: translateX(-50%);
  background: #fff;
}

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

.formats__cta p {
  margin: 0 0 34px;
  padding-top: 56px;
  color: #fff;
  text-shadow: 0 8px 22px rgba(0,0,0,0.32);
  font-size: 36px;
  line-height: 1.18;
  font-weight: 900;
}

.button--want {
  width: 300px;
  min-height: 70px;
  border-radius: 30px;
  font-size: 30px;
  box-shadow:
    inset 0 -7px 0 rgba(125, 42, 0, 0.28),
    0 22px 44px rgba(255, 90, 0, 0.28),
    0 0 34px rgba(255, 90, 0, 0.22);
}

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

.format-decor--coffee-left { left: calc(50% - 670px); top: 160px; width: 150px; }
.format-decor--cookie-left { left: calc(50% - 735px); top: 470px; width: 118px; }
.format-decor--wrap { left: calc(50% - 565px); top: 620px; width: 160px; }
.format-decor--dumplings { left: calc(50% - 550px); bottom: 56px; width: 150px; }
.format-decor--cookie-right { right: calc(50% - 690px); top: 210px; width: 120px; }
.format-decor--coffee-right { right: calc(50% - 625px); top: 620px; width: 148px; }
.format-decor--pastry { right: calc(50% - 535px); bottom: 68px; width: 150px; }

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

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

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

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

  .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--puff,
  .format-pill--studio,
  .format-pill--other {
    position: static;
    width: 100%;
    min-height: 54px;
    padding: 12px 16px;
    transform: none;
    font-size: 18px;
  }

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

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

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

/* Balanced final format block: expressive, compact, and stable. */
.formats {
  position: relative;
  padding: 48px 0 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 90, 0, 0.12), transparent 36%),
    var(--grey);
}

.formats__inner {
  position: relative;
  width: min(1060px, calc(100% - 56px));
  min-height: 0;
  padding: 36px 52px 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 90, 0, 0.18), transparent 30%),
    linear-gradient(135deg, #211513 0%, #170f0e 100%);
  border-radius: 0;
  box-shadow: 0 28px 80px rgba(32, 21, 19, 0.18);
}

.formats h2 {
  position: relative;
  z-index: 5;
  width: min(680px, 100%);
  max-width: none;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.03;
  font-weight: 900;
}

.formats__map {
  position: relative;
  display: block;
  width: min(900px, 100%);
  height: 272px;
  margin: 8px auto 6px;
}

.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.54);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 4 12;
}

.formats__map::after {
  display: none;
}

.format-pill {
  position: absolute;
  z-index: 3;
  min-height: 48px;
  padding: 10px 22px;
  border: 1.5px solid var(--orange);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.format-pill--cafe { left: 84px; top: 20px; width: 128px; }
.format-pill--coffee { right: 84px; top: 20px; width: 148px; }
.format-pill--bakery { left: 300px; top: 54px; width: 142px; }
.format-pill--pastry { left: 0; top: 108px; width: 184px; }
.format-pill--pizza { right: 0; top: 108px; width: 154px; }
.format-pill--shawarma { left: 116px; bottom: 26px; width: 160px; }
.format-pill--workshop { right: 116px; bottom: 26px; width: 118px; }
.format-pill--other { left: 50%; bottom: 4px; width: 170px; transform: translateX(-50%); }

.formats__cta {
  position: relative;
  z-index: 5;
  height: auto;
  max-width: 760px;
  margin: 0 auto;
  border: 0;
  text-align: center;
}

.formats__cta p {
  margin: 0 0 16px;
  padding: 0;
  color: #fff;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
  font-weight: 900;
}

.button--want {
  width: min(360px, 100%);
  min-height: 72px;
  border-radius: 34px;
  font-size: 34px;
  box-shadow:
    inset 0 -7px 0 rgba(125, 42, 0, 0.28),
    0 22px 44px rgba(255, 90, 0, 0.28),
    0 0 34px rgba(255, 90, 0, 0.22);
  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(125, 42, 0, 0.24),
    0 28px 56px rgba(255, 90, 0, 0.34),
    0 0 46px rgba(255, 90, 0, 0.28);
}

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

.format-decor--coffee { left: calc(50% - 520px); top: 92px; width: 112px; }
.format-decor--cookie { right: calc(50% - 540px); top: 168px; width: 100px; }
.format-decor--wrap { left: calc(50% - 475px); bottom: 98px; width: 128px; }
.format-decor--croissant { right: calc(50% - 470px); top: 34px; width: 118px; }

@media (max-width: 760px) {
  .formats {
    padding: 34px 0 46px;
  }

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

  .formats h2 {
    font-size: 32px;
    line-height: 1.08;
  }

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

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

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

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

  .button--want {
    min-height: 70px;
    font-size: 30px;
  }
}

/* Final override: match the Afanaseva Project food-format block. */
.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: 500px;
  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: 480px; width: 470px; transform: translateX(-50%); }

.formats__cta {
  position: relative;
  z-index: 5;
  height: 260px;
  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: 105px;
  transform: translateX(-50%);
  background: #fff;
}

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

.formats__cta p {
  margin: 0 0 28px;
  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 {
  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: 29px;
  }

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