body.theme-restaurant {
  --restaurant-night: #211712;
  --restaurant-night-2: #34241c;
  --restaurant-wine: #7b3f2d;
  --restaurant-linen: #f6ead8;
  --restaurant-cream: #fff8ec;
  --restaurant-gold: #d5aa69;
  --restaurant-olive: #243126;
  --bg: var(--restaurant-linen);
  --text: #1b1a17;
  --muted: #59635e;
  --accent: #9b5536;
  --accent-2: #59633d;
  --dark: var(--restaurant-olive);
  --on-dark: #fff7ea;
  --card-bg: var(--restaurant-cream);
  --card-border: rgba(72, 45, 30, 0.22);
  --card-shadow: 0 18px 38px rgba(56, 37, 25, 0.1);
  --radius-lg: 6px;
  --radius-md: 5px;
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.64), rgba(246, 234, 216, 0)),
    var(--restaurant-linen);
}

.theme-restaurant h1,
.theme-restaurant h2,
.theme-restaurant h3,
.theme-restaurant .brand strong {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.theme-restaurant .topbar {
  background: var(--restaurant-olive);
}

.theme-restaurant .site-header {
  background: rgba(255, 248, 236, 0.94);
}

.theme-restaurant .section {
  padding: clamp(3.2rem, 5.4vw, 5.5rem) 0;
}

.theme-restaurant .section-heading {
  max-width: 48rem;
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.theme-restaurant h2 {
  max-width: 18ch;
  font-size: clamp(2.15rem, 3.8vw, 3.65rem);
  line-height: 1.02;
}

.theme-restaurant h3 {
  line-height: 1.08;
}

.theme-restaurant .section-heading p,
.theme-restaurant .large-text {
  max-width: 62ch;
  line-height: 1.56;
}

.theme-restaurant [id] {
  scroll-margin-top: 6.25rem;
}

.theme-restaurant .hero {
  background:
    linear-gradient(110deg, rgba(33, 23, 18, 0.98) 0%, rgba(52, 36, 28, 0.98) 55%, rgba(92, 48, 34, 0.96) 100%),
    linear-gradient(180deg, rgba(213, 170, 105, 0.12), rgba(33, 23, 18, 0));
  color: #fff7ea;
  padding: clamp(4rem, 7vw, 7.1rem) 0 clamp(4.2rem, 7.2vw, 7.4rem);
}

.theme-restaurant .hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.theme-restaurant h1 {
  max-width: 14ch;
  margin-top: 1.25rem;
  font-size: clamp(3.15rem, 5.45vw, 5.05rem);
  line-height: 0.98;
}

.theme-restaurant .hero-copy {
  max-width: 39rem;
}

.theme-restaurant .hero .hero-lead {
  max-width: 52ch;
  color: rgba(255, 247, 234, 0.84);
}

.theme-restaurant .hero .button-row {
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.theme-restaurant .button {
  border-radius: 4px;
}

.theme-restaurant .button-primary {
  background: var(--restaurant-gold);
  color: var(--restaurant-night);
  box-shadow: 0 18px 36px rgba(11, 8, 6, 0.18);
}

.theme-restaurant .button-primary:hover,
.theme-restaurant .button-primary:focus-visible {
  background: #e0b875;
}

.theme-restaurant .hero .button-secondary {
  border-color: rgba(255, 247, 234, 0.34);
  background: rgba(255, 247, 234, 0.1);
  color: #fff7ea;
}

.theme-restaurant .hero .hero-proof {
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.theme-restaurant .hero .hero-proof li {
  border-color: rgba(255, 247, 234, 0.24);
  background: rgba(255, 247, 234, 0.12);
  color: #fff7ea;
}

.theme-restaurant .hero .demo-safety-note {
  max-width: 35rem;
  border-color: rgba(255, 247, 234, 0.22);
  background: rgba(255, 247, 234, 0.1);
  color: rgba(255, 247, 234, 0.8);
}

.theme-restaurant .hero-media {
  max-width: 39rem;
  margin-left: auto;
}

.theme-restaurant .hero-photo {
  aspect-ratio: 5 / 4.65;
  border: 10px solid rgba(255, 247, 234, 0.18);
  border-radius: 0;
  background: rgba(255, 247, 234, 0.08);
  box-shadow: 0 28px 60px rgba(10, 7, 5, 0.28);
}

.theme-restaurant .hero-media img {
  min-height: 0;
  object-position: center;
}

.theme-restaurant .hero-note {
  right: clamp(0.85rem, 1.6vw, 1.2rem);
  bottom: clamp(0.85rem, 1.6vw, 1.2rem);
  max-width: 21rem;
  border: 1px solid rgba(72, 45, 30, 0.16);
  background: rgba(255, 250, 242, 0.96);
  box-shadow: 0 18px 34px rgba(22, 15, 11, 0.18);
  line-height: 1.45;
}

.theme-restaurant .hero-note p {
  color: #4e5651;
}

.theme-restaurant .trust-strip {
  padding: clamp(1.45rem, 2.4vw, 2rem) 0;
  background: var(--restaurant-olive);
}

.theme-restaurant .trust-grid {
  gap: clamp(1rem, 2vw, 1.6rem);
}

.theme-restaurant .trust-item {
  padding-left: clamp(0.95rem, 1.6vw, 1.2rem);
  border-left-color: rgba(255, 247, 234, 0.2);
}

.theme-restaurant .trust-item strong {
  color: #fff7ea;
}

.theme-restaurant .trust-item p {
  max-width: 28ch;
  color: rgba(255, 247, 234, 0.76);
}

.theme-restaurant .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
}

.theme-restaurant .service-card {
  position: relative;
  gap: 0.35rem;
  overflow: hidden;
  padding: clamp(1.15rem, 2.2vw, 1.55rem);
  border-color: rgba(98, 62, 42, 0.18);
  border-top: 0.36rem solid var(--restaurant-wine);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
    var(--restaurant-cream);
  box-shadow: 0 16px 34px rgba(53, 34, 25, 0.1);
}

.theme-restaurant .service-card .card-label {
  min-height: 1.75rem;
  border-color: rgba(155, 85, 54, 0.18);
  border-radius: 2px;
  background: #fff3e0;
  padding: 0.28rem 0.5rem;
  color: var(--restaurant-wine);
  font-size: 0.72rem;
}

.theme-restaurant .service-card h3 {
  max-width: 13ch;
  margin-top: 0.35rem;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.theme-restaurant .service-card p {
  color: #383731;
  line-height: 1.5;
}

.theme-restaurant .service-card ul {
  display: grid;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.9rem;
}

.theme-restaurant .service-card li {
  color: #5a625b;
  line-height: 1.45;
}

.theme-restaurant .service-card li::before,
.theme-restaurant .check-list li::before {
  top: 0.62em;
  background: var(--restaurant-wine);
}

.theme-restaurant .section-soft {
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.03), rgba(255, 247, 234, 0)),
    #34251d;
  color: #fff7ea;
}

.theme-restaurant .section-soft .section-label {
  border-color: rgba(255, 247, 234, 0.2);
  background: rgba(255, 247, 234, 0.86);
  color: var(--restaurant-wine);
}

.theme-restaurant .section-soft h2 {
  color: #fff7ea;
}

.theme-restaurant .section-soft p,
.theme-restaurant .section-soft li {
  color: rgba(255, 247, 234, 0.78);
}

.theme-restaurant .split-grid,
.theme-restaurant .area-grid,
.theme-restaurant .faq-grid,
.theme-restaurant .contact-grid {
  gap: clamp(2rem, 5vw, 4rem);
}

.theme-restaurant .steps-grid {
  gap: 1rem;
  align-items: stretch;
}

.theme-restaurant .area-panel {
  padding: clamp(1.15rem, 2.2vw, 1.55rem);
  border-color: rgba(98, 62, 42, 0.18);
  border-radius: 5px;
  background: #fff8ec;
  color: var(--restaurant-night);
  box-shadow: 0 18px 36px rgba(23, 15, 10, 0.16);
}

.theme-restaurant .section-soft .area-panel p,
.theme-restaurant .section-soft .area-panel li,
.theme-restaurant .area-panel p,
.theme-restaurant .area-panel li {
  color: #545b55;
}

.theme-restaurant .area-panel strong {
  display: block;
  color: var(--restaurant-night);
  font-size: 1.05rem;
  line-height: 1.25;
}

.theme-restaurant #experience .area-panel {
  min-height: 13.5rem;
  border-top: 0.26rem solid var(--restaurant-gold);
}

.theme-restaurant #experience .area-panel p {
  margin-top: 0.75rem;
  line-height: 1.52;
}

.theme-restaurant .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.7vw, 1.1rem);
}

.theme-restaurant .gallery-grid .visual-card {
  --placeholder-a: rgba(155, 85, 54, 0.18);
  --placeholder-b: rgba(89, 99, 61, 0.18);
  position: relative;
  isolation: isolate;
  min-height: 19rem;
  overflow: hidden;
  align-content: end;
  padding: 1.25rem;
  border-color: rgba(98, 62, 42, 0.18);
  border-radius: 2px;
  background:
    linear-gradient(180deg, transparent 0 56%, #fff8ec 56% 100%),
    linear-gradient(135deg, var(--placeholder-a), transparent 46%),
    linear-gradient(155deg, var(--placeholder-b), rgba(255, 248, 236, 0.84));
  box-shadow: 0 16px 32px rgba(53, 34, 25, 0.08);
}

.theme-restaurant .gallery-grid .visual-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 56%;
  z-index: 0;
  border-bottom: 1px solid rgba(98, 62, 42, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 248, 236, 0.16), rgba(255, 248, 236, 0.72)),
    linear-gradient(145deg, var(--placeholder-a), var(--placeholder-b));
}

.theme-restaurant .gallery-grid .visual-card:nth-child(2) {
  --placeholder-a: rgba(89, 99, 61, 0.22);
  --placeholder-b: rgba(213, 170, 105, 0.2);
}

.theme-restaurant .gallery-grid .visual-card:nth-child(3) {
  --placeholder-a: rgba(123, 63, 45, 0.22);
  --placeholder-b: rgba(33, 23, 18, 0.12);
}

.theme-restaurant .gallery-grid .visual-card:nth-child(4) {
  --placeholder-a: rgba(36, 49, 38, 0.2);
  --placeholder-b: rgba(155, 85, 54, 0.16);
}

.theme-restaurant .gallery-grid .visual-card strong,
.theme-restaurant .gallery-grid .visual-card p {
  position: relative;
  z-index: 1;
}

.theme-restaurant .gallery-grid .visual-card strong {
  color: var(--restaurant-night);
  font-size: 1.1rem;
}

.theme-restaurant .gallery-grid .visual-card p {
  color: #5a625b;
  line-height: 1.5;
}

.theme-restaurant #visit .area-grid {
  align-items: center;
}

.theme-restaurant #visit .area-panel {
  max-width: 36rem;
  margin-left: auto;
  border-left: 0.26rem solid var(--restaurant-gold);
}

.theme-restaurant #visit .check-list {
  display: grid;
  gap: 0.55rem;
}

.theme-restaurant .faq-grid {
  align-items: start;
}

.theme-restaurant .faq-list {
  gap: 1rem;
}

.theme-restaurant .faq-card {
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border-color: rgba(98, 62, 42, 0.16);
  border-left: 0.24rem solid rgba(155, 85, 54, 0.72);
  border-radius: 5px;
  background: #fff8ec;
  box-shadow: 0 14px 28px rgba(53, 34, 25, 0.07);
}

.theme-restaurant .faq-card h3 {
  max-width: 22ch;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
}

.theme-restaurant .faq-card p {
  max-width: 60ch;
  color: #59635e;
  line-height: 1.55;
}

.theme-restaurant #book .contact-grid {
  align-items: start;
}

.theme-restaurant #book .check-list {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.25rem;
}

.theme-restaurant #book .check-list a {
  color: #4f5d50;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

.theme-restaurant .contact-form {
  padding: clamp(1.15rem, 2.4vw, 1.65rem);
  border-color: rgba(98, 62, 42, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0)),
    var(--restaurant-cream);
  box-shadow: 0 24px 52px rgba(56, 37, 25, 0.13);
}

.theme-restaurant .contact-form label {
  color: var(--restaurant-night);
  font-size: 0.95rem;
}

.theme-restaurant .contact-form input,
.theme-restaurant .contact-form select,
.theme-restaurant .contact-form textarea {
  border-color: rgba(72, 45, 30, 0.18);
  border-radius: 5px;
  background: #fffdf8;
  color: var(--restaurant-night);
}

.theme-restaurant .contact-form input:focus,
.theme-restaurant .contact-form select:focus,
.theme-restaurant .contact-form textarea:focus {
  border-color: var(--restaurant-wine);
  outline: 3px solid rgba(155, 85, 54, 0.16);
  outline-offset: 0;
}

.theme-restaurant .form-note,
.theme-restaurant .form-message {
  color: #59635e;
}

.theme-restaurant .form-trust {
  border-color: rgba(72, 45, 30, 0.14);
  background: #f5ecdf;
  color: #59635e;
}

.theme-restaurant .form-trust strong {
  color: var(--restaurant-night);
}

.theme-restaurant .form-message {
  min-height: 1.45rem;
  margin-top: 0.75rem;
  font-weight: 800;
}

.theme-restaurant .site-footer {
  background: var(--restaurant-olive);
}

.theme-restaurant .site-footer .button-secondary {
  border-color: rgba(255, 247, 234, 0.24);
  background: rgba(255, 247, 234, 0.86);
  color: var(--restaurant-night);
}

@media (max-width: 1050px) {
  .theme-restaurant .hero-grid,
  .theme-restaurant .split-grid,
  .theme-restaurant .area-grid,
  .theme-restaurant .faq-grid,
  .theme-restaurant .contact-grid {
    grid-template-columns: 1fr;
  }

  .theme-restaurant .hero-copy {
    max-width: 46rem;
  }

  .theme-restaurant h1 {
    max-width: 13ch;
  }

  .theme-restaurant .hero-media,
  .theme-restaurant #visit .area-panel {
    max-width: 46rem;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .theme-restaurant .service-grid {
    grid-template-columns: 1fr;
  }

  .theme-restaurant .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 759px) {
  .theme-restaurant .hero-grid,
  .theme-restaurant .service-grid,
  .theme-restaurant .gallery-grid {
    grid-template-columns: 1fr;
  }

  .theme-restaurant .topbar-row {
    align-items: flex-start;
  }

  .theme-restaurant .hero {
    padding: 3rem 0 3.5rem;
  }

  .theme-restaurant h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 12.5vw, 3.35rem);
  }

  .theme-restaurant h2 {
    max-width: 16ch;
    font-size: clamp(2.05rem, 11vw, 3.15rem);
  }

  .theme-restaurant .section {
    padding: 3.25rem 0;
  }

  .theme-restaurant [id] {
    scroll-margin-top: 5rem;
  }

  .theme-restaurant .hero .button-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-restaurant .hero .button-row .button {
    width: auto;
    min-height: 3.1rem;
    flex: initial;
    padding-inline: 0.75rem;
    font-size: 0.92rem;
  }

  .theme-restaurant .hero-note {
    margin: -0.75rem 0.85rem 0;
  }

  .theme-restaurant .trust-item {
    border-left: 0;
    padding-left: 0;
  }

  .theme-restaurant .steps-grid {
    grid-template-columns: 1fr;
  }

  .theme-restaurant #experience .area-panel {
    min-height: 0;
  }

  .theme-restaurant .gallery-grid .visual-card {
    min-height: 17rem;
  }

  .theme-restaurant .contact-form {
    padding: 1rem;
  }

  .theme-restaurant #book {
    padding-bottom: 6rem;
  }

  .theme-restaurant .mobile-contact-bar {
    gap: 0.45rem;
    padding: 0.42rem;
  }

  .theme-restaurant .mobile-contact-bar a {
    min-height: 2.55rem;
    padding: 0.55rem 0.6rem;
  }

  .theme-restaurant:has(#book:target) .mobile-contact-bar {
    display: none;
  }
}

@media (max-width: 420px) {
  .theme-restaurant h1 {
    max-width: 11ch;
    font-size: clamp(2.35rem, 11.5vw, 2.8rem);
  }

  .theme-restaurant h2 {
    max-width: 16ch;
  }
}
