.feature-dark {
      color: var(--color-white);
      background:
        linear-gradient(135deg, rgba(11, 11, 11, 0.96), rgba(23, 27, 30, 0.94)),
        radial-gradient(circle at 18% 16%, rgba(155, 107, 61, 0.2), transparent 32%);
    }

.split {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      align-items: center;
      gap: 70px;
    }

.placeholder {
      position: relative;
      display: grid;
      place-items: center;
      min-height: 430px;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      color: rgba(255, 255, 255, 0.78);
      background:
        linear-gradient(135deg, rgba(11, 11, 11, 0.4), rgba(155, 107, 61, 0.38)),
        linear-gradient(135deg, #2b2b2b, #6b4d31 54%, #141414);
      border: 1px solid rgba(155, 107, 61, 0.24);
      box-shadow: var(--shadow-dark);
      isolation: isolate;
    }

.media-frame--portrait {
      min-height: 540px;
      aspect-ratio: 4 / 5;
    }

.media-frame--portrait img {
      object-position: center top;
    }

.media-frame--about img {
      object-position: center 42%;
    }

.media-frame--atmosphere img {
      object-position: center 46%;
    }

.media-frame--reviews img {
      object-position: center 34%;
    }

.media-frame--location img {
      object-position: center;
    }

.placeholder::before {
      opacity: 0;
    }

.placeholder__label {
      position: relative;
      z-index: 2;
      max-width: 78%;
      padding: 14px 18px;
      color: rgba(255, 255, 255, 0.86);
      background: rgba(11, 11, 11, 0.48);
      border: 1px solid rgba(255, 255, 255, 0.16);
      font-family: "Inter", Arial, sans-serif;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-align: center;
      text-transform: uppercase;
    }

.section-copy h2 {
      margin-top: 18px;
      font-size: clamp(36px, 5vw, 64px);
    }

.section-copy p {
      margin: 24px 0 0;
      color: rgba(255, 255, 255, 0.75);
      font-size: 18px;
    }

.section-copy .btn {
      margin-top: 34px;
    }

.story-trust-strip {
      display: flex;
      align-items: stretch;
      justify-content: center;
      margin-top: 34px;
      padding: 18px 0;
      border-top: 1px solid rgba(155, 107, 61, 0.3);
      border-bottom: 1px solid rgba(155, 107, 61, 0.2);
    }

.story-trust-item {
      flex: 1 1 0;
      display: grid;
      align-content: center;
      justify-items: center;
      min-width: 0;
      padding: 0 22px;
      text-align: center;
    }

.story-trust-image {
      display: block;
      width: min(100%, 220px);
      max-height: 112px;
      object-fit: contain;
    }

.story-google-badge {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 12px 20px;
      color: inherit;
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 9999px;
      box-sizing: border-box;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      text-decoration: none;
    }

.story-google-badge__content {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

.story-google-badge__rating {
      display: flex;
      align-items: center;
      gap: 6px;
    }

.story-google-badge__score {
      color: #111827;
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
    }

.story-google-badge__stars {
      display: flex;
      align-items: center;
      gap: 1px;
    }

.story-google-badge__count {
      color: #6b7280;
      font-size: 11px;
      line-height: 1.2;
    }

.story-google-badge__label {
      color: #6b7280;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.5px;
      line-height: 1.2;
      text-transform: uppercase;
    }

.story-trust-divider {
      width: 1px;
      margin: 4px 0;
      background: linear-gradient(180deg, transparent, rgba(155, 107, 61, 0.72), transparent);
    }

.restaurant-info {
      padding: 42px 0;
      color: var(--color-dark);
      background: var(--color-white);
    }

.restaurant-info__grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      align-items: stretch;
    }

.restaurant-info__item {
      display: grid;
      justify-items: center;
      align-content: start;
      gap: 10px;
      min-width: 0;
      padding: 4px 28px;
      text-align: center;
    }

.restaurant-info__item + .restaurant-info__item {
      border-left: 1px solid rgba(23, 27, 30, 0.12);
    }

.restaurant-info__icon {
      display: inline-flex;
      color: #8f1f1f;
    }

.restaurant-info__icon svg {
      width: 24px;
      height: 24px;
      stroke: currentColor;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

.restaurant-info__item h2 {
      margin: 0;
      color: var(--color-dark);
      font-size: 21px;
      line-height: 1.2;
    }

.restaurant-info__item p {
      margin: 0;
      color: #666;
      font-size: 14px;
      line-height: 1.55;
    }

.section-copy--light p {
      color: #555;
    }

.atmosphere {
      background: var(--color-cream);
    }

.atmosphere__wrap {
      position: relative;
      min-height: 620px;
      display: grid;
      align-items: center;
    }

.atmosphere__image {
      position: absolute;
      inset: 0;
      min-height: 100%;
      aspect-ratio: auto;
    }

.floating-card {
      position: relative;
      z-index: 2;
      width: min(92%, 520px);
      margin-left: auto;
      padding: clamp(34px, 5vw, 58px);
      color: var(--color-dark);
      background: rgba(255, 255, 255, 0.94);
      box-shadow: var(--shadow-soft);
    }

.floating-card h2 {
      margin-top: 16px;
      font-size: clamp(34px, 5vw, 56px);
    }

.floating-card p {
      margin: 22px 0 0;
      color: #565656;
    }

.reservation-strip {
      padding: 58px 0;
      color: var(--color-white);
      text-align: center;
      background:
        linear-gradient(rgba(11, 11, 11, 0.92), rgba(11, 11, 11, 0.92)),
        linear-gradient(135deg, #0b0b0b, #30241a);
    }

.reservation-strip p {
      margin: 0 0 8px;
      color: #8f1f1f;
      font-family: "Inter", Arial, sans-serif;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.2em;
      text-transform: uppercase;
    }

.reservation-strip h2 {
      font-size: clamp(32px, 5vw, 56px);
    }

.reservation-strip__contacts {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px 22px;
      margin-top: 20px;
      color: rgba(255, 255, 255, 0.8);
      font-family: "Inter", Arial, sans-serif;
      font-size: 14px;
      font-weight: 600;
    }
