:root {
    --br-black: #11110f;
    --br-dark: #20221d;
    --br-white: #ffffff;
    --br-milk: #f6f1e8;
    --br-cream: #eee3d1;
    --br-red: #b71532;
    --br-red-dark: #7f0b24;
    --br-red-light: #e9c4ca;
    --br-green: #36533d;
    --br-green-dark: #20382a;
    --br-green-light: #d7e1d2;
    --br-rose: #ead6d5;
    --br-muted: #6d6a62;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    background: var(--br-milk);
  }

  body.br-menu-open {
    background: var(--br-milk);
  }

  .br-app,
  .br-app * {
    box-sizing: border-box;
  }

  .br-app {
    width: 100%;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
  }

  button,
  input {
    font-family: inherit;
  }

  .br-before-menu {
    display: block;
  }

  .br-menu {
    display: none;
  }

  .br-app.br-is-registered .br-before-menu {
    display: none !important;
  }

  .br-app.br-is-registered .br-menu {
    display: block !important;
  }


  /* =====================================================
  ОБЩИЕ ЭЛЕМЕНТЫ
  ====================================================== */

  .br-eyebrow {
    margin-bottom: 17px;
    color: var(--br-red);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .br-eyebrow--light {
    color: rgba(255, 255, 255, 0.78);
  }

  .br-red-line {
    width: 145px;
    height: 3px;
    margin: 31px 0;
    background: var(--br-red);
    transform: skewX(-28deg);
    transform-origin: left center;
  }

  .br-fir {
    color: var(--br-green);
  }

  .br-berry {
    position: absolute;
    display: block;
    border-radius: 50%;
    background:
      radial-gradient(
        circle at 35% 30%,
        #f35b71 0,
        #c9203d 35%,
        #8b0922 100%
      );
    box-shadow:
      inset -3px -4px 7px rgba(74, 0, 15, 0.25),
      0 8px 18px rgba(127, 11, 36, 0.22);
  }


  /* =====================================================
  ПЕРВЫЙ ЭКРАН
  ====================================================== */

  .br-hero {
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background: var(--br-milk);
    color: var(--br-black);
  }

  .br-hero__grid {
    display: grid;
    grid-template-columns: minmax(420px, 46%) minmax(0, 54%);
    min-height: 100vh;
    min-height: 100svh;
  }

  .br-hero__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding:
      clamp(40px, 5vw, 80px)
      clamp(38px, 6vw, 100px);
  }

  .br-hero__decor--top {
    position: absolute;
    top: -10px;
    right: -25px;
    width: 210px;
    height: 150px;
    opacity: 0.75;
    transform: rotate(8deg);
  }

  .br-fir--hero {
    width: 100%;
    height: 100%;
  }

  .br-berry--hero-one {
    top: 44px;
    right: 55px;
    width: 21px;
    height: 21px;
  }

  .br-berry--hero-two {
    top: 66px;
    right: 34px;
    width: 17px;
    height: 17px;
  }

  .br-berry--hero-three {
    top: 76px;
    right: 62px;
    width: 14px;
    height: 14px;
  }

  .br-hero__title {
    max-width: 700px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(62px, 6vw, 102px);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: -0.05em;
  }

  .br-hero__text {
    max-width: 550px;
    margin: 0 0 34px;
    color: #383830;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.6;
  }

  .br-hero__note {
    max-width: 480px;
    margin: 20px 0 0;
    color: var(--br-muted);
    font-size: 12px;
    line-height: 1.55;
  }

  .br-hero__visual {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background: #c8c1b7;
  }

  .br-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: br-photo-arrive 1.2s ease both;
  }

  .br-hero__shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.01) 30%,
        rgba(0, 0, 0, 0.33) 100%
      );
  }

  .br-hero__taste-label {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(17, 17, 15, 0.42);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--br-white);
    font-size: 12px;
  }

  .br-hero__taste-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--br-red);
    box-shadow: 0 0 0 5px rgba(183, 21, 50, 0.25);
  }


  /* =====================================================
  АНИМИРОВАННЫЕ КНОПКИ
  ====================================================== */

  .br-action-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 370px);
    min-height: 68px;
    padding: 8px 9px 8px 27px;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    background: var(--br-red);
    box-shadow: 0 13px 34px rgba(183, 21, 50, 0.26);
    color: var(--br-white);
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    transition:
      background 0.3s ease,
      box-shadow 0.3s ease,
      transform 0.3s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .br-action-button::before {
    content: "";
    position: absolute;
    top: -70%;
    left: -90%;
    width: 38%;
    height: 240%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.42),
      transparent
    );
    transform: rotate(18deg);
  }

  .br-action-button__label {
    position: relative;
    z-index: 3;
    font-size: 16px;
    font-weight: 700;
  }

  .br-action-button__circle {
    position: relative;
    z-index: 3;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--br-white);
    color: var(--br-red);
    transition:
      width 0.35s ease,
      border-radius 0.35s ease;
  }

  .br-action-button__circle svg {
    position: relative;
    z-index: 4;
    width: 24px;
    height: 24px;
    transition: transform 0.35s ease;
  }

  .br-action-button__berry {
    position: absolute;
    z-index: 3;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--br-red);
    opacity: 0;
    transform: scale(0);
  }

  .br-action-button__berry--one {
    top: 13px;
    left: 13px;
  }

  .br-action-button__berry--two {
    bottom: 13px;
    left: 20px;
  }

  @media (hover: hover) and (pointer: fine) {

    .br-action-button:hover {
      background: var(--br-red-dark);
      box-shadow: 0 18px 44px rgba(127, 11, 36, 0.36);
      transform: translateY(-3px);
    }

    .br-action-button:hover::before {
      animation: br-shine 0.8s ease forwards;
    }

    .br-action-button:hover .br-action-button__circle {
      width: 84px;
      border-radius: 999px;
    }

    .br-action-button:hover .br-action-button__circle svg {
      transform: translateX(12px);
    }

    .br-action-button:hover .br-action-button__berry {
      opacity: 1;
      transform: scale(1);
    }
  }

  .br-action-button.br-mobile-play {
    background: var(--br-red-dark);
    box-shadow: 0 19px 42px rgba(127, 11, 36, 0.4);
    transform: translateY(-2px);
  }

  .br-action-button.br-mobile-play::before {
    animation: br-shine 1.1s ease forwards;
  }

  .br-action-button.br-mobile-play .br-action-button__circle {
    width: 84px;
    border-radius: 999px;
  }

  .br-action-button.br-mobile-play .br-action-button__circle svg {
    transform: translateX(12px);
  }

  .br-action-button.br-mobile-play .br-action-button__berry {
    opacity: 1;
    transform: scale(1);
    transition:
      opacity 0.25s ease,
      transform 0.3s ease;
  }

  .br-action-button:active {
    transform: scale(0.96);
  }


  /* =====================================================
  РЕГИСТРАЦИЯ
  ====================================================== */

  .br-registration__grid {
    display: grid;
    grid-template-columns: minmax(0, 44%) minmax(500px, 56%);
    min-height: 100vh;
    min-height: 100svh;
  }

  .br-registration__intro {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding:
      clamp(60px, 7vw, 110px)
      clamp(38px, 6vw, 95px);
    background:
      radial-gradient(
        circle at 100% 0,
        rgba(54, 83, 61, 0.28),
        transparent 38%
      ),
      var(--br-black);
    color: var(--br-white);
  }

  .br-registration__nature {
    position: absolute;
    top: 12px;
    right: -20px;
    width: 210px;
    height: 145px;
    opacity: 0.68;
    transform: rotate(10deg);
  }

  .br-fir--registration {
    width: 100%;
    height: 100%;
    color: #668069;
  }

  .br-registration-berry--one {
    top: 49px;
    right: 55px;
    width: 20px;
    height: 20px;
  }

  .br-registration-berry--two {
    top: 68px;
    right: 34px;
    width: 16px;
    height: 16px;
  }

  .br-registration-berry--three {
    top: 79px;
    right: 59px;
    width: 13px;
    height: 13px;
  }

  .br-registration__title {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 4.4vw, 76px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .br-registration__title span {
    display: block;
  }

  .br-registration__description {
    max-width: 460px;
    margin: 0 0 42px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.6;
  }

  .br-steps {
    display: grid;
    gap: 19px;
  }

  .br-step {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }

  .br-step__number {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #e94b62;
    font-size: 10px;
    font-weight: 700;
  }

  .br-step strong {
    display: block;
    margin: 1px 0 4px;
    font-size: 14px;
  }

  .br-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    line-height: 1.4;
  }

  .br-registration__form-side {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(42px, 6vw, 90px);
    background:
      radial-gradient(
        circle at 100% 100%,
        rgba(183, 21, 50, 0.08),
        transparent 38%
      ),
      var(--br-milk);
  }

  .br-form-box {
    width: min(100%, 590px);
  }

  .br-form-heading {
    margin-bottom: 31px;
  }

  .br-form-heading > span {
    color: var(--br-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .br-form-heading h3 {
    margin: 11px 0 9px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 400;
  }

  .br-form-heading p {
    margin: 0;
    color: var(--br-muted);
    font-size: 14px;
  }

  .br-field {
    margin-bottom: 19px;
  }

  .br-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
  }

  .br-field__control {
    position: relative;
  }

  .br-field input {
    width: 100%;
    height: 58px;
    padding: 0 62px 0 17px;
    border: 1px solid #d2cabd;
    border-radius: 14px;
    outline: none;
    background: rgba(255, 255, 255, 0.88);
    color: var(--br-black);
    font-family: inherit;
    font-size: 16px;
    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      background 0.2s ease;
  }

  .br-field input:focus {
    border-color: var(--br-red);
    background: var(--br-white);
    box-shadow: 0 0 0 4px rgba(183, 21, 50, 0.1);
  }

  .br-field__control > span {
    position: absolute;
    top: 50%;
    right: 17px;
    color: #a79f92;
    font-size: 10px;
    font-weight: 700;
    transform: translateY(-50%);
  }

  .br-field__error,
  .br-privacy-error {
    display: none;
    margin-top: 7px;
    color: var(--br-red);
    font-size: 12px;
  }

  .br-field.is-error input {
    border-color: var(--br-red);
    background: #fff7f8;
    animation: br-field-shake 0.35s ease;
  }

  .br-field.is-error .br-field__error {
    display: block;
  }

  .br-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 20px;
    cursor: pointer;
  }

  .br-checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
  }

  .br-checkbox__box {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border: 1px solid #bcb3a5;
    border-radius: 6px;
    background: var(--br-white);
    color: var(--br-white);
    transition:
      background 0.2s ease,
      border-color 0.2s ease;
  }

  .br-checkbox__box svg {
    width: 16px;
    height: 16px;
    opacity: 0;
    transform: scale(0.5);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
  }

  .br-checkbox input:checked + .br-checkbox__box {
    border-color: var(--br-red);
    background: var(--br-red);
  }

  .br-checkbox input:checked + .br-checkbox__box svg {
    opacity: 1;
    transform: scale(1);
  }

  .br-checkbox__text {
    color: #454239;
    font-size: 12px;
    line-height: 1.45;
  }

  .br-checkbox__text em {
    color: #8a847a;
    font-size: 11px;
    font-style: normal;
  }

  .br-checkbox--optional {
    margin-top: 14px;
  }

  .br-privacy-error.is-visible {
    display: block;
    margin-left: 34px;
  }

  .br-submit-button {
    width: 100%;
    margin-top: 27px;
  }

  .br-form-note {
    margin: 14px 5px 0;
    color: var(--br-muted);
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
  }

  .br-success {
    display: none;
    align-items: center;
    gap: 14px;
    margin-top: 19px;
    padding: 16px;
    border: 1px solid rgba(183, 21, 50, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
  }

  .br-success.is-visible {
    display: flex;
    animation: br-success-in 0.4s ease both;
  }

  .br-success__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--br-red);
    color: var(--br-white);
  }

  .br-success strong {
    font-size: 14px;
  }

  .br-success p {
    margin: 3px 0 0;
    color: var(--br-muted);
    font-size: 12px;
  }


  /* =====================================================
  МЕНЮ — ШАПКА
  ====================================================== */

  .br-menu {
    min-height: 100vh;
    padding-bottom: 72px;
    background:
      radial-gradient(
        circle at 0 22%,
        rgba(54, 83, 61, 0.08),
        transparent 28%
      ),
      radial-gradient(
        circle at 100% 72%,
        rgba(183, 21, 50, 0.08),
        transparent 30%
      ),
      var(--br-milk);
    color: var(--br-black);
  }

  .br-menu__sticky {
    position: sticky;
    top: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: minmax(82px, auto) 1fr 50px;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 9px clamp(14px, 4vw, 28px);
    border-bottom: 1px solid rgba(32, 34, 29, 0.09);
    background: rgba(246, 241, 232, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .br-back-button {
    display: flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(32, 34, 29, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--br-black);
    cursor: pointer;
    transition:
      transform 0.2s ease,
      background 0.2s ease;
  }

  .br-back-button svg {
    width: 18px;
    height: 18px;
  }

  .br-back-button span {
    font-size: 12px;
    font-weight: 700;
  }

  .br-back-button:hover {
    background: var(--br-white);
    transform: translateX(-3px);
  }

  .br-menu__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .br-menu__logo-berries {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 12px;
  }

  .br-menu__logo-berries span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--br-red);
  }

  .br-menu__logo-berries span:nth-child(2) {
    transform: translateY(-4px);
  }

  .br-menu__logo strong {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .br-cart-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    padding: 0;
    border: 1px solid rgba(32, 34, 29, 0.14);
    border-radius: 50%;
    background: var(--br-white);
    color: var(--br-black);
    cursor: pointer;
    animation: br-cart-breathe 4s ease-in-out infinite;
  }

  .br-cart-button svg {
    width: 22px;
    height: 22px;
  }

  .br-cart-button__count {
    position: absolute;
    top: -4px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--br-red);
    color: var(--br-white);
    font-size: 10px;
    font-weight: 700;
  }


  /* =====================================================
  ВКУСНЫЙ БАННЕР
  ====================================================== */

  .br-taste-banner {
    position: relative;
    max-width: 1240px;
    min-height: 430px;
    margin: 24px auto 0;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 65px rgba(31, 28, 23, 0.17);
  }

  .br-taste-banner__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 5s ease;
  }

  .br-taste-banner:hover .br-taste-banner__image {
    transform: scale(1.05);
  }

  .br-taste-banner__overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        90deg,
        rgba(13, 16, 12, 0.89) 0%,
        rgba(13, 16, 12, 0.59) 46%,
        rgba(13, 16, 12, 0.12) 100%
      );
  }

  .br-taste-banner__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 680px;
    min-height: 430px;
    padding: 55px;
    color: var(--br-white);
  }

  .br-taste-banner__content h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 6vw, 86px);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.045em;
  }

  .br-taste-banner__content p {
    max-width: 520px;
    margin: 23px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.6;
  }

  .br-taste-banner__fir {
    position: absolute;
    z-index: 4;
    top: -5px;
    right: -10px;
    width: 250px;
    height: 165px;
    opacity: 0.9;
    transform: rotate(12deg);
  }

  .br-fir--banner {
    width: 100%;
    height: 100%;
    color: #8ba28b;
  }

  .br-banner-berry--one {
    top: 57px;
    right: 72px;
    width: 24px;
    height: 24px;
  }

  .br-banner-berry--two {
    top: 83px;
    right: 46px;
    width: 19px;
    height: 19px;
  }

  .br-banner-berry--three {
    top: 91px;
    right: 78px;
    width: 15px;
    height: 15px;
  }


  /* =====================================================
  АППЕТИТНЫЕ ФОТОКАРТОЧКИ
  ====================================================== */

  .br-food-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    max-width: 1240px;
    margin: 16px auto 0;
  }

  .br-food-highlight {
    position: relative;
    min-height: 205px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    background: var(--br-dark);
    color: var(--br-white);
    text-align: left;
    cursor: pointer;
    animation: br-card-arrive 0.65s ease both;
  }

  .br-food-highlight:nth-child(2) {
    animation-delay: 0.1s;
  }

  .br-food-highlight:nth-child(3) {
    animation-delay: 0.2s;
  }

  .br-food-highlight img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #2f3933;
    transition: transform 0.5s ease;
  }

  .br-food-highlight:hover img {
    transform: scale(1.02);
  }

  .br-food-highlight__shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.03) 20%,
        rgba(0, 0, 0, 0.78) 100%
      );
  }

  .br-food-highlight__content {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  .br-food-highlight__content span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .br-food-highlight__content strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 400;
  }


  /* =====================================================
  ЗАГОЛОВОК КАТЕГОРИЙ
  ====================================================== */

  .br-menu-categories-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
    align-items: end;
    gap: 40px;
    max-width: 1240px;
    margin: 58px auto 0;
  }

  .br-menu-categories-heading__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--br-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .br-menu-categories-heading h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 400;
    line-height: 1;
  }

  .br-menu-categories-heading p {
    margin: 0;
    color: var(--br-muted);
    font-size: 14px;
    line-height: 1.6;
  }


  /* =====================================================
  КОМПАКТНЫЕ КАТЕГОРИИ
  ====================================================== */

  .br-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 1240px;
    margin: 25px auto 0;
  }

  .br-category {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 155px;
    padding: 19px;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    color: var(--br-black);
    text-align: left;
    cursor: pointer;
    animation: br-category-arrive 0.38s ease-out both;
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }

  .br-category:nth-child(2) {
    animation-delay: 0.05s;
  }

  .br-category:nth-child(3) {
    animation-delay: 0.1s;
  }

  .br-category:nth-child(4) {
    animation-delay: 0.15s;
  }

  .br-category:nth-child(5) {
    animation-delay: 0.2s;
  }

  .br-category:nth-child(6) {
    animation-delay: 0.25s;
  }

  .br-category:nth-child(7) {
    animation-delay: 0.3s;
  }

  .br-category:nth-child(8) {
    animation-delay: 0.35s;
  }

  .br-category:nth-child(9) {
    animation-delay: 0.4s;
  }

  .br-category:nth-child(10) {
    animation-delay: 0.45s;
  }

  .br-category::before {
    content: "";
    position: absolute;
    top: -48px;
    right: -48px;
    width: 115px;
    height: 115px;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: 0.12;
    transition: transform 0.35s ease;
  }

  .br-category:hover {
    z-index: 2;
    box-shadow: 0 18px 38px rgba(31, 28, 23, 0.14);
    transform: translateY(-5px);
  }

  .br-category:hover::before {
    transform: scale(1.28);
  }

  .br-category__mini-label {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 7px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.13em;
    opacity: 0.72;
    text-transform: uppercase;
  }

  .br-category strong {
    position: relative;
    z-index: 2;
    max-width: 86%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
  }

  .br-category__arrow {
    position: absolute;
    z-index: 3;
    right: 17px;
    bottom: 15px;
    font-size: 22px;
    transition: transform 0.25s ease;
  }

  .br-category:hover .br-category__arrow {
    transform: translateX(5px);
  }

  .br-category--cream {
    background: var(--br-cream);
  }

  .br-category--green {
    background: var(--br-green);
    color: var(--br-white);
  }

  .br-category--rose {
    background: var(--br-rose);
  }

  .br-category--dark {
    background: var(--br-dark);
    color: var(--br-white);
  }

  .br-category--red-dark {
    background: var(--br-red-dark);
    color: var(--br-white);
  }

  .br-category--berry-light {
    background: var(--br-red-light);
  }

  .br-category--green-light {
    background: var(--br-green-light);
  }

  .br-category[data-category-id="breakfasts"] { background: #e9dfd1; color: var(--br-black); }
  .br-category[data-category-id="snacks"] { background: #48674f; color: var(--br-white); }
  .br-category[data-category-id="beer-snacks"] { background: #e8ddce; color: var(--br-black); }
  .br-category[data-category-id="salads"] { background: #e5ced2; color: var(--br-black); }
  .br-category[data-category-id="soups"] { background: #2f3933; color: var(--br-white); }
  .br-category[data-category-id="hot"] { background: #9a1235; color: var(--br-white); }
  .br-category[data-category-id="pasta"] { background: #5f7b67; color: var(--br-white); }
  .br-category[data-category-id="sides"] { background: #e6decf; color: var(--br-black); }
  .br-category[data-category-id="grill"] { background: #4a3b35; color: var(--br-white); }
  .br-category[data-category-id="desserts"] { background: #e9d4da; color: var(--br-black); }

  .br-category[data-category-id="breakfasts"]::after,
  .br-category[data-category-id="snacks"]::after,
  .br-category[data-category-id="beer-snacks"]::after,
  .br-category[data-category-id="salads"]::after,
  .br-category[data-category-id="soups"]::after,
  .br-category[data-category-id="hot"]::after,
  .br-category[data-category-id="pasta"]::after,
  .br-category[data-category-id="sides"]::after,
  .br-category[data-category-id="grill"]::after,
  .br-category[data-category-id="desserts"]::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 8px;
    bottom: 10px;
    width: 46%;
    border-radius: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .br-category[data-category-id="breakfasts"]::after { background-image: url("../images/breakfasts/breakfast-hero.png"); }
  .br-category[data-category-id="snacks"]::after { background-image: url("../images/snacks/Брускетты.png"); }
  .br-category[data-category-id="beer-snacks"]::after { background-image: url("../images/beer-snacks/Сет пивных закусок.png"); }
  .br-category[data-category-id="salads"]::after { background-image: url("../images/salads/Большой зеленый салат с курицей.png"); }
  .br-category[data-category-id="soups"]::after { background-image: url("../images/soups/borsch.png"); }
  .br-category[data-category-id="hot"]::after { background-image: url("../images/hot/Говяжьи щеки с картофельно-трюфельным пюре и мясным соусом.png"); }
  .br-category[data-category-id="pasta"]::after { background-image: url("../images/pasta/Паста с морепродуктами.png"); }
  .br-category[data-category-id="sides"]::after { background-image: url("../images/sides/Запеченный картофель с соусом из сезонной зелени.png"); }
  .br-category[data-category-id="grill"]::after { background-image: url("../images/grill/Шашлык из свинины.png"); }
  .br-category[data-category-id="desserts"]::after { background-image: url("../images/desserts/Пирог «Брусника».png"); }

  .br-category[data-category-id] strong,
  .br-category[data-category-id] .br-category__mini-label { max-width: 51%; }

  .br-category__berry-decoration {
    position: absolute;
    top: 16px;
    right: 17px;
    display: flex;
    align-items: center;
    gap: 3px;
  }

  .br-category__berry-decoration i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
  }

  .br-category__berry-decoration i:nth-child(2) {
    transform: translateY(-4px);
  }


  /* =====================================================
  ШВЕДСКИЙ СТОЛ
  ====================================================== */

  .br-specials {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
    max-width: 1240px;
    margin: 13px auto 0;
  }

  .br-special-card {
    position: relative;
    min-height: 180px;
    padding: 24px;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    text-align: left;
    cursor: pointer;
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }

  .br-special-card:hover {
    box-shadow: 0 18px 40px rgba(31, 28, 23, 0.13);
    transform: translateY(-4px);
  }

  .br-special-card__eyebrow {
    display: block;
    margin-bottom: 12px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    opacity: 0.72;
    text-transform: uppercase;
  }

  .br-special-card strong {
    display: block;
    max-width: 85%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1;
  }

  .br-special-card p {
    max-width: 85%;
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.72;
  }

  .br-special-card__arrow {
    position: absolute;
    right: 21px;
    bottom: 20px;
    font-size: 23px;
    transition: transform 0.25s ease;
  }

  .br-special-card:hover .br-special-card__arrow {
    transform: translateX(5px);
  }

  .br-special-card--buffet {
    background: #d8ded2;
    color: var(--br-black);
  }

  .br-vk-subscription {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;
    max-width: 1240px;
    margin: 28px auto 0;
    padding: 28px 32px;
    border: 1px solid rgba(54, 83, 61, 0.18);
    border-radius: 22px;
    background: linear-gradient(135deg, var(--br-cream), #f8f3eb);
    box-shadow: 0 18px 45px rgba(32, 56, 42, 0.08);
  }

  .br-vk-subscription[hidden] { display: none; }
  .br-vk-subscription__copy { min-width: 0; }

  .br-vk-subscription__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--br-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .br-vk-subscription h2 {
    margin: 0;
    color: var(--br-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 400;
    line-height: 1.08;
  }

  .br-vk-subscription p {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--br-muted);
    font-size: 14px;
    line-height: 1.55;
  }

  .br-vk-subscription__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--br-red);
    color: var(--br-white);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .br-vk-subscription__button:hover {
    background: var(--br-red-dark);
    transform: translateY(-1px);
  }

  .br-vk-subscription__button:focus-visible {
    outline: 3px solid var(--br-green-dark);
    outline-offset: 3px;
  }
  .br-special-card--buffet::after { content: ""; position: absolute; inset: 10px 10px 10px auto; width: 48%; border-radius: 18px; background: url("../images/breakfast-buffet/breakfast-buffet-hero.png") center / contain no-repeat; pointer-events: none; }
  .br-special-card--buffet > * { position: relative; z-index: 2; }
  .br-special-card--buffet strong, .br-special-card--buffet p { max-width: 48%; }

  /* =====================================================
  СООБЩЕНИЕ КАТЕГОРИИ
  ====================================================== */

  .br-category-message {
    display: none;
    align-items: center;
    gap: 14px;
    max-width: 760px;
    margin: 24px auto 0;
    padding: 17px;
    border: 1px solid rgba(183, 21, 50, 0.2);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .br-category-message.is-visible {
    display: flex;
    animation: br-message-arrive 0.35s ease both;
  }

  .br-category-message__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--br-red);
    color: var(--br-white);
    font-size: 19px;
  }

  .br-category-message strong {
    font-size: 14px;
  }

  .br-category-message p {
    margin: 4px 0 0;
    color: var(--br-muted);
    font-size: 12px;
    line-height: 1.45;
  }


  /* =====================================================
  МОБИЛЬНАЯ ВЕРСИЯ
  ====================================================== */

  @media (max-width: 767px) {

    .br-hero {
      min-height: auto;
      overflow: visible;
    }

    .br-hero__grid {
      display: flex;
      flex-direction: column;
      width: 100%;
      min-width: 0;
      min-height: auto;
    }

    .br-hero__visual {
      order: 1;
      min-height: 0;
      height: 42svh;
      max-height: 420px;
    }

    .br-hero__content {
      order: 2;
      width: 100%;
      min-width: 0;
      min-height: 58svh;
      padding: 31px 20px 40px;
    }

    .br-hero__decor--top {
      top: -12px;
      right: -48px;
      width: 175px;
      height: 120px;
      opacity: 0.58;
    }

    .br-hero__title {
      font-size: clamp(46px, 13.5vw, 62px);
    }

    .br-red-line {
      width: 105px;
      margin: 21px 0;
    }

    .br-hero__text {
      max-width: 100%;
      margin-bottom: 24px;
      font-size: 15px;
      line-height: 1.55;
      overflow-wrap: anywhere;
    }

    .br-hero__note {
      max-width: 100%;
      margin-top: 15px;
      font-size: 11px;
      overflow-wrap: anywhere;
    }

    .br-hero__taste-label {
      right: 14px;
      bottom: 14px;
      padding: 10px 13px;
      font-size: 10px;
    }

    .br-action-button {
      width: 100%;
      min-height: 62px;
      padding-left: 22px;
    }

    .br-action-button__circle {
      width: 46px;
      height: 46px;
    }


    /* РЕГИСТРАЦИЯ */

    .br-registration__grid {
      display: block;
      min-height: auto;
    }

    .br-registration__intro {
      padding: 57px 20px 50px;
    }

    .br-registration__nature {
      right: -55px;
      width: 180px;
      height: 125px;
      opacity: 0.52;
    }

    .br-registration__title {
      width: 100%;
      max-width: 100%;
      font-size: clamp(31px, 9vw, 40px);
      line-height: 1;
      letter-spacing: -0.035em;
    }

    .br-registration__title span {
      white-space: nowrap;
    }

    .br-registration__description {
      margin-bottom: 32px;
      font-size: 15px;
    }

    .br-registration__form-side {
      padding: 45px 20px 58px;
    }

    .br-form-heading h3 {
      font-size: 41px;
    }

    .br-field input {
      height: 56px;
    }

    .br-checkbox__text {
      font-size: 12px;
    }


    /* ШАПКА МЕНЮ */

    .br-menu {
      padding-bottom: 50px;
    }

    .br-vk-subscription {
      grid-template-columns: 1fr;
      gap: 20px;
      margin: 18px 15px 0;
      padding: 23px 20px;
      border-radius: 18px;
    }

    .br-vk-subscription h2 {
      font-size: clamp(25px, 7.4vw, 31px);
    }

    .br-vk-subscription p {
      font-size: 13px;
    }

    .br-vk-subscription__button {
      width: 100%;
      min-height: 52px;
      padding-right: 16px;
      padding-left: 16px;
    }

    .br-menu__sticky {
      grid-template-columns: 82px 1fr 47px;
      min-height: 64px;
      padding: 8px 12px;
    }

    .br-back-button {
      min-height: 39px;
      padding: 0 11px;
    }

    .br-back-button span {
      font-size: 11px;
    }

    .br-cart-button {
      width: 45px;
      height: 45px;
    }


    /* БАННЕР */

    .br-taste-banner {
      min-height: 320px;
      margin: 12px 12px 0;
      border-radius: 22px;
    }

    .br-taste-banner__image {
      object-position: 57% center;
    }

    .br-taste-banner__overlay {
      background:
        linear-gradient(
          180deg,
          rgba(13, 16, 12, 0.2) 0%,
          rgba(13, 16, 12, 0.86) 100%
        );
    }

    .br-taste-banner__content {
      justify-content: flex-end;
      min-height: 320px;
      padding: 26px 22px;
    }

    .br-taste-banner__content h2 {
      font-size: clamp(39px, 12vw, 54px);
    }

    .br-taste-banner__content p {
      margin-top: 14px;
      font-size: 13px;
      line-height: 1.5;
    }

    .br-taste-banner__fir {
      top: -15px;
      right: -55px;
      width: 190px;
      height: 130px;
      opacity: 0.72;
    }


    /* ФОТОКАРТОЧКИ */

    .br-food-highlights {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px;
      margin: 9px 12px 0;
    }

    .br-food-highlight {
      min-height: 152px;
      border-radius: 17px;
    }

    .br-food-highlight:first-child {
      grid-column: span 2;
      min-height: 178px;
    }

    .br-food-highlight__content {
      right: 14px;
      bottom: 13px;
      left: 14px;
    }

    .br-food-highlight__content strong {
      font-size: 23px;
    }


    /* ЗАГОЛОВОК */

    .br-menu-categories-heading {
      display: block;
      margin: 37px 15px 0;
    }

    .br-menu-categories-heading h3 {
      font-size: 38px;
    }

    .br-menu-categories-heading p {
      margin-top: 13px;
      font-size: 12px;
    }


    /* КАТЕГОРИИ */

    .br-categories {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 9px;
      margin: 19px 12px 0;
    }

    .br-category {
      min-height: 130px;
      padding: 15px;
      border-radius: 17px;
    }

    .br-category strong {
      max-width: 82%;
      font-size: 21px;
    }

    .br-category__mini-label {
      font-size: 7px;
    }

    .br-category__arrow {
      right: 13px;
      bottom: 12px;
      font-size: 19px;
    }

    .br-category:active {
      transform: scale(0.965);
    }


    /* ШВЕДСКИЙ СТОЛ */

    .br-specials {
      grid-template-columns: 1fr;
      gap: 9px;
      margin: 9px 12px 0;
    }

    .br-special-card {
      min-height: 145px;
      padding: 19px;
      border-radius: 18px;
    }

    .br-special-card strong {
      font-size: 25px;
    }

    .br-category-message {
      margin: 17px 12px 0;
    }
  }


  /* =====================================================
  ПЛАНШЕТ
  ====================================================== */

  @media (min-width: 768px) and (max-width: 1100px) {

    .br-taste-banner,
    .br-food-highlights,
    .br-menu-categories-heading,
    .br-categories,
    .br-specials {
      margin-right: 25px;
      margin-left: 25px;
    }

    .br-categories {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }


  /* =====================================================
  ОЧЕНЬ УЗКИЕ ТЕЛЕФОНЫ
  ====================================================== */

  @media (max-width: 359px) {

    .br-hero__content,
    .br-registration__intro,
    .br-registration__form-side {
      padding-right: 16px;
      padding-left: 16px;
    }

    .br-hero__title {
      font-size: 42px;
    }

    .br-registration__title {
      font-size: 29px;
    }

    .br-menu__sticky {
      grid-template-columns: 74px 1fr 44px;
      padding-right: 8px;
      padding-left: 8px;
    }

    .br-back-button {
      padding: 0 9px;
    }

    .br-back-button span {
      font-size: 10px;
    }

    .br-category strong {
      font-size: 19px;
    }
  }


  /* =====================================================
  АНИМАЦИИ
  ====================================================== */

  @keyframes br-shine {

    from {
      left: -90%;
    }

    to {
      left: 135%;
    }
  }

  @keyframes br-photo-arrive {

    from {
      opacity: 0;
      transform: scale(1.06);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes br-field-shake {

    0%,
    100% {
      transform: translateX(0);
    }

    30% {
      transform: translateX(-5px);
    }

    60% {
      transform: translateX(5px);
    }
  }

  @keyframes br-success-in {

    from {
      opacity: 0;
      transform: translateY(8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes br-card-arrive {

    from {
      opacity: 0;
      transform: translateY(20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes br-category-arrive {

    from {
      opacity: 0;
      transform: translateY(14px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes br-message-arrive {

    from {
      opacity: 0;
      transform: translateY(9px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes br-cart-breathe {

    0%,
    75%,
    100% {
      box-shadow: 0 0 0 0 rgba(183, 21, 50, 0);
    }

    86% {
      box-shadow: 0 0 0 7px rgba(183, 21, 50, 0.09);
    }
  }

  @keyframes br-berry-float {

    0%,
    100% {
      transform: translateY(0) rotate(0deg);
    }

    50% {
      transform: translateY(-2px) rotate(1deg);
    }
  }

  .br-hero__decor,
  .br-registration__nature,
  .br-taste-banner__fir {
    animation: br-berry-float 8.5s ease-in-out infinite;
  }


/* Внутреннее меню и карточки блюд */
.br-menu { background-color: #f5f0e7; }
.br-category-view[hidden],
#br-category-list[hidden] {
  display: none !important;
}

.br-category-view {
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding: clamp(30px, 6vw, 72px) clamp(18px, 5vw, 72px) 80px;
}

.br-category-view:not([hidden]) {
  animation: br-category-view-in 0.22s ease-out both;
}

.br-category-view__header {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 28px;
}

.br-category-view__header h2 {
  margin: 4px 0 0;
  color: var(--br-black);
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1;
}

.br-category-empty {
  margin: 0;
  padding: 34px 20px;
  border: 1px solid rgba(54, 83, 61, 0.2);
  background: var(--br-cream);
  color: var(--br-green);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.br-category-back {
  display: none;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--br-green);
  border-radius: 999px;
  background: transparent;
  color: var(--br-green);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

#br-category-list,
#br-category-view { scroll-margin-top: 78px; }

body.br-category-active .br-back-button {
  border-color: var(--br-red);
  background: var(--br-red);
  color: var(--br-white);
  box-shadow: 0 8px 20px rgba(183, 21, 50, 0.22);
}

.br-dishes {
  display: grid;
  gap: 14px;
}

.br-dish-card {
  overflow: hidden;
  border: 1px solid rgba(74, 59, 53, 0.08);
  border-radius: 24px;
  background: #f2eadf;
  box-shadow: 0 10px 30px rgba(74, 59, 53, 0.08);
  animation: br-dish-arrive 0.34s ease-out both;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.br-dish-card:nth-child(2) { animation-delay: 0.04s; }
.br-dish-card:nth-child(3) { animation-delay: 0.08s; }
.br-dish-card:nth-child(4) { animation-delay: 0.12s; }
.br-dish-card:nth-child(5) { animation-delay: 0.16s; }
.br-dish-card:nth-child(6) { animation-delay: 0.2s; }
.br-dish-card:nth-child(7) { animation-delay: 0.24s; }
.br-dish-card:nth-child(8) { animation-delay: 0.28s; }
.br-dish-card:nth-child(9) { animation-delay: 0.32s; }

.br-dishes.is-static .br-dish-card { animation: none; }

.br-dish-card__image {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: clamp(290px, 78vw, 350px);
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(233, 223, 209, 0.18));
  transition: filter 0.35s ease;
}

.br-dish-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 14px 18px 20px;
}

.br-dish-card__title {
  margin: 0;
  color: var(--br-black);
  max-width: 20ch;
  font-size: clamp(23px, 6vw, 26px);
  font-weight: 600;
  line-height: 1.08;
  text-wrap: balance;
}

.br-dish-card__description {
  margin: 0;
  color: var(--br-muted);
  max-width: 42ch;
  font-size: 14px;
  line-height: 1.55;
}

.br-breakfast-additions {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(74, 59, 53, 0.1);
  border-radius: 24px;
  background: #f2eadf;
  box-shadow: 0 10px 30px rgba(74, 59, 53, 0.06);
}

.br-breakfast-additions h3 {
  margin: 0 0 18px;
  color: var(--br-black);
  font-size: clamp(26px, 4vw, 32px);
  font-weight: 600;
}

.br-breakfast-additions__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.br-breakfast-additions__item { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: baseline; gap: 10px; padding: 13px 0; border-top: 1px solid rgba(74, 59, 53, 0.12); }
.br-breakfast-additions__item strong { min-width: 0; font-weight: 600; }
.br-breakfast-additions__item span { color: var(--br-muted); font-size: 13px; white-space: nowrap; }
.br-breakfast-additions__item b { color: var(--br-red-dark); font-size: 16px; white-space: nowrap; }

.br-dishes.is-breakfast-buffet { display: block; }
.br-breakfast-buffet { display: grid; gap: clamp(18px, 3vw, 30px); }
.br-breakfast-buffet__notice { display: grid; gap: 10px; padding: clamp(24px, 5vw, 46px); border-radius: 26px; background: var(--br-red); color: var(--br-white); box-shadow: 0 16px 38px rgba(92, 12, 31, 0.2); }
.br-breakfast-buffet__notice strong { max-width: 28ch; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 5vw, 46px); font-weight: 400; line-height: 1.05; text-wrap: balance; }
.br-breakfast-buffet__notice span { max-width: 54ch; color: rgba(255, 255, 255, 0.82); font-size: clamp(14px, 2vw, 17px); line-height: 1.55; }
.br-breakfast-buffet__hero { display: block; width: 100%; height: auto; border-radius: 26px; object-fit: contain; background: #f2eadf; box-shadow: 0 14px 36px rgba(74, 59, 53, 0.1); }
.br-breakfast-buffet__gallery { column-count: 1; column-gap: 18px; }
.br-breakfast-buffet__gallery figure { margin: 0 0 18px; break-inside: avoid; overflow: hidden; border-radius: 22px; background: #f2eadf; box-shadow: 0 10px 28px rgba(74, 59, 53, 0.09); animation: br-dish-arrive 0.34s ease-out both; }
.br-breakfast-buffet__gallery img { display: block; width: 100%; height: auto; object-fit: contain; }

.br-dish-card__footer,
.br-dish-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.br-dish-card__meta,
.br-dish-card__footer {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.br-dish-card__weight {
  color: var(--br-muted);
  font-size: 13px;
}

.br-dish-card__price {
  color: var(--br-red-dark);
  font-size: 20px;
}

.br-dish-add,
.br-dish-counter {
  box-sizing: border-box;
  width: 124px;
  min-width: 124px;
  min-height: 44px;
  flex: 0 0 124px;
  border: 0;
  border-radius: 999px;
  background: var(--br-red);
  color: var(--br-white);
  font: inherit;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(183, 21, 50, 0.2);
  font-variant-numeric: tabular-nums;
  animation: br-control-swap 0.18s ease-out both;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.br-dish-add {
  padding: 0 20px;
  cursor: pointer;
}

.br-dish-counter {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  overflow: hidden;
}

.br-dish-counter button {
  align-self: stretch;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 21px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.br-dish-counter span {
  min-width: 2ch;
  text-align: center;
  transition: opacity 0.18s ease;
}

.br-cart-button__sum {
  margin-left: 5px;
  font-size: 12px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.br-cart-button {
  animation: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.br-cart-button.has-items {
  animation: br-cart-enter 0.34s ease-out both;
  box-shadow: 0 8px 22px rgba(183, 21, 50, 0.2);
}

.br-cart-dock {
  position: fixed;
  z-index: 180;
  inset-inline: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  width: min(720px, calc(100% - 32px));
  min-height: 64px;
  margin-inline: auto;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--br-red);
  color: var(--br-white);
  font: inherit;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(92, 12, 31, 0.28);
  animation: br-cart-enter 0.34s ease-out both;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.br-cart-dock[hidden] { display: none !important; }
.br-cart-dock__label, .br-cart-dock__sum { font-weight: 700; }
.br-cart-dock__count, .br-cart-dock__sum { white-space: nowrap; }
.br-cart-dock__count::before, .br-cart-dock__sum::before { content: "·"; margin-right: 10px; opacity: 0.72; }
.br-cart-dock__sum { font-variant-numeric: tabular-nums; }
body.br-has-cart-dock #br-category-list { padding-bottom: calc(116px + env(safe-area-inset-bottom)); }
body.br-has-cart-dock .br-category-view { padding-bottom: 32px; }
body.br-has-cart-dock .br-dishes { padding-bottom: calc(112px + env(safe-area-inset-bottom)); }

.br-cart-panel[hidden] { display: none !important; }
.br-back-button { min-height: 44px; }
.br-cart-panel { position: fixed; z-index: 200; inset: 0; display: flex; justify-content: flex-end; }
.br-cart-panel__backdrop { position: absolute; inset: 0; border: 0; background: rgba(32, 34, 29, 0.58); cursor: pointer; }
.br-cart-panel__dialog { position: relative; display: flex; flex-direction: column; width: min(100%, 480px); height: 100%; padding: 24px; overflow-y: auto; background: var(--br-white); box-shadow: -18px 0 48px rgba(32, 34, 29, 0.18); }
.br-cart-panel:not([hidden]) .br-cart-panel__backdrop { animation: br-fade-in 0.22s ease-out both; }
.br-cart-panel:not([hidden]) .br-cart-panel__dialog { animation: br-cart-panel-in 0.28s ease-out both; }
.br-cart-panel__header, .br-cart-panel__footer, .br-cart-item, .br-cart-item__actions { display: flex; align-items: center; }
.br-cart-panel__header, .br-cart-panel__footer, .br-cart-item { justify-content: space-between; gap: 16px; }
.br-cart-panel__header h2 { margin: 0; font-size: 32px; }
.br-cart-panel__close, .br-cart-item__remove { border: 0; background: transparent; color: var(--br-green); cursor: pointer; }
.br-cart-panel__close { width: 44px; height: 44px; font-size: 32px; }
.br-cart-panel__empty { margin: auto 0; color: var(--br-muted); font-size: 17px; text-align: center; }
.br-cart-panel__items { display: grid; gap: 0; margin: 24px 0; }
.br-cart-item { padding: 18px 0; border-bottom: 1px solid rgba(54, 83, 61, 0.16); }
.br-cart-item__main { min-width: 0; }
.br-cart-item__main strong, .br-cart-item__main span { display: block; }
.br-cart-item__main strong { line-height: 1.25; }
.br-cart-item__main span { margin-top: 6px; color: var(--br-muted); font-size: 14px; }
.br-cart-item__actions { flex: 0 0 auto; gap: 8px; }
.br-cart-item__remove { min-width: 44px; min-height: 44px; font-weight: 700; }
.br-cart-panel__footer { margin-top: auto; padding-top: 20px; border-top: 2px solid var(--br-green); font-size: 20px; }
body.br-cart-open { overflow: hidden; }

@media (max-width: 480px) {
  .br-breakfast-additions { padding: 20px 18px; }
  .br-breakfast-additions__list { grid-template-columns: 1fr; }
  .br-cart-panel__dialog { padding: 18px; }
  .br-cart-item { align-items: flex-start; flex-direction: column; }
  .br-cart-item__actions { width: 100%; justify-content: space-between; }
}

@media (min-width: 760px) {
  .br-breakfast-buffet__gallery { column-count: 2; column-gap: 22px; }
  body.br-category-active .br-back-button { min-height: 54px; padding-inline: 22px; gap: 10px; }
  body.br-category-active .br-back-button svg { width: 22px; height: 22px; }
  body.br-category-active .br-back-button span { font-size: 19px; }
  .br-cart-dock { min-height: 70px; gap: 12px; padding: 16px 30px; font-size: 19px; }
  .br-breakfast-additions { padding: 34px 38px; }
  .br-breakfast-additions h3 { margin-bottom: 22px; font-size: 34px; }
  .br-breakfast-additions__list { gap: 0 36px; }
  .br-breakfast-additions__item { gap: 14px; padding: 18px 0; line-height: 1.4; }
  .br-breakfast-additions__item strong { font-size: 19px; }
  .br-breakfast-additions__item span { font-size: 16px; }
  .br-breakfast-additions__item b { font-size: 19px; }

  .br-dish-card {
    display: grid;
    grid-template-columns: minmax(0, 60%) minmax(300px, 40%);
    align-items: stretch;
  }

  .br-dish-card__image {
    align-self: center;
    height: clamp(320px, 30vw, 400px);
    padding: 0;
    object-fit: contain;
    object-position: center;
  }

  .br-dish-card__content {
    justify-content: center;
    justify-self: start;
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    padding: 22px 28px 22px 16px;
  }

  .br-dish-card__title { max-width: 18ch; font-size: 30px; }

  .br-dishes.is-breakfasts .br-dish-card__image {
    height: clamp(330px, 31vw, 420px);
  }

  .br-dishes.is-breakfasts .br-dish-card__content {
    padding-left: 8px;
  }
}

@media (min-width: 1050px) {
  .br-breakfast-buffet__gallery { column-count: 3; }
}

@media (hover: hover) and (pointer: fine) {
  .br-dish-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(32, 34, 29, 0.12); }
  .br-dish-card:hover .br-dish-card__image { filter: saturate(1.02) brightness(1.01); }
  .br-dish-add:hover { background: #c61b3b; box-shadow: 0 10px 24px rgba(183, 21, 50, 0.28); transform: scale(1.02); }
  .br-dish-counter button:hover { background: rgba(255, 255, 255, 0.14); }
  .br-cart-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(32, 34, 29, 0.14); }
}

.br-dish-add:active { background: #8f1028; transform: scale(0.99); }
.br-dish-counter button:active { background: rgba(32, 34, 29, 0.16); transform: scale(0.92); }
.br-cart-button:active { transform: translateY(1px) scale(0.98); }

@keyframes br-dish-arrive {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes br-category-view-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes br-control-swap {
  from { opacity: 0.72; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes br-cart-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes br-fade-in { from { opacity: 0; } to { opacity: 1; } }

@keyframes br-cart-panel-in {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: translateX(0); }
}

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