@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Italic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hooskai Chamfered Square";
  src: url("../fonts/HooskaiChamferedSquare-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --burgundy: #7a1818;
  --burgundy-dark: #5e1010;
  --ink: #1a1010;
  --copy: #3a1818;
  --muted: #7a5050;
  --line: #f2eded;
  --paper: #fafafa;
  --white: #ffffff;
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--copy);
  font-family: "PT Sans", Arial, sans-serif;
  overflow-x: hidden;
}

body,
main,
footer {
  max-width: 100%;
}

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

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

.container {
  max-width: 1280px;
}

.container > .row {
  margin-right: 0;
  margin-left: 0;
}

.site-nav {
  min-height: 68px;
  background: var(--burgundy);
  padding: 16px 0;
  transition: box-shadow .25s ease, background .25s ease;
}

.site-nav.is-scrolled {
  box-shadow: 0 12px 28px rgba(42, 11, 11, .16);
}

.nav-container {
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: 148px;
  height: 36px;
  padding: 0;
  overflow: hidden;
}

.brand img:first-child {
  flex: 0 0 27px;
  width: 27px;
  height: 37px;
  object-fit: contain;
}

.brand img:last-child {
  flex: 0 0 111px;
  width: 111px;
  height: 25px;
  object-fit: contain;
}

.navbar-nav {
  gap: 24px;
}

.nav-link {
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--white);
}

.nav-order {
  min-width: 154px;
  height: 36px;
  border-radius: 999px;
  padding: 0 22px;
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 700;
}

.site-nav .nav-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  line-height: 1;
}

.nav-phone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 18px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.nav-phone a {
  color: var(--white);
  transition: opacity .2s ease;
}

.nav-phone a:hover {
  opacity: .8;
}

.mobile-menu-extra {
  display: none;
}

.navbar-toggler {
  width: 44px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  padding: 9px;
}

.navbar-toggler span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--white);
  transition: transform .28s ease, opacity .2s ease;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero-carousel .carousel-item {
  background-position: center;
  background-size: cover;
}

.hero-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .6));
  pointer-events: none;
}

.hero-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(455px, calc(100% - 32px));
  transform: translate(-50%, -43%);
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 171px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
}

.hero h1 {
  margin: 15px 0 8px;
  color: var(--white);
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
}

.hero p {
  margin: 0 0 31px;
  color: rgba(255, 255, 255, .85);
  font-size: 20px;
  line-height: 30px;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  justify-content: center;
}

.btn {
  min-height: 50px;
  border-radius: 999px;
  padding: 13px 31px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-burgundy {
  border-color: var(--burgundy);
  background: var(--burgundy);
  color: var(--white);
}

.btn-burgundy:hover {
  border-color: var(--burgundy-dark);
  background: var(--burgundy-dark);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(122, 24, 24, .24);
}

.btn-outline-white {
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-outline-white:hover {
  background: var(--white);
  color: var(--burgundy);
}

.btn-outline-burgundy {
  border: 1px solid var(--burgundy);
  color: var(--burgundy);
}

.btn-outline-burgundy:hover {
  background: var(--burgundy);
  color: var(--white);
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-icon svg {
  flex: 0 0 auto;
}

.hero-control {
  display: grid;
  place-items: center;
  z-index: 3;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: 0 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  opacity: 1;
  transform: translateY(-50%);
}

.control-arrow {
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--white);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.9937 17.9928L8.99609 11.9952L14.9937 5.99756' stroke='white' stroke-width='1.99921' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.9937 17.9928L8.99609 11.9952L14.9937 5.99756' stroke='white' stroke-width='1.99921' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.control-arrow.left {
  transform: none;
}

.control-arrow.right {
  transform: rotate(180deg);
}

.hero-dots {
  z-index: 3;
  bottom: 24px;
  gap: 8px;
  margin: 0;
}

.hero-dots [data-bs-target],
.slider-nav span {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
  transform: scale(1);
  transform-origin: center;
  transition: width .34s cubic-bezier(.22, 1, .36, 1), background-color .34s ease, opacity .34s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
}

.hero-dots .active,
.slider-nav .wide {
  width: 24px;
  background: var(--burgundy);
  transform: scale(1.04);
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  background: var(--paper);
}

.split-image {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.about-section {
  min-height: 880px;
}

.about-section .split-image {
  min-height: 880px;
}

.about-section .split-copy {
  padding-top: 104px;
  padding-bottom: 104px;
}

.split-image::after {
  content: "";
  position: absolute;
  inset: 0;
}

.split-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 64px;
}

.menu-section .split-copy {
  background: var(--paper);
}

.section-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--burgundy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-transform: uppercase;
}

.split-copy h2,
.section-head h2,
.reviews-head h2,
.delivery-section h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 51px;
  font-weight: 600;
  line-height: 1.1;
}

h2 em {
  color: var(--burgundy);
  font-style: italic;
}

.lead-copy {
  color: var(--copy);
  font-size: 17px;
  line-height: 27px;
}

.split-copy p,
.section-head p,
.delivery-section p {
  max-width: 593px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 26px;
}

.menu-showcase {
  position: relative;
  aspect-ratio: 1056 / 1503;
  min-height: 0;
  overflow: hidden;
  background: #fafafa;
}

.menu-showcase .carousel,
.menu-showcase .carousel-inner,
.menu-showcase .carousel-item {
  height: 100%;
}

.menu-showcase .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(26, 16, 16, .22);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.menu-showcase .carousel-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background: rgba(122, 24, 24, .82) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m21 21-4.35-4.35M10.5 18a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15Z' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 26px 26px no-repeat;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.82);
  transition: opacity .25s ease, transform .25s ease;
}

.menu-showcase .carousel-item:hover::after {
  opacity: 1;
}

.menu-showcase .carousel-item:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.menu-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  background: #fafafa;
  cursor: zoom-in;
  transition: transform .35s ease, filter .35s ease;
}

.menu-showcase .carousel-item:hover img {
  filter: brightness(.9);
  transform: scale(1.018);
}

.menu-dots {
  z-index: 9;
  right: 56px;
  bottom: 16px;
  left: 56px;
  flex-wrap: wrap;
  gap: 7px;
  width: fit-content;
  max-width: calc(100% - 112px);
  margin: 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 999px;
  background: rgba(26, 16, 16, .34);
  box-shadow: 0 8px 22px rgba(26, 16, 16, .18);
  backdrop-filter: blur(10px);
}

.menu-dots [data-bs-target] {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  opacity: 1;
  transform: scale(1);
  transform-origin: center;
  transition: width .34s cubic-bezier(.22, 1, .36, 1), background-color .34s ease, opacity .34s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
}

.menu-dots .active {
  width: 24px;
  background: var(--burgundy);
  transform: scale(1.04);
}

.hero-dots [data-bs-target]:hover,
.hero-dots [data-bs-target]:focus-visible,
.menu-dots [data-bs-target]:hover,
.menu-dots [data-bs-target]:focus-visible,
.slider-nav span:hover {
  opacity: 1;
  transform: scale(1.18);
}

.small-control {
  display: grid;
  place-items: center;
  z-index: 10;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 12px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  background: rgba(122, 24, 24, .94);
  box-shadow: 0 10px 24px rgba(26, 16, 16, .25);
  opacity: 1;
  transform: translateY(-50%);
}

.small-control:hover,
.small-control:focus {
  background: var(--burgundy-dark);
  opacity: 1;
}

.small-control .control-arrow {
  width: 20px;
  height: 20px;
}

.menu-showcase .carousel-control-prev {
  left: 0;
}

.menu-showcase .carousel-control-next {
  right: 0;
}

.delivery-section {
  position: relative;
  min-height: 561px;
  padding: 112px 0;
  overflow: hidden;
  color: var(--white);
}

.delivery-bg {
  position: absolute;
  inset: -16px 0 0;
  background: linear-gradient(90deg, rgba(6, 28, 35, .9), rgba(6, 28, 35, .38)), url("../assets/delivery.png") center/cover;
  transform-origin: center bottom;
  will-change: opacity, transform;
}

.js .delivery-section .delivery-bg {
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(1.03);
  transition: opacity .75s ease, transform .9s cubic-bezier(.22, 1, .36, 1);
}

.js .delivery-section.is-visible .delivery-bg {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.js .delivery-section .delivery-col {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .65s ease, transform .75s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.js .delivery-section.is-visible .delivery-col {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js .delivery-section.is-visible .delivery-col:nth-child(2) {
  transition-delay: .08s;
}

.js .delivery-section .delivery-item {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity .55s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

.js .delivery-section.is-visible .delivery-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js .delivery-section.is-visible .delivery-item:nth-child(1) {
  transition-delay: .14s;
}

.js .delivery-section.is-visible .delivery-item:nth-child(2) {
  transition-delay: .22s;
}

.js .delivery-section.is-visible .delivery-item:nth-child(3) {
  transition-delay: .3s;
}

.delivery-section .container {
  position: relative;
  z-index: 1;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
  align-items: center;
}

.delivery-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 20px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  font-weight: 700;
}

.delivery-section h2 {
  color: var(--white);
}

.delivery-section p {
  max-width: 448px;
  color: rgba(255, 255, 255, .78);
}

.delivery-list {
  display: grid;
  gap: 16px;
}

.delivery-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 80px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
}

.delivery-item span,
.contact-row span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--burgundy);
  color: var(--white);
  font-weight: 700;
}

.delivery-item strong {
  display: block;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  line-height: 24px;
}

.delivery-item small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 20px;
}

.gallery-section {
  padding: 80px 0;
  background: var(--white);
}

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

.card-slider-viewport {
  width: 100%;
  overflow: hidden;
}

.gallery-grid {
  display: flex;
  gap: 16px;
  width: 100%;
  transform: translateX(0);
  will-change: transform;
}

.gallery-card {
  flex: 0 0 calc((100% - 32px) / 3);
  height: 540px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.gallery-card:hover img {
  transform: scale(1.045);
}

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.slider-nav button,
.slider-nav span {
  background: #d6c5c5;
}

.slider-nav button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: width .32s ease, background-color .32s ease, opacity .32s ease, transform .32s ease;
}

.slider-nav button:hover {
  opacity: .75;
  transform: translateY(-1px);
}

.slider-nav .wide,
.slider-nav button.is-active {
  width: 24px;
  background: var(--burgundy);
}

.gallery-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.gallery-nav .slider-nav {
  margin-top: 0;
}

.gallery-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(26, 16, 16, .08);
  cursor: pointer;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.gallery-arrow:hover {
  border-color: var(--burgundy);
  box-shadow: 0 12px 26px rgba(26, 16, 16, .12);
  transform: translateY(-1px);
}

.gallery-arrow .control-arrow {
  width: 20px;
  height: 20px;
  background-color: var(--burgundy);
}

.reviews-section {
  overflow: hidden;
  padding: 80px 0;
  background: var(--paper);
}

.reviews-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  min-width: 0;
  margin-bottom: 47px;
}

.reviews-head > div {
  min-width: 0;
  max-width: 100%;
}

.reviews-head h2 {
  margin-bottom: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
}

.contact-section .section-head h2 {
  white-space: nowrap;
}

.reviews-grid {
  display: flex;
  gap: 24px;
  width: 100%;
  min-width: 0;
  transform: translateX(0);
  will-change: transform;
}

.review-col {
  flex: 0 0 calc((100% - 48px) / 3);
}

.review-card {
  position: relative;
  min-height: 221px;
  padding: 24px 24px 52px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.quote {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 28px;
  height: 28px;
}

.review-card p {
  margin: 39px 0 17px;
  color: #2a1515;
  font-size: 14px;
  line-height: 22.75px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card strong {
  display: block;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.read-review {
  position: absolute;
  right: 24px;
  bottom: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--burgundy);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.read-review:hover {
  color: var(--burgundy-dark);
}

.reviews-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
}

.reviews-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}

.reviews-nav .slider-nav {
  margin-top: 0;
}

.review-submit {
  min-width: 143px;
  min-height: 44px;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
}

.contact-section {
  padding: 80px 0;
  background: var(--paper);
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
  align-items: center;
}

.contact-list {
  display: grid;
  gap: 20px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.contact-row small {
  display: block;
  color: #a97878;
  font-size: 12px;
  line-height: 16px;
}

.contact-row strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 24px;
}

.contact-row a {
  display: block;
}

.call-card {
  margin-top: 32px;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--burgundy), var(--burgundy-dark));
  color: var(--white);
}

.call-card h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 21px;
}

.call-card p {
  max-width: 552px;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  line-height: 20px;
}

.call-card .btn {
  min-height: 48px;
  padding: 11px 24px;
  color: var(--burgundy);
}

.feedback-card {
  display: grid;
  gap: 16px;
  padding: 33px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}

.feedback-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 36px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  font: 400 16px/24px "PT Sans", Arial, sans-serif;
  outline: none;
}

input {
  height: 54px;
  padding: 14px 16px;
}

textarea {
  min-height: 126px;
  padding: 14px 16px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #c49090;
}

input:focus,
textarea:focus {
  border-color: rgba(122, 24, 24, .55);
  box-shadow: 0 0 0 4px rgba(122, 24, 24, .08);
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(122, 24, 24, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  color: var(--copy);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.consent-check input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--burgundy);
  cursor: pointer;
}

.consent-check span {
  cursor: pointer;
}

.consent-check:has(input:focus-visible) {
  border-color: rgba(122, 24, 24, .45);
  box-shadow: 0 0 0 4px rgba(122, 24, 24, .08);
}

.feedback-card .btn {
  border-radius: 14px;
}

.feedback-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.site-footer {
  overflow: hidden;
  padding: 64px 0 0;
  background: var(--ink);
  color: rgba(255, 255, 255, .6);
}

.site-footer h2,
.site-footer h3 {
  color: var(--white);
}

.site-footer h2 {
  margin-bottom: 12px;
  font-size: 29px;
}

.site-footer h3 {
  margin-bottom: 16px;
  font-size: 18px;
}

.site-footer p {
  max-width: 320px;
  font-size: 14px;
  line-height: 23px;
}

.site-footer a,
.site-footer span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 20px;
  overflow-wrap: anywhere;
}

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

.footer-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: 148px;
  height: 38px;
  margin: 0 0 16px;
}

.footer-logo img:first-child {
  width: 31px;
  height: 38px;
}

.footer-logo img:last-child {
  width: 109px;
  height: 24px;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  font-size: 18px;
}

.socials a svg {
  display: block;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  margin-top: 48px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom span,
.footer-bottom a {
  min-width: 0;
  margin: 0;
  color: #a39f9f;
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .36px;
  line-height: 18px;
}

.studio-line {
  display: flex;
  overflow: hidden;
  --studio-logo-width: 170px;
  width: 100%;
  max-width: 100%;
  height: 88px;
  min-height: 88px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
  background: #1a1010;
}

.studio-line span {
  display: block;
  width: var(--studio-logo-width);
  max-width: calc(100vw - 44px);
  margin: 0;
  color: #fff;
  font-family: "Hooskai Chamfered Square", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .46px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.studio-link {
  display: block;
  width: var(--studio-logo-width);
  max-width: calc(100vw - 44px);
  margin: 0;
  line-height: 0;
}

.studio-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.pretty-modal .modal-content {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 38px;
  border: 1px solid rgba(122, 24, 24, .1);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fffafa 100%);
  box-shadow: 0 26px 80px rgba(26, 16, 16, .24);
}

.pretty-modal .btn-close,
.gallery-modal .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.pretty-modal h2 {
  margin: 0 0 8px;
  font-size: 34px;
}

.review-modal .modal-dialog,
.thanks-modal .modal-dialog {
  max-width: 560px;
}

.review-modal .modal-content,
.thanks-modal .modal-content {
  gap: 14px;
  padding: 42px;
  border: 1px solid rgba(122, 24, 24, .12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(122, 24, 24, .08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fffafa 100%);
  box-shadow: 0 28px 90px rgba(26, 16, 16, .26);
}

.review-modal .section-kicker,
.thanks-modal .section-kicker {
  justify-self: start;
  color: var(--burgundy);
  letter-spacing: 1.4px;
}

.review-modal h2,
.thanks-modal h2 {
  max-width: 430px;
  margin: 0;
  color: var(--ink);
  font-size: 36px;
  line-height: 43px;
}

.modal-intro {
  max-width: 430px;
  margin: -2px 0 4px;
  color: rgba(58, 24, 24, .72);
  font-size: 16px;
  line-height: 24px;
}

.modal-mark {
  position: absolute;
  top: 28px;
  right: 54px;
  color: rgba(122, 24, 24, .1);
  font-family: "Lora", Georgia, serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.review-read-modal .modal-dialog {
  max-width: 560px;
}

.review-read-modal .modal-content {
  gap: 14px;
  padding: 42px;
  border: 1px solid rgba(122, 24, 24, .12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(122, 24, 24, .08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fffafa 100%);
  box-shadow: 0 28px 90px rgba(26, 16, 16, .26);
}

.review-read-modal .section-kicker {
  justify-self: start;
  color: var(--burgundy);
  letter-spacing: 1.4px;
}

.review-read-rating {
  color: #e0a82e;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1;
}

.review-read-body {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 29px;
}

.review-read-author {
  color: var(--burgundy);
  font-size: 17px;
  font-weight: 700;
}

.review-read-date {
  margin-top: -6px;
  color: rgba(58, 24, 24, .6);
  font-size: 13px;
}

.review-modal input,
.review-modal textarea {
  border-color: rgba(122, 24, 24, .16);
  background: #fff;
  border-radius: 16px;
}

.review-modal textarea {
  min-height: 132px;
  resize: vertical;
}

.review-modal .btn {
  margin-top: 2px;
  min-height: 54px;
  border-radius: 16px;
}

.thanks-modal .modal-content {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.thanks-modal .section-kicker,
.thanks-modal h2 {
  justify-self: center;
}

.thanks-modal p {
  max-width: 410px;
  margin: 0 auto;
  color: var(--copy);
  font-size: 17px;
  line-height: 28px;
}

.thanks-modal .btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  min-height: 50px;
  margin: 10px auto 0;
  border-radius: 16px;
}

.thanks-modal .modal-mark {
  position: static;
  display: grid;
  place-items: center;
  justify-self: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--burgundy);
  color: #fff;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
}

.gallery-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: transparent;
}

.gallery-modal img {
  width: 100%;
  max-height: 82vh;
  object-fit: cover;
}

.menu-modal .modal-content {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  border: 0;
  border-radius: 0;
  background: rgba(18, 12, 12, .94);
}

.menu-modal .btn-close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .16);
  opacity: 1;
}

.menu-modal img {
  width: auto;
  max-width: min(100%, 1056px);
  max-height: calc(100vh - 48px);
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .35);
}

.age-lock {
  overflow: hidden;
}

.age-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding: 24px;
  background: rgba(20, 20, 20, .46);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .34s ease, visibility 0s linear .34s;
}

.age-modal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.age-modal .modal-dialog {
  width: min(430px, 100%);
  margin: 0;
  transform: translateY(18px) scale(.97);
  opacity: 0;
  transition: transform .42s cubic-bezier(.22, .61, .36, 1), opacity .32s ease;
}

.age-modal.is-visible .modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.age-modal .modal-content {
  padding: 34px;
  border: 1px solid rgba(122, 24, 24, .16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(122, 24, 24, .08), transparent 36%),
    linear-gradient(180deg, #fff 0%, #fffafa 100%);
  box-shadow: 0 28px 80px rgba(26, 16, 16, .28);
  text-align: center;
}

.age-modal h2 {
  margin: 0 0 22px;
  font-size: 36px;
  line-height: 1.15;
}

.age-modal .section-kicker {
  margin-bottom: 12px;
}

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

.age-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 28px;
  line-height: 1;
}

.age-actions .btn-burgundy {
  border: 1px solid var(--burgundy);
  background: var(--burgundy);
  color: var(--white);
}

.age-actions .btn-outline-burgundy {
  border: 1px solid var(--burgundy);
  background: transparent;
  color: var(--burgundy);
}

.age-denied {
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: 24px;
  background: var(--paper);
  color: var(--ink);
  text-align: center;
}

.age-denied h1 {
  margin: 0 0 12px;
  font-size: 38px;
}

.age-denied p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  .navbar-nav {
    gap: 14px;
  }

  .split-copy {
    padding: 70px 42px;
  }

  .split-copy h2,
  .section-head h2,
  .reviews-head h2,
  .delivery-section h2 {
    font-size: 44px;
  }

  .about-section {
    min-height: 760px;
  }

  .about-section .split-image {
    min-height: 760px;
  }
}

@media (max-width: 991px) {
  .nav-menu-lock {
    overflow: hidden;
  }

  .site-nav .navbar-collapse {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    height: 100svh;
    margin: 0;
    padding: 82px 24px 20px;
    overflow: hidden;
    border-radius: 0;
    background:
      radial-gradient(circle at 100% 0, rgba(255, 255, 255, .1), transparent 34%),
      linear-gradient(180deg, var(--burgundy) 0%, var(--burgundy-dark) 100%);
    transform: translateX(100%);
    transition: transform .36s cubic-bezier(.22, .61, .36, 1), visibility .36s ease;
    visibility: hidden;
  }

  .site-nav .navbar-collapse.show,
  .site-nav .navbar-collapse.collapsing:not(.is-closing) {
    transform: translateX(0);
    visibility: visible;
  }

  .site-nav .navbar-collapse.is-closing {
    transform: translateX(100%);
    visibility: visible;
  }

  .site-nav .navbar-collapse.collapsing {
    height: 100vh !important;
    height: 100svh !important;
    transition: transform .36s cubic-bezier(.22, .61, .36, 1), visibility .36s ease;
  }

  .site-nav .navbar-collapse::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: var(--burgundy);
  }

  .site-nav .brand,
  .site-nav .navbar-toggler {
    position: relative;
    z-index: 1050;
  }

  .navbar-toggler {
    position: relative;
    z-index: 1051;
    background: rgba(255, 255, 255, .08);
  }

  .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .navbar-toggler span {
    transition: transform .25s ease, opacity .25s ease;
  }

  .navbar-nav {
    width: 100%;
    gap: 0;
    margin: 0 0 18px;
    padding: 0;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .navbar-nav .nav-link {
    display: block;
    padding: 11px 0;
    color: #fff;
    font-family: "Lora", Georgia, serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .site-nav .nav-order {
    width: 100%;
    min-height: 46px;
    margin: 0 0 18px;
    font-size: 15px;
  }

  .nav-phone {
    display: none;
  }

  .mobile-menu-extra {
    display: grid;
    gap: 14px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }

  .mobile-menu-socials {
    display: flex;
    gap: 12px;
  }

  .mobile-menu-socials a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
  }

  .mobile-menu-socials svg {
    display: block;
    width: auto;
    max-width: 20px;
    max-height: 18px;
  }

  .mobile-menu-contacts {
    display: grid;
    gap: 5px;
  }

  .mobile-menu-contacts span,
  .mobile-menu-contacts a {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 20px;
  }

  .mobile-menu-contacts a {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
  }

  .mobile-menu-call {
    width: 100%;
    min-height: 44px;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .split-section {
    grid-template-columns: 1fr;
  }

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

  .about-section .split-image {
    order: 2;
  }

  .about-section .split-copy {
    order: 1;
  }

  .split-image,
  .menu-showcase {
    min-height: 520px;
  }

  .about-section,
  .about-section .split-image {
    min-height: 640px;
  }

  .menu-showcase {
    aspect-ratio: 1056 / 1503;
  }

  .gallery-grid {
    gap: 16px;
  }

  .gallery-card {
    flex-basis: 100%;
    height: 430px;
  }

  .reviews-head {
    margin-bottom: 32px;
  }

  .reviews-grid {
    gap: 16px;
  }

  .review-col {
    flex-basis: 100%;
  }

  .contacts-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  #nav-telegram-text {
    margin: auto;
  }

  .telegram-nav-icon {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .site-nav {
    min-height: 64px;
    padding: 12px 0;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }

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

  .hero p {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-actions,
  .button-row,
  .reviews-actions,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-control {
    display: none;
  }

  .split-copy,
  .contact-section,
  .gallery-section,
  .reviews-section,
  .delivery-section {
    padding: 56px 22px;
  }

  .split-copy h2,
  .section-head h2,
  .reviews-head h2,
  .delivery-section h2 {
    font-size: 34px;
  }

  .contact-section .section-head h2 {
    white-space: normal;
  }

  .reviews-head {
    display: block;
    margin-bottom: 28px;
  }

  .reviews-head h2 {
    max-width: 100%;
    font-size: 34px;
    line-height: 41px;
  }

  .reviews-section .card-slider-viewport {
    margin: 0;
  }

  .review-card {
    min-height: 260px;
    padding: 24px 22px 62px;
  }

  .reviews-actions {
    align-items: center;
    flex-direction: column;
    gap: 22px;
    margin-top: 24px;
  }

  .reviews-nav {
    width: 100%;
    order: 1;
  }

  .review-submit {
    order: 2;
    width: 100%;
    min-height: 52px;
  }

  .split-image {
    min-height: 360px;
  }

  .about-section,
  .about-section .split-image {
    min-height: 560px;
  }

  .gallery-card {
    height: 340px;
  }

  .feedback-card,
  .pretty-modal .modal-content {
    padding: 24px;
    border-radius: 18px;
  }

  .review-modal .modal-content,
  .thanks-modal .modal-content {
    gap: 12px;
    padding: 28px 22px;
    border-radius: 22px;
  }

  .review-modal h2,
  .thanks-modal h2 {
    max-width: 320px;
    font-size: 28px;
    line-height: 34px;
  }

  .modal-intro {
    font-size: 15px;
    line-height: 22px;
  }

  .review-modal .modal-mark {
    top: 24px;
    right: 34px;
    font-size: 62px;
  }

  .contact-row {
    align-items: flex-start;
  }

  .contact-row strong {
    font-size: 16px;
  }

  .site-footer {
    overflow-x: hidden;
    padding-top: 48px;
  }

  .site-footer .container {
    width: 100%;
    max-width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    overflow: hidden;
  }

  .site-footer .row {
    --bs-gutter-x: 0;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .site-footer .row > * {
    min-width: 0;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .site-footer p,
  .site-footer a,
  .site-footer span {
    max-width: 100%;
  }

  .footer-bottom {
    width: 100%;
    max-width: 100%;
    gap: 12px;
  }

  .studio-line {
    width: 100%;
    max-width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 420px) {
  .site-nav .navbar-collapse {
    padding: 76px 18px 16px;
  }

  .navbar-nav .nav-link {
    padding: 9px 0;
    font-size: 22px;
    line-height: 27px;
  }

  .site-nav .nav-order {
    min-height: 42px;
    margin-bottom: 14px;
  }

  .mobile-menu-extra {
    gap: 11px;
    padding-top: 14px;
  }

  .mobile-menu-socials a {
    width: 34px;
    height: 34px;
  }

  .mobile-menu-contacts span,
  .mobile-menu-contacts a {
    font-size: 13px;
    line-height: 18px;
  }

  .mobile-menu-contacts a {
    font-size: 17px;
  }

  .mobile-menu-call {
    min-height: 40px;
  }

  .brand img:last-child {
    width: 96px;
  }

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

  .hero-tag {
    min-width: 0;
    padding: 0 14px;
    font-size: 11px;
  }

  .split-copy h2,
  .section-head h2,
  .reviews-head h2,
  .delivery-section h2 {
    font-size: 30px;
    line-height: 37px;
  }

  .reviews-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .review-card {
    padding-right: 18px;
    padding-left: 18px;
  }

  .read-review {
    right: 18px;
  }
}

/* ── Ленивая загрузка изображений (lozad.js): плавное появление ── */
html.js img.lozad {
  opacity: 0;
  transition: opacity .45s ease;
}
html.js img.lozad.lozad--loaded {
  opacity: 1;
}

/* ── Секция «Афиша» (промо) ── */
.promo-section {
  padding: 96px 0;
  background: #f6efe6;
}
.promo-list {
  list-style: none;
  padding: 0;
  margin: 44px auto 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 36px;
}
.promo-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.promo-ico {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(122, 24, 24, .08);
  color: #7a1818;
}
.promo-ico svg {
  width: 24px;
  height: 24px;
}
.promo-list strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  color: #2a211c;
}
.promo-list li > div {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #5a4f47;
}
.promo-outro {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.45;
  color: #7a1818;
}
.promo-cta {
  margin-top: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .promo-section {
    padding: 64px 0;
  }
  .promo-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }
  .promo-outro {
    font-size: 18px;
  }
}

.telegram-icon path{
  fill: #ffffff;
  transition: fill 0.3s linear;
}

.telegram-icon:hover path{
  fill: #7a1818;
}