html {
  background: #0a0a0a;
}

body {
  background: #0a0a0a !important;
  color: #f5f5f2 !important;
  font-family: Inter, sans-serif !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(197, 168, 128, 0.12), transparent 32%),
    radial-gradient(circle at 82% 45%, rgba(197, 168, 128, 0.08), transparent 30%),
    linear-gradient(180deg, #0a0a0a, #10100f 52%, #0a0a0a);
}

button,
a,
input,
select,
textarea {
  font-family: inherit;
}

[data-header] {
  color: #f5f5f2;
  backdrop-filter: blur(18px);
}

[data-header] > .max-w-7xl {
  gap: clamp(0.75rem, 1.25vw, 1.25rem);
}

[data-header] > .max-w-7xl > a[aria-label] {
  flex: 0 0 auto;
  min-width: 0;
}

[data-header] > .max-w-7xl > nav[aria-label="Главная навигация"] {
  flex: 1 1 auto;
  justify-content: center;
}

[data-header] > .max-w-7xl > div:has([data-open-cart]) {
  flex: 0 0 auto;
  gap: 0.75rem !important;
}

[data-header] > .max-w-7xl > div:has([data-open-cart]) > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0 !important;
}

[data-header].is-solid {
  background: rgba(14, 14, 14, 0.95) !important;
  border-bottom: 1px solid rgba(197, 168, 128, 0.12) !important;
}

[data-header] nav[aria-label="Главная навигация"] > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0 !important;
}

[data-header] nav[aria-label="Главная навигация"] {
  gap: clamp(0.7rem, 1vw, 1.1rem) !important;
}

[data-header] nav[aria-label="Главная навигация"] a,
[data-header] nav[aria-label="Главная навигация"] button,
[data-header] a[href^="tel:"],
[data-header] [data-open-cart],
[data-header] [data-open-booking] {
  white-space: nowrap;
}

[data-header] nav[aria-label="Главная навигация"] a,
[data-header] nav[aria-label="Главная навигация"] button {
  font-size: clamp(0.64rem, 0.68vw, 0.82rem) !important;
  letter-spacing: clamp(0.08em, 0.13vw, 0.17em) !important;
}

[data-header] a[href^="tel:"] {
  font-size: clamp(0.72rem, 0.78vw, 0.88rem) !important;
}

[data-header] [data-open-cart] {
  padding-left: 0.85rem !important;
  padding-right: 0.85rem !important;
}

.rp-brand-link {
  flex-shrink: 0;
  color: #f5f5f2;
}

.rp-brand-wordmark,
.rp-footer-wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max-content;
  color: #f5f5f2;
  text-align: center;
  text-decoration: none;
}

.rp-brand-wordmark {
  min-width: clamp(118px, 11vw, 156px);
  padding: 4px 0;
}

.rp-brand-script {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 3vw, 42px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0.025em;
}

.rp-brand-year {
  display: block;
  margin-top: 4px;
  color: #c5a880;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.rp-footer-wordmark {
  min-width: 118px;
  padding: 0;
}

.rp-footer-wordmark .rp-brand-script {
  font-size: clamp(28px, 3vw, 36px);
}

.rp-footer-wordmark .rp-brand-year {
  font-size: 9px;
}

@media (min-width: 1024px) and (max-width: 1190px) {
  [data-header] a[href^="tel:"] {
    display: none;
  }

  [data-header] nav[aria-label="Главная навигация"] {
    gap: 0.62rem !important;
  }

  .rp-brand-wordmark {
    min-width: 112px;
  }

  .rp-brand-wordmark .rp-brand-script {
    font-size: 30px;
  }

  .rp-brand-wordmark .rp-brand-year {
    font-size: 8px;
  }
}

.rp-mobile-drawer {
  position: fixed !important;
  inset: 70px 0 0 0 !important;
  z-index: 60 !important;
  min-height: calc(100vh - 70px) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #0a0a0a !important;
  color: #f5f5f2 !important;
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.72);
}

.rp-mobile-drawer[style*="display: none"] {
  display: none !important;
}

.rp-mobile-drawer nav {
  gap: 1.5rem !important;
  margin: 0 !important;
}

.rp-mobile-drawer nav > * {
  margin: 0 !important;
}

.gold-glow:hover {
  box-shadow: 0 0 25px rgba(197, 168, 128, 0.3);
}

.text-stroke {
  -webkit-text-stroke: 1px rgba(197, 168, 128, 0.15);
  color: transparent;
}

.glass-panel {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.85) 0%, rgba(10, 10, 10, 0.98) 100%);
  border: 1px solid rgba(197, 168, 128, 0.2);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rotate-slow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes float-slow {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(8deg); }
}

@keyframes float-reverse {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(15px) rotate(-8deg); }
}

@keyframes pulse-soft {
  0%, 100% { opacity: 0.15; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(1.08); }
}

.animate-rotate {
  animation: rotate-slow 20s linear infinite;
}

.animate-float-slow {
  animation: float-slow 8s ease-in-out infinite;
}

.animate-float-reverse {
  animation: float-reverse 10s ease-in-out infinite;
}

.animate-pulse-soft {
  animation: pulse-soft 6s ease-in-out infinite;
}

.menu-card,
.delivery-category-card,
.delivery-product-card {
  clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%, 0% 15px);
}

.menu-card-border {
  background: linear-gradient(135deg, rgba(197, 168, 128, 0.4) 0%, rgba(10, 10, 10, 0.8) 50%, rgba(197, 168, 128, 0.4) 100%);
  padding: 1px;
  clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%, 0% 15px);
}

.rp-skew-field {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 56px;
  padding: 10px 18px;
  border: 1px solid rgba(197, 168, 128, 0.22);
  background: linear-gradient(90deg, #141414, #0a0a0a);
  transform: skewX(-12deg);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.rp-skew-field:hover,
.rp-skew-field:focus-within {
  border-color: rgba(197, 168, 128, 0.45);
  background: linear-gradient(90deg, #171717, #0d0d0d);
}

.rp-skew-field > * {
  transform: skewX(12deg);
}

.rp-skew-field span {
  margin-bottom: 3px;
  color: rgba(197, 168, 128, 0.8);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rp-skew-field p {
  margin: 0;
  color: rgba(245, 245, 242, 0.68);
  font-size: 12px;
}

.rp-skew-field input,
.rp-skew-field select {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(245, 245, 242, 0.82);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.35;
  appearance: none;
}

.rp-skew-field input::placeholder {
  color: rgba(245, 245, 242, 0.52);
}

.rp-skew-field select option {
  background: #0d0d0d;
  color: #f5f5f2;
}

.rp-inline-status {
  min-height: 18px;
  margin: 0;
  color: rgba(197, 168, 128, 0.86);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.rp-about-grid {
  align-items: center;
}

.rp-about-image {
  transform: translateY(-50px);
}

.rp-booking-strip {
  background:
    linear-gradient(180deg, rgba(197, 168, 128, 0.12), transparent 26%, transparent 74%, rgba(197, 168, 128, 0.12)),
    #070707;
}

.rp-booking-submit,
.rp-booking-submit span,
.rp-booking-submit svg {
  color: #0a0a0a !important;
}

.rp-news-small {
  display: flex;
  min-height: 142px;
  overflow: hidden;
  border: 1px solid rgba(197, 168, 128, 0.15);
  border-radius: 6px;
  background: #0d0c0b;
  transition: border-color 0.5s ease;
}

.rp-news-small:hover {
  border-color: rgba(197, 168, 128, 0.42);
}

.rp-news-small > div {
  position: relative;
  width: 34%;
  overflow: hidden;
  min-height: 132px;
}

.rp-news-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.rp-news-small:hover img {
  transform: scale(1.05);
}

.rp-news-small article {
  width: 66%;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rp-news-small span {
  color: #c5a880;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.rp-news-kicker {
  display: block;
  color: #c5a880;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.rp-news-small h3 {
  margin: 8px 0 8px;
  color: #f5f5f2;
  font: 400 20px/1.12 "Cormorant Garamond", serif;
}

.rp-news-small p {
  margin: 0;
  color: rgba(245, 245, 242, 0.62);
  font-size: 12px;
  line-height: 1.55;
}

@media (min-width: 1024px) {
  .rp-news-feature {
    height: 440px;
    min-height: 0;
  }

  .rp-news-feature > div:last-child {
    padding: 22px 24px;
  }

  #news .lg\:col-span-6.flex.flex-col {
    justify-content: flex-start;
  }

  .rp-news-small {
    height: 210px;
    min-height: 0;
  }

  .rp-news-small > div {
    min-height: 0;
  }
}

.rp-contact-row {
  position: relative;
  padding: 0 0 20px 62px;
  border-bottom: 1px solid rgba(197, 168, 128, 0.1);
}

.rp-contact-row::before {
  display: none;
}

.rp-contact-row::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -3px;
  width: 6px;
  height: 6px;
  transform: translateX(-50%) rotate(45deg);
  background: #c5a880;
}

.rp-contact-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(197, 168, 128, 0.42);
  border-radius: 999px;
  background: rgba(197, 168, 128, 0.08);
  color: #c5a880;
  box-shadow: 0 0 20px rgba(197, 168, 128, 0.08);
}

.rp-contact-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.65;
}

.rp-contact-row b {
  display: block;
  margin-bottom: 4px;
  color: #c5a880;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rp-contact-row p,
.rp-contact-row a {
  margin: 0;
  color: rgba(245, 245, 242, 0.9);
  font-size: 16px;
  font-weight: 300;
  transition: color 0.25s ease;
}

.rp-contact-row a:hover {
  color: #c5a880;
}

.rp-gold-button,
.rp-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.rp-gold-button {
  background: linear-gradient(90deg, #c5a880, #e5c494, #a3845b);
  color: #0a0a0a !important;
}

.rp-gold-button:hover {
  filter: brightness(1.08);
}

.rp-outline-button {
  border: 1px solid rgba(197, 168, 128, 0.45);
  color: #c5a880 !important;
}

.rp-outline-button:hover {
  border-color: #c5a880;
  background: rgba(197, 168, 128, 0.06);
}

.leaflet-container {
  background: #0a0a0a !important;
}

.leaflet-tile-pane {
  filter: contrast(90%);
}

.leaflet-popup-content-wrapper {
  background: rgba(13, 12, 11, 0.95) !important;
  border: 1px solid rgba(197, 168, 128, 0.4) !important;
  border-radius: 6px !important;
  color: #f5f5f2 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8), 0 0 15px rgba(197, 168, 128, 0.15) !important;
  padding: 2px !important;
}

.leaflet-popup-content {
  margin: 12px 16px !important;
  line-height: 1.4 !important;
}

.leaflet-popup-tip {
  background: rgba(13, 12, 11, 0.95) !important;
  border-left: 1px solid rgba(197, 168, 128, 0.4) !important;
  border-bottom: 1px solid rgba(197, 168, 128, 0.4) !important;
}

.reference-search {
  display: block;
  max-width: 560px;
  margin: 0 auto;
  padding: 16px 20px;
  border: 1px solid rgba(197, 168, 128, 0.2);
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.95), rgba(10, 10, 10, 0.98));
  transform: skewX(-10deg);
}

.reference-search > * {
  transform: skewX(10deg);
}

.reference-search span {
  display: block;
  margin-bottom: 6px;
  color: rgba(197, 168, 128, 0.78);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.reference-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f5f5f2;
  font-size: 14px;
}

.delivery-reference-store [hidden] {
  display: none !important;
}

.delivery-reference-store .delivery-category-grid,
.delivery-reference-store .delivery-product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px !important;
}

.delivery-reference-store .delivery-category-card,
.delivery-reference-store .delivery-product-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(197, 168, 128, 0.24) !important;
  background: rgba(10, 10, 10, 0.88) !important;
  color: #f5f5f2 !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease !important;
}

.delivery-reference-store .delivery-category-card:hover,
.delivery-reference-store .delivery-product-card:hover,
.delivery-reference-store .delivery-category-card:focus-visible,
.delivery-reference-store .delivery-product-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(197, 168, 128, 0.58) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.54), 0 0 24px rgba(197, 168, 128, 0.1);
}

.delivery-reference-store .delivery-category-card figure,
.delivery-reference-store .delivery-product-card figure {
  overflow: hidden;
  height: 220px !important;
  min-height: 220px !important;
  border-bottom: 1px solid rgba(197, 168, 128, 0.1) !important;
  background: #050505 !important;
}

.delivery-reference-store .delivery-category-card img,
.delivery-reference-store .delivery-product-card img {
  width: 100%;
  height: 220px !important;
  object-fit: cover !important;
  filter: brightness(0.9) contrast(1.08);
  transition: transform 0.7s ease !important;
}

.delivery-reference-store .delivery-category-card:hover img,
.delivery-reference-store .delivery-product-card:hover img {
  transform: scale(1.055);
}

.delivery-reference-store .delivery-category-card-body,
.delivery-reference-store .delivery-product-card > div,
.delivery-reference-store .delivery-product-card .delivery-product-body {
  padding: 22px !important;
  background: rgba(10, 10, 10, 0.95) !important;
}

.delivery-reference-store .delivery-category-card h2,
.delivery-reference-store .delivery-product-card h3 {
  margin: 0 0 8px !important;
  color: #f5f5f2 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.delivery-reference-store .delivery-category-card p,
.delivery-reference-store .delivery-product-card p,
.delivery-reference-store .delivery-product-description {
  color: rgba(245, 245, 242, 0.66) !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

.delivery-reference-store .delivery-product-price,
.delivery-reference-store .delivery-product-card strong {
  color: #c5a880 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.delivery-reference-store .delivery-add-btn,
.delivery-reference-store .delivery-product-add,
.delivery-reference-store [data-add-to-cart] {
  min-height: 44px !important;
  border: 1px solid rgba(197, 168, 128, 0.55) !important;
  background: transparent !important;
  color: #c5a880 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
}

.delivery-reference-store .delivery-add-btn:hover,
.delivery-reference-store .delivery-product-add:hover,
.delivery-reference-store [data-add-to-cart]:hover {
  background: #c5a880 !important;
  color: #0a0a0a !important;
}

.reference-products-head {
  display: flex !important;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.delivery-back-btn {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(197, 168, 128, 0.42) !important;
  color: #c5a880 !important;
  background: transparent !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease;
}

.delivery-back-btn:hover {
  background: rgba(197, 168, 128, 0.08) !important;
  border-color: #c5a880 !important;
}

.checkout-form-card,
.account-form,
.account-auth-card,
.account-dashboard-card,
.dashboard-panel,
.account-panel,
.checkout-card {
  border: 1px solid rgba(197, 168, 128, 0.18) !important;
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.95), rgba(10, 10, 10, 0.98)) !important;
  color: #f5f5f2 !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.36) !important;
}

.account-page-main,
.account-dashboard-main,
.checkout-page,
main:not(:has(.delivery-reference-store)):not(:has(#about)) {
  padding-top: 112px !important;
  background: #0a0a0a !important;
}

.modal-dialog,
.cart-drawer {
  border: 1px solid rgba(197, 168, 128, 0.24) !important;
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.98), rgba(10, 10, 10, 0.98)) !important;
  color: #f5f5f2 !important;
}

.modal h2,
.modal h3,
.cart-drawer h2,
.cart-drawer h3 {
  color: #f5f5f2 !important;
  font-family: "Cormorant Garamond", serif !important;
}

.btn.primary,
.btn.dark,
.cart-summary .btn,
.booking-form .btn {
  border-color: #c5a880 !important;
  background: linear-gradient(90deg, #c5a880, #e5c494, #a3845b) !important;
  color: #0a0a0a !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.field input,
.field select,
.field textarea,
.checkout-form-card input,
.checkout-form-card select,
.checkout-form-card textarea,
.account-form input,
.account-form select,
.account-form textarea {
  border-color: rgba(197, 168, 128, 0.22) !important;
  background: rgba(10, 10, 10, 0.72) !important;
  color: #f5f5f2 !important;
}

.field input::placeholder,
.field textarea::placeholder,
.checkout-form-card input::placeholder,
.checkout-form-card textarea::placeholder,
.checkout-promo-row input::placeholder {
  color: rgba(245, 245, 242, 0.48) !important;
}

.cart-drawer {
  background: linear-gradient(145deg, rgba(16, 16, 16, 0.99), rgba(7, 7, 7, 0.99)) !important;
  color: #f5f5f2 !important;
}

.cart-drawer-head {
  border-bottom-color: rgba(197, 168, 128, 0.2) !important;
}

.cart-drawer-head p,
.cart-total span {
  color: rgba(245, 245, 242, 0.62) !important;
}

.cart-drawer .modal-close,
.qty-control button,
.remove-cart-item {
  color: #c5a880 !important;
}

.cart-item {
  border-color: rgba(197, 168, 128, 0.18) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.cart-item-main h3,
.cart-item-main strong,
.cart-total strong {
  color: #f5f5f2 !important;
}

.cart-item-main span[data-line-total] {
  color: #c5a880 !important;
}

.qty-control {
  border-color: rgba(197, 168, 128, 0.28) !important;
  background: rgba(10, 10, 10, 0.72) !important;
  color: #f5f5f2 !important;
}

.qty-control button,
.remove-cart-item {
  background: transparent !important;
}

.remove-cart-item {
  border-color: rgba(197, 168, 128, 0.24) !important;
}

.cart-summary {
  border-top-color: rgba(197, 168, 128, 0.22) !important;
  background: rgba(10, 10, 10, 0.56) !important;
}

body:has(.checkout-page-section) {
  background: #0a0a0a !important;
  color: #f5f5f2 !important;
}

.checkout-page-section {
  padding-top: 132px !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(197, 168, 128, 0.12), transparent 34%),
    linear-gradient(180deg, #0a0a0a, #10100f 64%, #0a0a0a) !important;
  color: #f5f5f2 !important;
}

.checkout-reference-heading h2 {
  color: #f5f5f2 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(42px, 7vw, 76px) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.checkout-reference-lead {
  color: rgba(245, 245, 242, 0.68) !important;
}

.checkout-reference-layout {
  align-items: start !important;
  gap: 24px !important;
}

.checkout-reference-form,
.checkout-reference-summary {
  border: 1px solid rgba(197, 168, 128, 0.18) !important;
  background: linear-gradient(145deg, rgba(16, 16, 16, 0.96), rgba(8, 8, 8, 0.98)) !important;
  color: #f5f5f2 !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42) !important;
}

.checkout-step {
  border-color: rgba(197, 168, 128, 0.16) !important;
}

.checkout-step h3,
.checkout-reference-summary h3 {
  color: #f5f5f2 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
}

.checkout-field {
  color: rgba(245, 245, 242, 0.78) !important;
}

.checkout-field input,
.checkout-field select,
.checkout-field textarea,
.checkout-promo-row input {
  border-color: rgba(197, 168, 128, 0.24) !important;
  background: rgba(10, 10, 10, 0.76) !important;
  color: #f5f5f2 !important;
}

.checkout-option,
.checkout-address-box {
  border-color: rgba(197, 168, 128, 0.18) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #f5f5f2 !important;
}

.checkout-option.is-selected,
.checkout-option:has(input:checked) {
  border-color: rgba(197, 168, 128, 0.72) !important;
  background: rgba(197, 168, 128, 0.08) !important;
}

.checkout-option-icon,
.checkout-option-check {
  color: #c5a880 !important;
}

.checkout-option-title,
.checkout-summary-product strong,
.checkout-summary-line strong,
.checkout-summary-total strong {
  color: #f5f5f2 !important;
}

.checkout-option-subtitle,
.checkout-reference-summary p,
.checkout-reference-summary .checkout-summary-item span,
.checkout-reference-summary .checkout-summary-line span,
.checkout-summary-product span,
.checkout-summary-total span,
.checkout-secure-note,
.checkout-confirm-checkbox {
  color: rgba(245, 245, 242, 0.62) !important;
}

.checkout-summary-product,
.checkout-summary-line,
.checkout-summary-total {
  border-color: rgba(197, 168, 128, 0.18) !important;
}

.checkout-promo-row button {
  border-color: rgba(197, 168, 128, 0.48) !important;
  background: rgba(197, 168, 128, 0.08) !important;
  color: #c5a880 !important;
}

.checkout-submit-row .btn,
.checkout-summary-submit {
  color: #0a0a0a !important;
}

@media (max-width: 900px) {
  .delivery-reference-store .delivery-category-grid,
  .delivery-reference-store .delivery-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rp-skew-field,
  .reference-search {
    transform: none;
  }

  .rp-skew-field > *,
  .reference-search > * {
    transform: none;
  }

  .rp-news-small {
    flex-direction: column;
  }

  .rp-news-small > div,
  .rp-news-small article {
    width: 100%;
  }

  .delivery-reference-store .delivery-category-grid,
  .delivery-reference-store .delivery-product-grid {
    grid-template-columns: 1fr;
  }

  .delivery-reference-store .delivery-category-card img,
  .delivery-reference-store .delivery-product-card img {
    height: 210px !important;
  }

  .reference-products-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* 20260710 delivery / checkout polish */
.rp-brand-logo-img,
.rp-footer-logo-img {
  display: block;
  width: auto;
  object-fit: contain;
  object-position: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: invert(1) brightness(1.12);
}

.rp-brand-logo-img {
  height: clamp(42px, 4.8vw, 58px);
  max-width: clamp(96px, 10vw, 142px);
}

.rp-footer-logo-img {
  height: clamp(34px, 4vw, 46px);
  max-width: 118px;
  filter: invert(1) brightness(1.08);
}

.rp-brand-link,
.rp-footer-brand {
  background: transparent !important;
  min-width: 0 !important;
}

[data-header] .rp-brand-link {
  min-height: 58px;
}

.delivery-search-row,
.delivery-search,
.reference-search {
  display: none !important;
}

.delivery-reference-store .delivery-category-card figure,
.delivery-reference-store .delivery-product-card figure {
  display: block;
  width: 100% !important;
  margin: 0 !important;
}

.delivery-reference-store .delivery-category-card img,
.delivery-reference-store .delivery-product-card img {
  display: block;
  width: 100% !important;
}

.delivery-reference-store .delivery-product-price,
.delivery-reference-store .delivery-product-card .delivery-product-price,
.delivery-reference-store .delivery-product-card strong.delivery-product-price {
  color: #fffaf1 !important;
}

.cart-item-main h3 {
  color: #f5f5f2 !important;
  font-size: 18px !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
}

.cart-item-main span[data-line-total] {
  color: #fffaf1 !important;
}

body:has(.checkout-page-section) {
  background: #f7f1e6 !important;
  color: #1b1712 !important;
}

body:has(.checkout-page-section)::before {
  background:
    radial-gradient(circle at 15% 4%, rgba(197, 168, 128, 0.18), transparent 34%),
    linear-gradient(180deg, #fbf8f1 0%, #f3eadc 56%, #fbf8f1 100%) !important;
}

body:has(.checkout-page-section) [data-header] {
  background: rgba(251, 248, 241, 0.92) !important;
  border-bottom: 1px solid rgba(27, 23, 18, 0.1) !important;
  color: #1b1712 !important;
  box-shadow: 0 18px 44px rgba(58, 43, 24, 0.08);
}

body:has(.checkout-page-section) [data-header] nav a,
body:has(.checkout-page-section) [data-header] nav button,
body:has(.checkout-page-section) [data-header] a[href^="tel:"],
body:has(.checkout-page-section) [data-header] button[aria-label="Открыть меню"] {
  color: #1b1712 !important;
}

body:has(.checkout-page-section) [data-header] [data-open-cart] {
  border-color: rgba(122, 95, 57, 0.4) !important;
  color: #7a5f39 !important;
}

body:has(.checkout-page-section) [data-header] [data-open-cart]:hover {
  background: #c5a880 !important;
  color: #1b1712 !important;
}

body:has(.checkout-page-section) .rp-brand-logo-img,
body:has(.checkout-page-section) .rp-footer-logo-img {
  filter: none;
}

body:has(.checkout-page-section) .rp-mobile-drawer {
  background: #fbf8f1 !important;
  color: #1b1712 !important;
}

body:has(.checkout-page-section) .rp-mobile-drawer a,
body:has(.checkout-page-section) .rp-mobile-drawer button {
  color: #1b1712 !important;
}

body:has(.checkout-page-section) .checkout-page,
body:has(.checkout-page-section) .checkout-page-section {
  background:
    radial-gradient(circle at 78% 8%, rgba(197, 168, 128, 0.2), transparent 32%),
    linear-gradient(180deg, #fbf8f1 0%, #f4ecdf 100%) !important;
  color: #1b1712 !important;
}

body:has(.checkout-page-section) .checkout-reference-heading h2,
body:has(.checkout-page-section) .checkout-step h3,
body:has(.checkout-page-section) .checkout-reference-summary h3,
body:has(.checkout-page-section) .checkout-option-title,
body:has(.checkout-page-section) .checkout-summary-product strong,
body:has(.checkout-page-section) .checkout-summary-line strong,
body:has(.checkout-page-section) .checkout-summary-total strong {
  color: #1b1712 !important;
}

body:has(.checkout-page-section) .checkout-reference-lead,
body:has(.checkout-page-section) .checkout-field,
body:has(.checkout-page-section) .checkout-option-subtitle,
body:has(.checkout-page-section) .checkout-reference-summary p,
body:has(.checkout-page-section) .checkout-reference-summary .checkout-summary-item span,
body:has(.checkout-page-section) .checkout-reference-summary .checkout-summary-line span,
body:has(.checkout-page-section) .checkout-summary-product span,
body:has(.checkout-page-section) .checkout-summary-total span,
body:has(.checkout-page-section) .checkout-secure-note,
body:has(.checkout-page-section) .checkout-confirm-checkbox {
  color: rgba(27, 23, 18, 0.66) !important;
}

body:has(.checkout-page-section) .checkout-reference-form,
body:has(.checkout-page-section) .checkout-reference-summary,
body:has(.checkout-page-section) .checkout-form-card,
body:has(.checkout-page-section) .checkout-summary-card {
  border-color: rgba(122, 95, 57, 0.18) !important;
  background: rgba(255, 252, 246, 0.94) !important;
  color: #1b1712 !important;
  box-shadow: 0 24px 70px rgba(58, 43, 24, 0.14) !important;
}

body:has(.checkout-page-section) .checkout-step,
body:has(.checkout-page-section) .checkout-summary-product,
body:has(.checkout-page-section) .checkout-summary-line,
body:has(.checkout-page-section) .checkout-summary-total {
  border-color: rgba(122, 95, 57, 0.14) !important;
}

body:has(.checkout-page-section) .checkout-field input,
body:has(.checkout-page-section) .checkout-field select,
body:has(.checkout-page-section) .checkout-field textarea,
body:has(.checkout-page-section) .checkout-promo-row input {
  border-color: rgba(122, 95, 57, 0.2) !important;
  background: #fffaf1 !important;
  color: #1b1712 !important;
}

body:has(.checkout-page-section) .checkout-field input::placeholder,
body:has(.checkout-page-section) .checkout-field textarea::placeholder,
body:has(.checkout-page-section) .checkout-promo-row input::placeholder {
  color: rgba(27, 23, 18, 0.42) !important;
}

body:has(.checkout-page-section) .checkout-option,
body:has(.checkout-page-section) .checkout-address-box {
  border-color: rgba(122, 95, 57, 0.16) !important;
  background: rgba(255, 255, 255, 0.66) !important;
  color: #1b1712 !important;
}

body:has(.checkout-page-section) .checkout-option.is-selected,
body:has(.checkout-page-section) .checkout-option:has(input:checked) {
  border-color: rgba(122, 95, 57, 0.55) !important;
  background: rgba(197, 168, 128, 0.16) !important;
}

body:has(.checkout-page-section) .checkout-option-icon,
body:has(.checkout-page-section) .checkout-option-check,
body:has(.checkout-page-section) .checkout-promo-row button {
  color: #7a5f39 !important;
}

body:has(.checkout-page-section) .checkout-submit-row .btn,
body:has(.checkout-page-section) .checkout-summary-submit {
  color: #1b1712 !important;
}

body:has(.checkout-page-section) footer {
  background: #f1e7d7 !important;
  border-top-color: rgba(122, 95, 57, 0.18) !important;
  color: #1b1712 !important;
}

body:has(.checkout-page-section) footer a,
body:has(.checkout-page-section) footer button,
body:has(.checkout-page-section) footer span {
  color: rgba(27, 23, 18, 0.66) !important;
}

body:has(.checkout-page-section) footer a:hover,
body:has(.checkout-page-section) footer button:hover {
  color: #7a5f39 !important;
}

@media (max-width: 640px) {
  .rp-brand-logo-img {
    height: 40px;
    max-width: 104px;
  }

  .rp-footer-logo-img {
    height: 34px;
    max-width: 92px;
  }

  [data-header] .rp-brand-link {
    min-height: 44px;
  }

  .cart-item-main h3 {
    font-size: 17px !important;
  }
}

/* 20260710 booking / about / delivery modal adjustments */
#about .rp-about-grid {
  align-items: stretch !important;
}

#about .rp-about-grid > .lg\:col-span-3 {
  align-items: stretch !important;
}

#about .rp-about-image {
  align-self: stretch !important;
  aspect-ratio: auto !important;
  height: auto !important;
  min-height: clamp(560px, 72vh, 760px) !important;
  margin-block: clamp(12px, 1.45vw, 26px) !important;
  transform: none !important;
}

#about .rp-about-image img {
  height: 100% !important;
  min-height: inherit !important;
}

#booking .rp-booking-strip {
  display: none !important;
}

#booking .rp-booking-media {
  isolation: isolate;
}

@media (min-width: 1024px) {
  #booking .rp-booking-media {
    clip-path: polygon(0 0, calc(100% - 62px) 0, 100% 100%, 0 100%);
  }

  #booking .rp-booking-media::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 72px;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 46%, rgba(197, 168, 128, 0.34) 47%, transparent 50%);
    z-index: 2;
  }
}

.delivery-reference-store .product-modal-price,
.delivery-reference-store .product-modal-dialog .product-modal-price,
.delivery-reference-store [data-product-modal-price],
.product-modal-dialog [data-product-modal-price] {
  color: #fffaf1 !important;
  text-shadow: 0 0 22px rgba(197, 168, 128, 0.24);
}

@media (max-width: 1023px) {
  #about .rp-about-grid {
    align-items: center !important;
  }

  #about .rp-about-image {
    min-height: clamp(430px, 78vh, 620px) !important;
    margin-block: 14px !important;
  }

  #booking .rp-booking-media {
    clip-path: none;
  }
}

/* 20260710 account / checkout polish */
#about .rp-about-grid {
  align-items: center !important;
}

#about .rp-about-grid > .lg\:col-span-3 {
  align-items: center !important;
}

#about .rp-about-image {
  aspect-ratio: 3 / 5 !important;
  height: clamp(430px, 52vh, 560px) !important;
  min-height: 0 !important;
  max-width: clamp(250px, 24vw, 330px) !important;
  margin-block: 0 !important;
  transform: none !important;
}

#about .rp-about-image img {
  height: 100% !important;
  min-height: 0 !important;
}

@media (min-width: 1024px) {
  #booking .rp-booking-media {
    clip-path: polygon(0 0, 100% 0, calc(100% - 62px) 100%, 0 100%) !important;
  }

  #booking .rp-booking-media::after {
    background: linear-gradient(75deg, transparent 47%, rgba(197, 168, 128, 0.34) 48%, transparent 51%) !important;
  }
}

.product-modal-actions {
  flex-wrap: wrap;
}

.product-modal-qty {
  min-width: 214px;
  height: 46px;
  border-color: rgba(197, 168, 128, 0.55) !important;
  background: rgba(197, 168, 128, 0.14) !important;
  color: #fffaf1 !important;
}

.product-modal-qty[hidden] {
  display: none !important;
}

.product-modal-qty button,
.product-modal-qty strong {
  color: #fffaf1 !important;
}

body:has(.checkout-page-section),
body:has(.account-page-main),
body:has(.account-dashboard-main) {
  background: #0a0a0a !important;
  color: #f5f5f2 !important;
}

body:has(.checkout-page-section)::before,
body:has(.account-page-main)::before,
body:has(.account-dashboard-main)::before {
  content: "";
  position: fixed;
  inset: -24px;
  z-index: -2;
  pointer-events: none;
  background-image: url("/river-park/assets/362918bb0b4a4cba9db263fcba7e024e.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(11px) brightness(0.34) contrast(1.12);
  transform: scale(1.05);
}

body:has(.checkout-page-section)::after,
body:has(.account-page-main)::after,
body:has(.account-dashboard-main)::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 12%, rgba(197, 168, 128, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.72) 48%, rgba(10, 10, 10, 0.92));
}

body:has(.checkout-page-section) [data-header],
body:has(.account-page-main) [data-header],
body:has(.account-dashboard-main) [data-header] {
  background: rgba(10, 10, 10, 0.88) !important;
  border-bottom: 1px solid rgba(197, 168, 128, 0.14) !important;
  color: #f5f5f2 !important;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

body:has(.checkout-page-section) [data-header] nav a,
body:has(.checkout-page-section) [data-header] nav button,
body:has(.checkout-page-section) [data-header] a[href^="tel:"],
body:has(.checkout-page-section) [data-header] button[aria-label="Открыть меню"],
body:has(.account-page-main) [data-header] nav a,
body:has(.account-page-main) [data-header] nav button,
body:has(.account-page-main) [data-header] a[href^="tel:"],
body:has(.account-page-main) [data-header] button[aria-label="Открыть меню"],
body:has(.account-dashboard-main) [data-header] nav a,
body:has(.account-dashboard-main) [data-header] nav button,
body:has(.account-dashboard-main) [data-header] a[href^="tel:"],
body:has(.account-dashboard-main) [data-header] button[aria-label="Открыть меню"] {
  color: #f5f5f2 !important;
}

body:has(.checkout-page-section) .rp-brand-logo-img,
body:has(.checkout-page-section) .rp-footer-logo-img,
body:has(.account-page-main) .rp-brand-logo-img,
body:has(.account-page-main) .rp-footer-logo-img,
body:has(.account-dashboard-main) .rp-brand-logo-img,
body:has(.account-dashboard-main) .rp-footer-logo-img {
  filter: invert(1) brightness(1.08) !important;
}

.checkout-page-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(132px, 13vw, 168px) 0 clamp(70px, 8vw, 110px) !important;
  background: transparent !important;
  color: #f5f5f2 !important;
}

.checkout-wrap {
  width: min(1220px, calc(100vw - 48px)) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.checkout-reference-heading {
  margin-bottom: 32px !important;
}

.checkout-reference-heading h2 {
  color: #f5f5f2 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(52px, 7vw, 88px) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}

.checkout-reference-lead {
  color: rgba(245, 245, 242, 0.72) !important;
}

.checkout-reference-layout {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr) !important;
  gap: clamp(22px, 3vw, 34px) !important;
  align-items: start !important;
}

.checkout-reference-form,
.checkout-reference-summary,
.checkout-form-card,
.checkout-summary-card,
.account-v3-login .account-auth-panel,
.account-v3-dashboard .account-sidebar,
.account-v3-dashboard .account-content-card,
.account-v3-dashboard .account-empty-state,
.account-v3-dashboard .account-dashboard-hero {
  border: 1px solid rgba(197, 168, 128, 0.22) !important;
  background:
    linear-gradient(145deg, rgba(13, 13, 13, 0.9), rgba(20, 20, 20, 0.76)) !important;
  color: #f5f5f2 !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(16px);
}

.checkout-reference-form,
.checkout-reference-summary {
  border-radius: 8px !important;
  padding: clamp(28px, 4vw, 46px) !important;
}

.checkout-step,
.checkout-summary-product,
.checkout-summary-line,
.checkout-summary-total {
  border-color: rgba(197, 168, 128, 0.14) !important;
}

.checkout-step h3,
.checkout-reference-summary h3,
.checkout-option-title,
.checkout-summary-product strong,
.checkout-summary-line strong,
.checkout-summary-total strong {
  color: #fffaf1 !important;
}

.checkout-field,
.checkout-option-subtitle,
.checkout-reference-summary p,
.checkout-summary-product span,
.checkout-summary-total span,
.checkout-secure-note,
.checkout-confirm-checkbox,
.checkout-reference-summary .checkout-summary-line span {
  color: rgba(245, 245, 242, 0.66) !important;
}

.checkout-field input,
.checkout-field select,
.checkout-field textarea,
.checkout-promo-row input {
  border-color: rgba(197, 168, 128, 0.18) !important;
  background: rgba(255, 250, 241, 0.08) !important;
  color: #fffaf1 !important;
}

.checkout-field input::placeholder,
.checkout-field textarea::placeholder,
.checkout-promo-row input::placeholder {
  color: rgba(245, 245, 242, 0.36) !important;
}

.checkout-option,
.checkout-address-box,
.checkout-summary-product {
  border-color: rgba(197, 168, 128, 0.14) !important;
  background: rgba(255, 250, 241, 0.055) !important;
  color: #f5f5f2 !important;
}

.checkout-option.is-selected,
.checkout-option:has(input:checked) {
  border-color: rgba(197, 168, 128, 0.6) !important;
  background: rgba(197, 168, 128, 0.16) !important;
}

body:has(.account-page-main) footer,
body:has(.account-dashboard-main) footer,
body:has(.checkout-page-section) footer {
  background: rgba(10, 10, 10, 0.92) !important;
  border-top-color: rgba(197, 168, 128, 0.14) !important;
}

body:has(.account-page-main) footer a,
body:has(.account-page-main) footer button,
body:has(.account-page-main) footer span,
body:has(.account-dashboard-main) footer a,
body:has(.account-dashboard-main) footer button,
body:has(.account-dashboard-main) footer span,
body:has(.checkout-page-section) footer a,
body:has(.checkout-page-section) footer button,
body:has(.checkout-page-section) footer span {
  color: rgba(245, 245, 242, 0.62) !important;
}

.account-page-main.account-v3-login,
.account-dashboard-main.account-v3-dashboard {
  position: relative;
  min-height: 100vh;
  padding: clamp(132px, 13vw, 168px) clamp(20px, 6vw, 86px) clamp(72px, 8vw, 110px) !important;
  color: #f5f5f2 !important;
}

.account-v3-login .account-auth-shell {
  width: min(620px, 100%) !important;
}

.account-v3-login .account-auth-panel {
  border-radius: 8px !important;
  padding: clamp(30px, 4vw, 48px) !important;
}

.account-v3-login .account-auth-kicker,
.account-v3-dashboard .account-dashboard-kicker,
.account-v3-dashboard .account-card-heading span,
.account-v3-dashboard .account-detail span,
.account-v3-dashboard .account-list-item span {
  color: rgba(197, 168, 128, 0.78) !important;
}

.account-v3-login .account-auth-title,
.account-v3-dashboard .account-dashboard-title,
.account-v3-dashboard .account-card-heading h2,
.account-v3-dashboard .account-empty-state h3 {
  color: #fffaf1 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 300 !important;
}

.account-v3-login .account-tabs {
  background: rgba(255, 250, 241, 0.08) !important;
}

.account-v3-login .account-tabs button {
  color: rgba(245, 245, 242, 0.66) !important;
}

.account-v3-login .account-tabs button.is-active,
.account-v3-dashboard .account-menu button.is-active,
.account-v3-dashboard .account-menu button:hover,
.account-v3-dashboard .account-logout:hover {
  background: #c5a880 !important;
  color: #0a0a0a !important;
}

.account-v3-login .account-field span,
.account-v3-dashboard .account-field span,
.account-v3-dashboard .account-field label,
.account-v3-dashboard .account-sidebar span,
.account-v3-dashboard .account-dashboard-hero p,
.account-v3-dashboard .account-detail p,
.account-v3-dashboard .account-list-item p,
.account-v3-dashboard .account-empty-state p,
.account-v3-dashboard .account-bonus-card p,
.account-v3-dashboard .account-bonus-story p {
  color: rgba(245, 245, 242, 0.64) !important;
}

.account-v3-login .account-field input,
.account-v3-dashboard .account-field input,
.account-v3-dashboard .account-field textarea,
.account-v3-dashboard .account-field select {
  border-color: rgba(197, 168, 128, 0.18) !important;
  background: rgba(255, 250, 241, 0.08) !important;
  color: #fffaf1 !important;
}

.account-v3-dashboard .account-sidebar strong,
.account-v3-dashboard .account-detail strong,
.account-v3-dashboard .account-list-item strong {
  color: #fffaf1 !important;
}

.account-v3-dashboard .account-avatar {
  background: #c5a880 !important;
  color: #0a0a0a !important;
}

.account-v3-dashboard .account-detail,
.account-v3-dashboard .account-list-item,
.account-v3-dashboard .account-bonus-story {
  background: rgba(255, 250, 241, 0.07) !important;
}

.account-v3-dashboard .account-bonus-card {
  border: 1px solid rgba(197, 168, 128, 0.28) !important;
  background:
    radial-gradient(circle at 78% 8%, rgba(197, 168, 128, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(26, 21, 16, 0.96), rgba(10, 10, 10, 0.78)) !important;
}

.account-v3-login .account-primary-button,
.account-v3-dashboard .account-primary-button {
  border-color: #c5a880 !important;
  background: #c5a880 !important;
  color: #0a0a0a !important;
}

.account-v3-login .account-secondary-button,
.account-v3-dashboard .account-secondary-button,
.account-v3-dashboard .account-tab-link {
  border-color: rgba(197, 168, 128, 0.24) !important;
  background: rgba(255, 250, 241, 0.07) !important;
  color: #fffaf1 !important;
}

@media (max-width: 1023px) {
  #about .rp-about-image {
    height: clamp(360px, 64vh, 480px) !important;
    max-width: min(340px, 86vw) !important;
  }

  .checkout-reference-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .checkout-wrap {
    width: min(100% - 28px, 1220px) !important;
  }

  .account-page-main.account-v3-login,
  .account-dashboard-main.account-v3-dashboard {
    padding-inline: 14px !important;
  }
}

/* 20260710 final polish: balanced about media, reversed booking cut, checkout/account depth */
#about .rp-about-image {
  height: clamp(390px, 48vh, 510px) !important;
  max-width: clamp(230px, 21vw, 305px) !important;
}

#about .rp-about-image img {
  object-position: center !important;
}

@media (min-width: 1024px) {
  #booking .rp-booking-media {
    clip-path: polygon(0 0, calc(100% - 66px) 0, 100% 100%, 0 100%) !important;
  }

  #booking .rp-booking-media::after {
    inset: 0 0 0 auto !important;
    width: 76px !important;
    background: linear-gradient(105deg, transparent 46%, rgba(197, 168, 128, 0.34) 47%, transparent 51%) !important;
  }
}

.product-modal-actions [data-product-modal-add][hidden] {
  display: none !important;
}

.product-modal-qty {
  display: inline-grid !important;
  grid-template-columns: 44px minmax(44px, 1fr) 44px !important;
  align-items: center !important;
  justify-items: center !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.product-modal-qty button {
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  background: rgba(255, 250, 241, 0.08) !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

.product-modal-qty button:hover,
.product-modal-qty button:focus-visible {
  background: #c5a880 !important;
  color: #0a0a0a !important;
}

.product-modal-qty strong {
  min-width: 44px !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
}

body:has(.checkout-page-section)::before {
  background-image: url("/river-park/assets/e74b112e0d9f452fb769a23359f02ef0.jpg") !important;
  filter: blur(13px) brightness(0.32) contrast(1.16) saturate(0.92) !important;
}

.checkout-reference-layout {
  max-width: 100% !important;
  overflow: visible !important;
}

.checkout-reference-form,
.checkout-reference-summary {
  min-width: 0 !important;
}

.account-v3-dashboard .account-dashboard-shell {
  max-width: 1280px !important;
  margin-inline: auto !important;
}

.account-v3-dashboard .account-dashboard-hero {
  position: relative !important;
  overflow: hidden !important;
}

.account-v3-dashboard .account-dashboard-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(110deg, rgba(197, 168, 128, 0.18), transparent 38%),
    radial-gradient(circle at 82% 18%, rgba(197, 168, 128, 0.18), transparent 30%) !important;
}

.account-v3-dashboard .account-dashboard-title-block,
.account-v3-dashboard .account-overview-grid,
.account-v3-dashboard .account-action-row {
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 1023px) {
  #about .rp-about-image {
    height: clamp(320px, 54vh, 430px) !important;
    max-width: min(300px, 82vw) !important;
  }
}

@media (max-width: 640px) {
  .product-modal-qty {
    width: 100% !important;
    min-width: 0 !important;
  }

  .checkout-reference-heading h2 {
    font-size: clamp(42px, 16vw, 56px) !important;
  }
}

/* 20260710 visual QA fixes */
body:has(.checkout-page-section) .checkout-page,
body:has(.checkout-page-section) .checkout-page-section {
  background: transparent !important;
}

body:has(.checkout-page-section) .checkout-reference-form,
body:has(.checkout-page-section) .checkout-reference-summary,
body:has(.checkout-page-section) .checkout-form-card,
body:has(.checkout-page-section) .checkout-summary-card {
  border: 1px solid rgba(197, 168, 128, 0.24) !important;
  background:
    linear-gradient(145deg, rgba(13, 13, 13, 0.88), rgba(21, 18, 15, 0.76)) !important;
  color: #f5f5f2 !important;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42) !important;
  backdrop-filter: blur(18px) !important;
}

body:has(.checkout-page-section) .checkout-reference-heading h2,
body:has(.checkout-page-section) .checkout-step h3,
body:has(.checkout-page-section) .checkout-reference-summary h3,
body:has(.checkout-page-section) .checkout-option-title,
body:has(.checkout-page-section) .checkout-summary-product strong,
body:has(.checkout-page-section) .checkout-summary-line strong,
body:has(.checkout-page-section) .checkout-summary-total strong {
  color: #fffaf1 !important;
}

body:has(.checkout-page-section) .checkout-reference-lead,
body:has(.checkout-page-section) .checkout-field,
body:has(.checkout-page-section) .checkout-option-subtitle,
body:has(.checkout-page-section) .checkout-reference-summary p,
body:has(.checkout-page-section) .checkout-summary-product span,
body:has(.checkout-page-section) .checkout-summary-total span,
body:has(.checkout-page-section) .checkout-secure-note,
body:has(.checkout-page-section) .checkout-confirm-checkbox,
body:has(.checkout-page-section) .checkout-reference-summary .checkout-summary-line span {
  color: rgba(245, 245, 242, 0.68) !important;
}

body:has(.checkout-page-section) .checkout-field input,
body:has(.checkout-page-section) .checkout-field select,
body:has(.checkout-page-section) .checkout-field textarea,
body:has(.checkout-page-section) .checkout-promo-row input {
  border-color: rgba(197, 168, 128, 0.22) !important;
  background: rgba(255, 250, 241, 0.08) !important;
  color: #fffaf1 !important;
}

body:has(.checkout-page-section) .checkout-option,
body:has(.checkout-page-section) .checkout-address-box,
body:has(.checkout-page-section) .checkout-summary-product {
  border-color: rgba(197, 168, 128, 0.18) !important;
  background: rgba(255, 250, 241, 0.055) !important;
  color: #f5f5f2 !important;
}

body:has(.checkout-page-section) .checkout-option.is-selected,
body:has(.checkout-page-section) .checkout-option:has(input:checked) {
  border-color: rgba(197, 168, 128, 0.58) !important;
  background: rgba(197, 168, 128, 0.17) !important;
}

body:has(.checkout-page-section) .checkout-submit-row .btn,
body:has(.checkout-page-section) .checkout-summary-submit {
  color: #0a0a0a !important;
}

.account-v3-dashboard .account-overview-card {
  border: 1px solid rgba(197, 168, 128, 0.2) !important;
  background: rgba(255, 250, 241, 0.07) !important;
  color: #fffaf1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 250, 241, 0.06) !important;
}

.account-v3-dashboard .account-overview-card span {
  color: rgba(197, 168, 128, 0.72) !important;
}

.account-v3-dashboard .account-overview-card strong {
  color: #fffaf1 !important;
}

/* 20260710 user tune C: about scale, checkout light, account photo, modal qty */
#about .rp-about-image {
  height: clamp(430px, 55vh, 565px) !important;
  max-width: clamp(275px, 24vw, 350px) !important;
}

@media (min-width: 1024px) {
  #about .rp-about-grid {
    grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.18fr) minmax(300px, 0.9fr) !important;
  }

  #about .rp-about-grid > * {
    grid-column: auto !important;
  }
}

@media (max-width: 1023px) {
  #about .rp-about-image {
    height: clamp(360px, 58vh, 480px) !important;
    max-width: min(340px, 86vw) !important;
  }
}

body:has(.checkout-page-section) {
  background: #f3eee3 !important;
  color: #1d1812 !important;
}

body:has(.checkout-page-section)::before {
  background-image: url("/river-park/assets/362918bb0b4a4cba9db263fcba7e024e.jpg") !important;
  filter: blur(15px) brightness(1.03) contrast(0.96) saturate(0.84) !important;
  opacity: 0.78 !important;
}

body:has(.checkout-page-section)::after {
  background:
    linear-gradient(180deg, rgba(246, 241, 231, 0.92), rgba(246, 241, 231, 0.74)),
    radial-gradient(circle at 16% 14%, rgba(197, 168, 128, 0.2), transparent 38%) !important;
}

body:has(.checkout-page-section) [data-header] {
  background: rgba(10, 10, 10, 0.88) !important;
  border-bottom-color: rgba(255, 255, 255, 0.14) !important;
}

body:has(.checkout-page-section) [data-header] [data-open-cart] {
  border-color: rgba(255, 250, 241, 0.82) !important;
  color: #fffaf1 !important;
  background: transparent !important;
}

body:has(.checkout-page-section) [data-header] [data-open-cart]:hover,
body:has(.checkout-page-section) [data-header] [data-open-cart]:focus-visible {
  background: #fffaf1 !important;
  color: #0a0a0a !important;
}

body:has(.checkout-page-section) .checkout-page,
body:has(.checkout-page-section) .checkout-page-section {
  background: transparent !important;
  color: #1d1812 !important;
}

body:has(.checkout-page-section) .checkout-reference-heading h2,
body:has(.checkout-page-section) .checkout-step h3,
body:has(.checkout-page-section) .checkout-reference-summary h3,
body:has(.checkout-page-section) .checkout-option-title,
body:has(.checkout-page-section) .checkout-summary-product strong,
body:has(.checkout-page-section) .checkout-summary-line strong,
body:has(.checkout-page-section) .checkout-summary-total strong {
  color: #1d1812 !important;
}

body:has(.checkout-page-section) .checkout-reference-lead,
body:has(.checkout-page-section) .checkout-field,
body:has(.checkout-page-section) .checkout-option-subtitle,
body:has(.checkout-page-section) .checkout-reference-summary p,
body:has(.checkout-page-section) .checkout-summary-product span,
body:has(.checkout-page-section) .checkout-summary-total span,
body:has(.checkout-page-section) .checkout-secure-note,
body:has(.checkout-page-section) .checkout-confirm-checkbox,
body:has(.checkout-page-section) .checkout-reference-summary .checkout-summary-line span {
  color: rgba(29, 24, 18, 0.66) !important;
}

body:has(.checkout-page-section) .checkout-reference-form,
body:has(.checkout-page-section) .checkout-reference-summary,
body:has(.checkout-page-section) .checkout-form-card,
body:has(.checkout-page-section) .checkout-summary-card {
  border: 1px solid rgba(29, 24, 18, 0.12) !important;
  background:
    linear-gradient(145deg, rgba(255, 252, 244, 0.9), rgba(245, 238, 224, 0.76)) !important;
  color: #1d1812 !important;
  box-shadow: 0 34px 90px rgba(50, 42, 31, 0.2) !important;
  backdrop-filter: blur(22px) !important;
}

body:has(.checkout-page-section) .checkout-field input,
body:has(.checkout-page-section) .checkout-field select,
body:has(.checkout-page-section) .checkout-field textarea,
body:has(.checkout-page-section) .checkout-promo-row input {
  border-color: rgba(29, 24, 18, 0.16) !important;
  background: rgba(255, 255, 255, 0.7) !important;
  color: #1d1812 !important;
}

body:has(.checkout-page-section) .checkout-field input::placeholder,
body:has(.checkout-page-section) .checkout-field textarea::placeholder,
body:has(.checkout-page-section) .checkout-promo-row input::placeholder {
  color: rgba(29, 24, 18, 0.4) !important;
}

body:has(.checkout-page-section) .checkout-option,
body:has(.checkout-page-section) .checkout-address-box,
body:has(.checkout-page-section) .checkout-summary-product {
  border-color: rgba(29, 24, 18, 0.12) !important;
  background: rgba(255, 255, 255, 0.46) !important;
  color: #1d1812 !important;
}

body:has(.checkout-page-section) .checkout-option.is-selected,
body:has(.checkout-page-section) .checkout-option:has(input:checked) {
  border-color: rgba(197, 168, 128, 0.74) !important;
  background: rgba(197, 168, 128, 0.2) !important;
}

body:has(.checkout-page-section) .checkout-option-icon,
body:has(.checkout-page-section) .checkout-option-check,
body:has(.checkout-page-section) .checkout-promo-row button {
  color: #1d1812 !important;
}

body:has(.checkout-page-section) .checkout-submit-row .btn,
body:has(.checkout-page-section) .checkout-summary-submit {
  background: #c5a880 !important;
  color: #0a0a0a !important;
}

body:has(.checkout-page-section) .cart-drawer {
  border-color: rgba(255, 250, 241, 0.78) !important;
}

.account-v3-login .account-auth-shell {
  width: min(1180px, 100%) !important;
}

.account-v3-login .account-auth-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr) !important;
  gap: clamp(22px, 4vw, 42px) !important;
  align-items: stretch !important;
}

.account-v3-login .account-auth-panel {
  min-width: 0 !important;
}

.account-auth-photo {
  position: relative !important;
  min-height: 560px !important;
  overflow: hidden !important;
  border: 1px solid rgba(197, 168, 128, 0.24) !important;
  background: rgba(10, 10, 10, 0.42) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3) !important;
}

.account-auth-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(0.96) contrast(1.05) brightness(0.9) !important;
  transform: scale(1.02) !important;
}

.account-auth-photo::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, transparent 48%, rgba(10, 10, 10, 0.74)) !important;
}

.account-auth-photo-caption {
  position: absolute !important;
  left: 28px !important;
  right: 28px !important;
  bottom: 28px !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 8px !important;
}

.account-auth-photo-caption span {
  color: rgba(197, 168, 128, 0.78) !important;
  font-size: 10px !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
}

.account-auth-photo-caption strong {
  color: #fffaf1 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  font-weight: 300 !important;
  line-height: 0.95 !important;
}

.product-modal-qty.product-card-qty {
  min-width: 0 !important;
  width: auto !important;
  min-height: 44px !important;
  display: inline-grid !important;
  grid-template-columns: 36px minmax(24px, 34px) 36px !important;
  align-items: center !important;
  justify-content: center !important;
  justify-items: center !important;
  gap: 8px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(198, 75, 53, 0.35) !important;
  background: rgba(198, 75, 53, 0.09) !important;
  padding: 3px !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.product-modal-qty.product-card-qty button {
  width: 36px !important;
  height: 36px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #c64b35 !important;
  color: #ffffff !important;
  font: 800 18px/1 "Lato", Inter, system-ui, sans-serif !important;
  cursor: pointer !important;
  transition: background 180ms ease, transform 180ms ease !important;
}

.product-modal-qty.product-card-qty button:hover,
.product-modal-qty.product-card-qty button:focus-visible {
  background: #a83d2a !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

.product-modal-qty.product-card-qty strong {
  min-width: 24px !important;
  color: #fffaf1 !important;
  font: 800 15px/1 "Lato", Inter, system-ui, sans-serif !important;
  text-align: center !important;
}

@media (max-width: 1023px) {
  .account-v3-login .account-auth-layout {
    grid-template-columns: 1fr !important;
  }

  .account-auth-photo {
    min-height: 340px !important;
    order: -1 !important;
  }
}

@media (max-width: 640px) {
  .product-modal-qty.product-card-qty {
    width: 100% !important;
    grid-template-columns: 36px minmax(32px, 1fr) 36px !important;
  }

  .account-auth-photo {
    min-height: 260px !important;
  }
}

/* 20260710d account / checkout requested polish */
@media (min-width: 1024px) {
  #about .max-w-7xl > .flex.flex-col.items-center {
    transform: translateY(24px);
    margin-bottom: 1.75rem !important;
  }

  #about .rp-about-grid {
    align-items: center !important;
  }
}

.reference-products-head {
  justify-content: flex-start !important;
}

.checkout-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: rgba(29, 24, 18, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

body:has(.checkout-page-section) .checkout-step:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

body:has(.checkout-page-section) .checkout-option.is-selected,
body:has(.checkout-page-section) .checkout-option:has(input:checked) {
  border-color: rgba(29, 24, 18, 0.34) !important;
  background: rgba(29, 24, 18, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(29, 24, 18, 0.04) !important;
}

body:has(.checkout-page-section) .checkout-option-check {
  background: #1d1812 !important;
  border-color: #1d1812 !important;
  color: #fffaf1 !important;
}

.account-page-main.account-v3-login {
  padding-top: clamp(112px, 11vw, 136px) !important;
  padding-bottom: clamp(44px, 6vw, 72px) !important;
}

.account-v3-login .account-auth-shell {
  width: min(1040px, 100%) !important;
}

.account-v3-login .account-auth-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.62fr) !important;
  align-items: center !important;
  gap: clamp(18px, 3vw, 32px) !important;
}

.account-v3-login .account-auth-panel {
  padding: clamp(22px, 3vw, 34px) !important;
}

.account-v3-login .account-auth-title {
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 0.95 !important;
}

.account-v3-login .account-auth-intro {
  margin-bottom: 18px !important;
}

.account-v3-login .account-tabs {
  margin-bottom: 18px !important;
}

.account-v3-login .account-form {
  gap: 12px !important;
}

.account-v3-login .account-field input {
  min-height: 44px !important;
}

.account-auth-photo {
  min-height: clamp(360px, 44vh, 480px) !important;
}

body:has(.checkout-page-section) .checkout-page-section {
  padding-top: clamp(154px, 14vw, 190px) !important;
}

.account-v3-login .account-auth-panel {
  max-width: 640px !important;
}

.account-auth-photo {
  align-self: center !important;
  height: clamp(340px, 42vh, 470px) !important;
  min-height: 0 !important;
  max-height: 470px !important;
}

body:has(.account-dashboard-main.account-v3-dashboard) {
  background: #f4efe6 !important;
  color: #1d1812 !important;
}

body:has(.account-dashboard-main.account-v3-dashboard)::before {
  background-image: url("/river-park/assets/e74b112e0d9f452fb769a23359f02ef0.jpg") !important;
  filter: blur(16px) brightness(1.04) contrast(0.96) saturate(0.82) !important;
  opacity: 0.76 !important;
}

body:has(.account-dashboard-main.account-v3-dashboard)::after {
  background:
    linear-gradient(180deg, rgba(246, 241, 231, 0.94), rgba(246, 241, 231, 0.82)),
    radial-gradient(circle at 18% 12%, rgba(197, 168, 128, 0.22), transparent 34%) !important;
}

.account-dashboard-main.account-v3-dashboard {
  color: #1d1812 !important;
}

body:has(.account-dashboard-main.account-v3-dashboard) [data-header] {
  background: rgba(10, 10, 10, 0.9) !important;
  border-bottom-color: rgba(255, 250, 241, 0.14) !important;
  color: #fffaf1 !important;
}

.account-v3-dashboard .account-sidebar,
.account-v3-dashboard .account-content-card,
.account-v3-dashboard .account-empty-state,
.account-v3-dashboard .account-dashboard-hero,
.account-v3-dashboard .account-bonus-card {
  border-color: rgba(29, 24, 18, 0.12) !important;
  background: rgba(255, 252, 246, 0.92) !important;
  color: #1d1812 !important;
  box-shadow: 0 28px 72px rgba(50, 42, 31, 0.16) !important;
  backdrop-filter: blur(20px) !important;
}

.account-v3-dashboard .account-dashboard-kicker,
.account-v3-dashboard .account-card-heading span,
.account-v3-dashboard .account-detail span,
.account-v3-dashboard .account-list-item span,
.account-v3-dashboard .account-sidebar span {
  color: rgba(122, 95, 57, 0.78) !important;
}

.account-v3-dashboard .account-dashboard-title,
.account-v3-dashboard .account-card-heading h2,
.account-v3-dashboard .account-empty-state h3,
.account-v3-dashboard .account-sidebar strong,
.account-v3-dashboard .account-detail strong,
.account-v3-dashboard .account-list-item strong {
  color: #1d1812 !important;
}

.account-v3-dashboard .account-dashboard-hero p,
.account-v3-dashboard .account-detail p,
.account-v3-dashboard .account-list-item p,
.account-v3-dashboard .account-empty-state p,
.account-v3-dashboard .account-bonus-card p,
.account-v3-dashboard .account-bonus-story p {
  color: rgba(29, 24, 18, 0.66) !important;
}

.account-v3-dashboard .account-detail,
.account-v3-dashboard .account-list-item,
.account-v3-dashboard .account-bonus-story,
.account-v3-dashboard .account-overview-card {
  border-color: rgba(29, 24, 18, 0.1) !important;
  background: rgba(255, 255, 255, 0.54) !important;
  color: #1d1812 !important;
}

.account-v3-dashboard .account-overview-card span {
  color: rgba(122, 95, 57, 0.72) !important;
}

.account-v3-dashboard .account-overview-card strong {
  color: #1d1812 !important;
}

.account-v3-dashboard .account-menu button,
.account-v3-dashboard .account-logout,
.account-v3-dashboard .account-secondary-button,
.account-v3-dashboard .account-tab-link,
.account-v3-dashboard .account-small-button {
  border-color: rgba(29, 24, 18, 0.12) !important;
  background: rgba(255, 255, 255, 0.48) !important;
  color: #1d1812 !important;
}

.account-v3-dashboard .account-menu button.is-active,
.account-v3-dashboard .account-menu button:hover,
.account-v3-dashboard .account-logout:hover {
  background: #1d1812 !important;
  color: #fffaf1 !important;
}

.account-v3-dashboard .account-primary-button {
  border-color: #1d1812 !important;
  background: #1d1812 !important;
  color: #fffaf1 !important;
}

.account-v3-dashboard .account-field input,
.account-v3-dashboard .account-field textarea,
.account-v3-dashboard .account-field select {
  border-color: rgba(29, 24, 18, 0.14) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #1d1812 !important;
}

.account-address-item {
  align-items: start !important;
  gap: 8px !important;
}

.account-delete-address {
  width: max-content !important;
  min-height: 34px !important;
  margin-top: 6px !important;
  padding: 0 14px !important;
  border-color: rgba(198, 75, 53, 0.28) !important;
  background: rgba(198, 75, 53, 0.08) !important;
  color: #9f3827 !important;
}

.account-delete-address:hover,
.account-delete-address:focus-visible {
  background: #c64b35 !important;
  color: #fffaf1 !important;
}

@media (max-width: 1023px) {
  .account-v3-login .account-auth-layout {
    grid-template-columns: 1fr !important;
  }

  .account-auth-photo {
    min-height: 280px !important;
  }
}

/* 20260710d dashboard light-form completion */
.account-dashboard-main.account-v3-dashboard,
.account-v3-dashboard .account-dashboard-content,
.account-v3-dashboard .account-dashboard-panel {
  background: transparent !important;
  color: #1d1812 !important;
}

body:has(.account-dashboard-main.account-v3-dashboard) .account-dashboard-main.account-v3-dashboard {
  background: #f4efe6 !important;
}

body:has(.account-dashboard-main.account-v3-dashboard) main.account-dashboard-main.account-v3-dashboard:not(:has(#about)) {
  background: #f4efe6 !important;
}

.account-v3-dashboard .account-form {
  border: 1px solid rgba(29, 24, 18, 0.1) !important;
  background: rgba(255, 255, 255, 0.58) !important;
  color: #1d1812 !important;
  box-shadow: 0 22px 60px rgba(29, 24, 18, 0.1) !important;
}

.account-v3-dashboard .account-form-grid {
  background: transparent !important;
}

.account-v3-dashboard .account-field,
.account-v3-dashboard .account-field span,
.account-v3-dashboard .account-field label {
  color: rgba(29, 24, 18, 0.72) !important;
}

.account-v3-dashboard .account-field input::placeholder,
.account-v3-dashboard .account-field textarea::placeholder {
  color: rgba(29, 24, 18, 0.42) !important;
}

.account-v3-dashboard .account-status {
  color: #9f3827 !important;
}

/* 20260710 production audit fixes */
#about {
  scroll-margin-top: 96px !important;
  isolation: isolate;
}

#about::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 10px;
  z-index: 1;
  pointer-events: none;
  background: #0a0a0a;
}

body:has(.checkout-page-section) .checkout-address-box.is-hidden,
body:has(.checkout-page-section) .checkout-address-box[hidden] {
  display: none !important;
}

.account-v3-dashboard .account-detail strong,
.account-v3-dashboard .account-detail p,
.account-v3-dashboard .account-list-item strong,
.account-v3-dashboard .account-list-item p,
.account-v3-dashboard .account-overview-card strong,
.account-v3-dashboard .account-overview-card span,
.account-v3-dashboard .account-field input,
.account-v3-dashboard .account-field textarea,
.account-v3-dashboard .account-sidebar strong,
.account-v3-dashboard .account-sidebar span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.account-v3-dashboard .account-detail,
.account-v3-dashboard .account-list-item,
.account-v3-dashboard .account-overview-card {
  min-width: 0;
}

@media (max-width: 767px) {
  #about::before {
    display: none;
  }
}

/* 20260710 requested homepage checkout menu fixes */
#menu .menu-card h3 {
  font-size: clamp(1.35rem, 1.95vw, 1.78rem) !important;
  line-height: 1.08 !important;
}

#menu .menu-card p {
  font-size: clamp(0.98rem, 1.08vw, 1.1rem) !important;
  line-height: 1.48 !important;
}

#menu .menu-card .text-gold {
  font-size: clamp(1.05rem, 1.28vw, 1.24rem) !important;
}

@media (min-width: 1024px) {
  #booking .rp-booking-media {
    clip-path: polygon(62px 0, 100% 0, 100% 100%, 0 100%) !important;
  }

  #booking .rp-booking-media::after {
    inset: 0 auto 0 0 !important;
    width: 76px !important;
    background: linear-gradient(105deg, transparent 45%, rgba(197, 168, 128, 0.36) 47%, transparent 51%) !important;
  }
}

#news .rp-news-feature h3 {
  font-size: clamp(2rem, 2.8vw, 3rem) !important;
  line-height: 1.02 !important;
}

#news .rp-news-feature p {
  font-size: clamp(1rem, 1.14vw, 1.16rem) !important;
  line-height: 1.55 !important;
}

#news .rp-news-kicker,
#news .rp-news-small span {
  font-size: 11px !important;
}

#news .rp-news-small h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.68rem) !important;
}

#news .rp-news-small p {
  font-size: clamp(0.98rem, 1.05vw, 1.1rem) !important;
  line-height: 1.55 !important;
}

.rp-contact-hours .rp-hours-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(130px, auto) !important;
  gap: 12px 18px !important;
  align-items: start !important;
  width: 100% !important;
}

.rp-contact-hours .rp-hours-grid p {
  margin: 0 !important;
}

.rp-contact-hours .rp-breakfast-hours {
  color: rgba(245, 245, 242, 0.9) !important;
}

@media (max-width: 640px) {
  .rp-contact-hours .rp-hours-grid {
    grid-template-columns: 1fr !important;
  }
}

.account-auth-photo::after {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.08) 28%, rgba(10, 10, 10, 0.82)) !important;
}

.account-auth-photo-caption span {
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(197, 168, 128, 0.36) !important;
  border-radius: 999px !important;
  background: rgba(10, 10, 10, 0.76) !important;
  color: #fffaf1 !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.78) !important;
}

body:has(.checkout-page-section) .checkout-scheduled-time {
  margin-top: 14px !important;
}

body:has(.checkout-page-section) .checkout-scheduled-time[hidden],
body:has(.checkout-page-section) .checkout-payment-hidden,
body:has(.checkout-page-section) [data-payment-receipt][hidden],
body:has(.checkout-page-section) [data-payment-cash][hidden] {
  display: none !important;
}

body:has(.checkout-page-section) .checkout-option-grid.three.checkout-payment-delivery {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 420px !important;
}

body:has(.checkout-page-section) .checkout-reference-summary,
body:has(.checkout-page-section) .checkout-summary-card {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body:has(.checkout-page-section) .checkout-reference-summary .checkout-summary-product {
  background: transparent !important;
}

@media (max-width: 767px) {
  body:has(.checkout-page-section) .checkout-option-grid.three.checkout-payment-delivery {
    grid-template-columns: 1fr !important;
  }
}

.rp-contact-hours .rp-hours-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 6px !important;
  align-items: start !important;
}

.rp-contact-hours .rp-hours-grid p,
.rp-contact-hours .rp-breakfast-hours {
  color: rgba(245, 245, 242, 0.78) !important;
  font-family: inherit !important;
  font-size: clamp(14px, 1vw, 15px) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

body:has(.checkout-page-section) .checkout-option {
  grid-template-columns: 34px minmax(0, 1fr) 22px !important;
  min-width: 0 !important;
}

body:has(.checkout-page-section) .checkout-option > span:not(.checkout-option-icon):not(.checkout-option-check):not(.checkout-option-empty) {
  min-width: 0 !important;
}

body:has(.checkout-page-section) .checkout-option-title,
body:has(.checkout-page-section) .checkout-option-subtitle {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

body:has(.checkout-page-section) .checkout-option-title {
  font-size: clamp(12px, 1vw, 14px) !important;
  line-height: 1.2 !important;
}

body:has(.checkout-page-section) .checkout-option-subtitle {
  font-size: 11px !important;
  line-height: 1.25 !important;
}

/* 20260710 booking photo/mobile QA fix: show the booking image without left-side clipping */
#booking .rp-booking-media {
  clip-path: none !important;
  border-radius: 0 !important;
}

#booking .rp-booking-media::after {
  content: none !important;
  display: none !important;
}

#booking .rp-booking-media img {
  object-position: center center !important;
}

@media (max-width: 1023px) {
  #booking .rp-booking-media {
    width: 100% !important;
    min-height: clamp(320px, 76vw, 520px) !important;
  }

  #booking .rp-booking-media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* 20260710 cart/payment/mobile modal fixes */
.cart-empty-state,
.checkout-summary-empty {
  display: grid !important;
  gap: 8px !important;
  padding: 16px !important;
  border: 1px solid rgba(197, 168, 128, 0.24) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: inherit !important;
}

.cart-empty-state h3,
.checkout-summary-empty strong {
  margin: 0 !important;
  color: inherit !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
}

.cart-empty-state p,
.checkout-summary-empty span {
  margin: 0 !important;
  color: currentColor !important;
  opacity: 0.68 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body:has(.checkout-page-section) .checkout-option.payment {
  gap: 10px !important;
  min-width: 0 !important;
}

body:has(.checkout-page-section) .checkout-option.payment > span:not(.checkout-option-icon):not(.checkout-option-check):not(.checkout-option-empty) {
  min-width: 0 !important;
  width: 100% !important;
}

body:has(.checkout-page-section) .checkout-option.payment .checkout-option-title,
body:has(.checkout-page-section) .checkout-option.payment .checkout-option-subtitle {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  white-space: nowrap !important;
}

body:has(.checkout-page-section) .checkout-option.payment .checkout-option-title {
  font-size: clamp(12px, 1vw, 14px) !important;
}

body:has(.checkout-page-section) .checkout-option.payment .checkout-option-subtitle {
  font-size: 10.5px !important;
  letter-spacing: 0.01em !important;
}

@media (max-width: 420px) {
  body:has(.checkout-page-section) .checkout-option.payment {
    grid-template-columns: 30px minmax(0, 1fr) 18px !important;
    padding-inline: 10px !important;
  }
}

@media (max-width: 767px) {
  #about .rp-about-grid > .lg\:col-span-3.order-3,
  #about .rp-about-grid > .lg\:col-span-3:nth-of-type(3) {
    display: none !important;
  }

  #about .rp-about-grid {
    gap: 18px !important;
  }
}

.product-modal-actions [data-product-modal-add][hidden],
.product-modal-qty[hidden],
[data-product-modal-qty-control][hidden] {
  display: none !important;
}

@media (max-width: 640px) {
  .product-modal-dialog {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 24px) !important;
    overflow: auto !important;
    border: 1px solid rgba(197, 168, 128, 0.24) !important;
    background: #11110f !important;
    color: #fffaf1 !important;
  }

  .product-modal-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .product-modal-media {
    min-height: 0 !important;
    height: min(64vw, 270px) !important;
    border-radius: 14px !important;
    background: #191815 !important;
  }

  .product-modal-content {
    display: grid !important;
    gap: 12px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #fffaf1 !important;
  }

  .product-modal-content h2,
  .product-modal-content p,
  .product-modal-composition-label,
  .product-modal-meta span,
  .product-modal-price {
    color: #fffaf1 !important;
  }

  .product-modal-content p,
  .product-modal-meta span {
    opacity: 0.82 !important;
  }

  .product-modal-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: stretch !important;
    margin-top: 8px !important;
    background: transparent !important;
  }

  .product-modal-price {
    justify-self: start !important;
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .product-modal-dialog [data-product-modal-add] {
    width: 100% !important;
    min-height: 52px !important;
    border: 1px solid rgba(197, 168, 128, 0.55) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #e4cf9a, #c5a880) !important;
    color: #171713 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    white-space: nowrap !important;
  }

  .product-modal-qty.product-card-qty,
  [data-product-modal-qty-control].product-modal-qty {
    width: 100% !important;
    min-width: 0 !important;
    height: 52px !important;
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) 52px !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 4px !important;
    border: 1px solid rgba(197, 168, 128, 0.34) !important;
    border-radius: 999px !important;
    background: rgba(197, 168, 128, 0.12) !important;
    color: #fffaf1 !important;
  }

  .product-modal-qty.product-card-qty[hidden],
  [data-product-modal-qty-control][hidden] {
    display: none !important;
  }

  .product-modal-qty.product-card-qty button,
  [data-product-modal-qty-control].product-modal-qty button {
    width: 42px !important;
    height: 42px !important;
    margin: auto !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #c64b35 !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .product-modal-qty.product-card-qty strong,
  [data-product-modal-qty-control].product-modal-qty strong {
    color: #fffaf1 !important;
    opacity: 1 !important;
    text-align: center !important;
  }
}

/* 20260710 checkout desktop/mobile readability pass */
body:has(.checkout-page-section) [data-header] button[aria-label="Открыть меню"] {
  color: #fffaf1 !important;
}

body:has(.checkout-page-section) .rp-mobile-drawer,
body:has(.checkout-page-section) [data-header] .rp-mobile-drawer {
  background: rgba(10, 10, 10, 0.96) !important;
  color: #fffaf1 !important;
  border-top-color: rgba(197, 168, 128, 0.22) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(18px) !important;
}

body:has(.checkout-page-section) .rp-mobile-drawer a,
body:has(.checkout-page-section) .rp-mobile-drawer button,
body:has(.checkout-page-section) .rp-mobile-drawer nav a,
body:has(.checkout-page-section) .rp-mobile-drawer nav button {
  color: #fffaf1 !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.42) !important;
}

body:has(.checkout-page-section) .rp-mobile-drawer a:hover,
body:has(.checkout-page-section) .rp-mobile-drawer button:hover {
  color: #c5a880 !important;
}

body:has(.checkout-page-section) .rp-mobile-drawer .border-t {
  border-color: rgba(197, 168, 128, 0.18) !important;
}

body:has(.checkout-page-section) .checkout-option {
  grid-template-columns: 32px minmax(0, 1fr) 20px !important;
  gap: 10px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding-left: 11px !important;
  padding-right: 11px !important;
}

body:has(.checkout-page-section) .checkout-option > span:not(.checkout-option-icon):not(.checkout-option-check):not(.checkout-option-empty) {
  display: block !important;
  min-width: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}

body:has(.checkout-page-section) .checkout-option-title,
body:has(.checkout-page-section) .checkout-option-subtitle {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body:has(.checkout-page-section) .checkout-option-title {
  font-size: clamp(11.5px, 0.82vw, 13.5px) !important;
  line-height: 1.18 !important;
}

body:has(.checkout-page-section) .checkout-option-subtitle {
  font-size: clamp(9.8px, 0.68vw, 10.8px) !important;
  line-height: 1.2 !important;
}

body:has(.checkout-page-section) .checkout-option.payment .checkout-option-title {
  font-size: clamp(10.2px, 0.74vw, 11px) !important;
  line-height: 1.15 !important;
}

body:has(.checkout-page-section) .checkout-option.payment .checkout-option-subtitle {
  font-size: clamp(9.4px, 0.64vw, 10px) !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

body:has(.checkout-page-section) .checkout-option-grid.three:not(.checkout-payment-delivery) {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 767px) {
  body:has(.checkout-page-section) .checkout-option-grid.three:not(.checkout-payment-delivery) {
    grid-template-columns: 1fr !important;
  }

  body:has(.checkout-page-section) .checkout-option {
    grid-template-columns: 30px minmax(0, 1fr) 18px !important;
    gap: 8px !important;
    padding: 10px !important;
  }

  body:has(.checkout-page-section) .checkout-option-title {
    font-size: 12px !important;
  }

  body:has(.checkout-page-section) .checkout-option-subtitle {
    font-size: 10px !important;
  }
}

/* 20260710 full checkout labels + compact mobile news/booking */
body:has(.checkout-page-section) .checkout-option-title,
body:has(.checkout-page-section) .checkout-option-subtitle {
  overflow: visible !important;
  text-overflow: clip !important;
}

body:has(.checkout-page-section) .checkout-option.payment .checkout-option-title {
  font-size: clamp(10px, 0.72vw, 10.8px) !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

body:has(.checkout-page-section) .checkout-option.payment .checkout-option-subtitle {
  font-size: clamp(8.7px, 0.58vw, 9.3px) !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

body:has(.checkout-page-section) .checkout-delivery-time-options .checkout-option {
  min-height: 64px !important;
  align-items: center !important;
}

body:has(.checkout-page-section) .checkout-delivery-time-options .checkout-option-subtitle {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  font-size: clamp(9.2px, 0.64vw, 10px) !important;
  line-height: 1.2 !important;
}

@media (max-width: 767px) {
  #booking {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
  }

  #booking .max-w-7xl,
  #news .max-w-7xl {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  #booking .rp-booking-media {
    min-height: 140px !important;
    height: 140px !important;
  }

  #booking .w-full.lg\:flex-1 {
    padding: 16px !important;
  }

  #booking .mb-10 {
    margin-bottom: 12px !important;
  }

  #booking h2 {
    font-size: 1.48rem !important;
    line-height: 1.05 !important;
    margin-bottom: 6px !important;
  }

  #booking h2 + p {
    margin-top: 8px !important;
    font-size: 0.72rem !important;
    line-height: 1.3 !important;
  }

  #booking form.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 8px !important;
  }

  #booking .grid {
    gap: 8px !important;
  }

  #booking form .grid.grid-cols-1.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #booking .rp-skew-field:has(select) {
    grid-column: 1 / -1 !important;
  }

  #booking .rp-skew-field {
    min-height: 44px !important;
    height: 44px !important;
    padding: 6px 10px !important;
    transform: none !important;
  }

  #booking .rp-skew-field > * {
    transform: none !important;
  }

  #booking .rp-skew-field span {
    margin-bottom: 2px !important;
    font-size: 7px !important;
    letter-spacing: 0.13em !important;
  }

  #booking .rp-skew-field input,
  #booking .rp-skew-field select {
    min-height: 0 !important;
    height: 18px !important;
    font-size: 10.5px !important;
    line-height: 1.1 !important;
  }

  #booking .rp-booking-submit {
    min-height: 42px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #booking .rp-booking-submit span {
    font-size: 9.5px !important;
    letter-spacing: 0.1em !important;
  }

  #news {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
  }

  #news .flex.flex-col.md\:flex-row {
    gap: 10px !important;
    margin-bottom: 14px !important;
  }

  #news h2 {
    font-size: clamp(1.9rem, 9.4vw, 2.4rem) !important;
    line-height: 0.95 !important;
  }

  #news h2 + div {
    margin-top: 9px !important;
    width: 36px !important;
  }

  #news .grid {
    gap: 10px !important;
  }

  #news .rp-news-feature {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    min-height: 158px !important;
    border-radius: 6px !important;
  }

  #news .rp-news-feature .rp-news-feature-media {
    width: 100% !important;
    min-height: 128px !important;
    height: 128px !important;
  }

  #news .rp-news-feature .rp-news-feature-copy {
    width: 100% !important;
    padding: 11px 12px !important;
    justify-content: center !important;
  }

  #news .rp-news-feature h3 {
    font-size: 1.03rem !important;
    line-height: 1.08 !important;
  }

  #news .rp-news-feature p {
    font-size: 0.68rem !important;
    line-height: 1.25 !important;
  }

  #news .rp-news-feature .w-8 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  #news .rp-news-kicker,
  #news .rp-news-small span {
    font-size: 8.5px !important;
    letter-spacing: 0.16em !important;
  }

  #news .rp-news-small {
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) !important;
    min-height: 0 !important;
  }

  #news .rp-news-small > div {
    width: 100% !important;
    min-height: 92px !important;
    height: 92px !important;
  }

  #news .rp-news-small article {
    width: 100% !important;
    padding: 10px 11px !important;
  }

  #news .rp-news-small h3 {
    margin: 4px 0 !important;
    font-size: 0.94rem !important;
    line-height: 1.12 !important;
  }

  #news .rp-news-small p {
    font-size: 0.7rem !important;
    line-height: 1.28 !important;
  }
}

/* 20260710 mobile drawer CTA removal + first news readability */
@media (max-width: 1023px) {
  .rp-mobile-drawer > div:last-child > button[data-open-booking] {
    display: none !important;
  }

  .rp-mobile-drawer > div:last-child {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  #news .rp-news-feature {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    border-radius: 6px !important;
  }

  #news .rp-news-feature .rp-news-feature-media {
    min-height: 128px !important;
    height: 128px !important;
    width: 100% !important;
  }

  #news .rp-news-feature .rp-news-feature-copy {
    padding: 13px 14px 14px !important;
  }

  #news .rp-news-feature h3 {
    font-size: 1.16rem !important;
    line-height: 1.08 !important;
  }

  #news .rp-news-feature p {
    font-size: 0.75rem !important;
    line-height: 1.34 !important;
  }

  #news .rp-news-feature .rp-news-feature-dot {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    z-index: 3 !important;
  }
}
