/*
Theme Name: Pit Stop Firenze
Theme URI: https://example.local/
Author: Codex
Description: Block theme for the Pit Stop Firenze restaurant site.
Version: 1.0.0
Text Domain: pit-stop-firenze
*/

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/be-vietnam-pro-600.ttf") format("truetype");
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/be-vietnam-pro-700.ttf") format("truetype");
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./assets/fonts/be-vietnam-pro-800.ttf") format("truetype");
}

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

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

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

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url("./assets/fonts/manrope-800.ttf") format("truetype");
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./assets/fonts/material-symbols-outlined.ttf") format("truetype");
}

:root {
  --ps-bg: #131313;
  --ps-bg-2: #0e0e0e;
  --ps-surface: #1c1b1b;
  --ps-surface-2: #252323;
  --ps-line: #5b403e;
  --ps-line-soft: rgba(255, 179, 173, .18);
  --ps-text: #e5e2e1;
  --ps-muted: #c8c6c5;
  --ps-dim: #9b8d8a;
  --ps-primary: #ff5450;
  --ps-primary-soft: #ffb3ad;
  --ps-primary-deep: #930012;
  --ps-white: #ffffff;
  --ps-green: #18b45b;
  --ps-max: min(100% - 48px, 1480px);
  --ps-tight: min(100% - 48px, 1160px);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.pit-stop-site {
  margin: 0;
  background: var(--ps-bg);
  color: var(--ps-text);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.pit-stop-site a {
  color: inherit;
}

body.pit-stop-site a:focus-visible,
body.pit-stop-site button:focus-visible,
body.pit-stop-site input:focus-visible,
body.pit-stop-site textarea:focus-visible,
body.pit-stop-site select:focus-visible {
  outline: 2px solid var(--ps-primary-soft);
  outline-offset: 3px;
}

body.pit-stop-site img {
  max-width: 100%;
  height: auto;
}

.wp-site-blocks {
  min-height: 100vh;
  overflow-x: clip;
}

.pit-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px max(24px, calc((100vw - 1480px) / 2));
  border-bottom: 1px solid rgba(255, 179, 173, .12);
  background: rgba(14, 14, 14, .88);
  backdrop-filter: blur(18px);
}

.pit-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.pit-brand__logo {
  display: block;
  width: clamp(108px, 10vw, 148px);
  height: auto;
  max-height: 46px;
}

.pit-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--ps-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pit-nav a,
.pit-footer a {
  text-decoration: none;
}

.pit-nav a:hover,
.pit-nav a[aria-current="page"],
.pit-footer a:hover {
  color: var(--ps-primary-soft);
}

.pit-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pit-btn,
.wp-block-button__link.pit-btn,
.pit-form button,
.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 22px;
  border: 1px solid var(--ps-primary);
  border-radius: 0;
  background: var(--ps-primary);
  color: #180202;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.pit-btn:hover,
.wp-block-button__link.pit-btn:hover,
.pit-form button:hover,
.wpcf7-submit:hover {
  background: var(--ps-primary-soft);
  border-color: var(--ps-primary-soft);
  transform: translateY(-1px);
}

.pit-btn.is-outline,
.wp-block-button__link.is-outline {
  background: transparent;
  color: var(--ps-text);
  border-color: rgba(229, 226, 225, .45);
}

.pit-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pit-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 179, 173, .18);
  background: rgba(255,255,255,.03);
  font-size: 18px;
  text-decoration: none;
}

.pit-lang .is-active {
  border-color: var(--ps-primary-soft);
  background: rgba(255, 179, 173, .12);
}

.pit-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 179, 173, .18);
  background: rgba(255,255,255,.03);
  color: var(--ps-text);
  cursor: pointer;
}

.pit-icon {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pit-main {
  background: var(--ps-bg);
  margin-block-start: 0 !important;
}

.pit-section {
  position: relative;
  width: 100%;
  padding: clamp(64px, 8vw, 128px) 0;
}

.pit-section.is-tight {
  padding: clamp(40px, 5vw, 72px) 0;
}

.pit-section + .pit-section {
  padding-top: 0;
}

.pit-wrap {
  width: var(--ps-max);
  margin-inline: auto;
}

.pit-wrap.is-tight {
  width: var(--ps-tight);
}

.pit-eyebrow {
  margin: 0 0 14px;
  color: var(--ps-primary-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pit-heading {
  margin: 0;
  color: var(--ps-text);
  font-family: "Be Vietnam Pro", Manrope, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
}

.pit-heading.is-hero {
  max-width: 720px;
  font-size: clamp(56px, 9vw, 132px);
  text-transform: uppercase;
}

.pit-heading.is-xl {
  max-width: 900px;
  font-size: clamp(42px, 5vw, 78px);
}

.pit-heading.is-lg {
  font-size: clamp(32px, 4vw, 56px);
}

.pit-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--ps-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.pit-copy {
  color: var(--ps-muted);
  font-size: 16px;
}

.pit-hero {
  min-height: min(760px, calc(100vh - 72px));
  display: grid;
  align-items: end;
  padding: clamp(120px, 11vw, 190px) 0 clamp(72px, 8vw, 118px);
  background:
    linear-gradient(90deg, rgba(10,10,10,.92), rgba(10,10,10,.52) 44%, rgba(10,10,10,.22)),
    linear-gradient(0deg, var(--ps-bg), transparent 34%);
}

.pit-hero .wp-block-cover,
.pit-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.pit-hero .pit-hero__media img,
.pit-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.08) brightness(.72);
}

.pit-hero > .pit-wrap {
  position: relative;
  z-index: 1;
}

.pit-hero__actions,
.pit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pit-grid {
  display: grid;
  gap: 28px;
}

.pit-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pit-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pit-grid.cols-3.pit-home-trust {
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 1fr));
}

.pit-grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pit-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .84fr);
  align-items: center;
  gap: clamp(36px, 6vw, 92px);
}

.pit-split.is-reverse {
  grid-template-columns: minmax(320px, .84fr) minmax(0, 1fr);
}

.pit-split.is-reverse > :first-child {
  order: 2;
}

.pit-card {
  border: 1px solid rgba(255, 179, 173, .15);
  background: var(--ps-surface);
}

.pit-card.pad {
  padding: clamp(22px, 3vw, 38px);
}

.pit-card h3,
.pit-card h4 {
  margin-top: 0;
  color: var(--ps-text);
  font-family: "Be Vietnam Pro", Manrope, sans-serif;
}

.pit-icon-card-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.pit-icon-card-grid > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.pit-icon-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pit-icon-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pit-icon-card__title,
.pit-reservation-card__title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pit-icon-card__title h3,
.pit-icon-card__title p,
.pit-reservation-card__title h3,
.pit-reservation-card__title p {
  margin: 0;
}

.pit-icon-card p {
  margin-bottom: 0;
}

.pit-section-intro {
  max-width: 900px;
}

.pit-google-icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 179, 173, .22);
  background: rgba(255, 84, 80, .12);
  color: var(--ps-primary-soft);
  font-family: "Material Symbols Outlined";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "liga";
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
}

.pit-media {
  overflow: hidden;
  border: 1px solid rgba(255, 179, 173, .12);
  background: var(--ps-bg-2);
}

.pit-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.pit-media.is-tall img {
  min-height: 520px;
}

.pit-feature-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pit-feature-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--ps-text);
}

.pit-feature-list li::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  background: var(--ps-primary);
}

.pit-menu-tabs {
  position: sticky;
  top: 0;
  z-index: 70;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  padding: 6px;
  margin: 38px auto 30px;
  overflow-x: auto;
  border: 1px solid rgba(255, 179, 173, .16);
  background: rgba(28, 27, 27, .98);
  box-shadow: 0 0 0 1px rgba(19, 19, 19, .96), 0 14px 28px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.pit-menu-tabs > *,
.pit-menu-tabs > .wp-block-button {
  flex: 0 0 auto;
  width: auto !important;
  max-width: none;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.pit-menu-tabs::-webkit-scrollbar {
  display: none;
}

.pit-menu-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  color: var(--ps-muted);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.pit-menu-tabs .wp-block-button__link {
  display: inline-flex;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  width: max-content;
  min-width: max-content;
  max-width: none;
  word-break: normal;
  overflow-wrap: normal;
}

.pit-menu-tabs a.is-active,
.pit-menu-tabs a[aria-current="true"] {
  color: var(--ps-primary-soft);
  border-color: rgba(255, 179, 173, .32);
  background: rgba(255, 84, 80, .14);
}

@media (hover: hover) and (pointer: fine) {
  .pit-menu-tabs a:hover {
    color: var(--ps-primary-soft);
    border-color: rgba(255, 179, 173, .32);
    background: rgba(255, 84, 80, .14);
  }
}

.pit-menu-pdf ._df_book,
.pit-menu-pdf .df-ui-wrapper {
  width: 100%;
  min-height: clamp(520px, 58vw, 720px);
  border: 1px solid rgba(255, 179, 173, .18);
  background: rgba(255,255,255,.025);
}

.pit-menu-pdf ._df_book {
  margin-top: 28px;
}

.pit-anchor {
  display: block;
  scroll-margin-top: 96px;
}

.pit-menu-section {
  position: relative;
  padding-top: 24px;
  scroll-margin-top: 96px;
}

.pit-menu-section[id] {
  padding-top: 22px;
}

.pit-menu-section + .pit-menu-section {
  margin-top: clamp(34px, 5vw, 58px);
}

.pit-menu-section__title {
  margin: 0;
  color: var(--ps-text);
  font-family: "Be Vietnam Pro", Manrope, sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1;
}

.pit-menu-section__note {
  max-width: 680px;
  margin: 12px 0 22px;
  color: var(--ps-muted);
  font-size: 15px;
  line-height: 1.55;
}

.pit-menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.pit-menu-list > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.pit-menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  height: 100%;
  min-height: 100%;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.025);
}

.pit-menu-item > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.pit-menu-item h3,
.pit-menu-item p {
  margin: 0;
}

.pit-menu-item h3 {
  font-size: 20px;
  line-height: 1.15;
}

.pit-menu-item p {
  margin-top: 8px;
  color: var(--ps-muted);
}

.pit-price {
  color: var(--ps-primary-soft);
  font-weight: 900;
  white-space: nowrap;
}

.pit-gallery {
  display: grid;
  grid-template-columns: 1.1fr .8fr 1fr;
  grid-auto-rows: 220px;
  gap: 16px;
}

.pit-gallery figure {
  margin: 0;
  overflow: hidden;
}

.pit-gallery > .pit-map {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
}

.pit-gallery .wp-block-image,
.pit-gallery img,
.pit-gallery .pit-map iframe,
.pit-gallery .pit-map__placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.pit-gallery figure.wp-block-image > img,
.pit-gallery .wp-block-image > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.pit-gallery figure:nth-child(1),
.pit-gallery > .pit-map:nth-child(1),
.pit-gallery figure:nth-child(4) {
  grid-row: span 2;
}

.pit-home-map .pit-map-feature {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: stretch;
}

.pit-map-feature__copy {
  align-self: center;
}

.pit-home-map .pit-map,
.pit-home-map .pit-map iframe,
.pit-home-map .pit-map__placeholder {
  min-height: clamp(360px, 42vw, 560px);
}

.pit-home-map .pit-map {
  position: relative;
}

.pit-home-map .pit-map iframe {
  position: absolute;
  inset: 0;
  height: calc(100% + 4px);
  min-height: calc(clamp(360px, 42vw, 560px) + 4px);
  margin-bottom: 0;
}

.pit-gallery-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.pit-gallery-showcase {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(170px, 16vw, 248px);
  margin-top: 0;
}

.pit-gallery-showcase figure:nth-child(1) {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
}

.pit-gallery-showcase figure:nth-child(2) {
  grid-column: 7 / 10;
  grid-row: 1 / 2;
}

.pit-gallery-showcase figure:nth-child(3) {
  grid-column: 10 / 13;
  grid-row: 1 / 2;
}

.pit-gallery-showcase figure:nth-child(4) {
  grid-column: 7 / 10;
  grid-row: 2 / 3;
}

.pit-gallery-showcase figure:nth-child(5) {
  grid-column: 10 / 13;
  grid-row: 2 / 3;
}

.pit-gallery-showcase figure:nth-child(6) {
  grid-column: 1 / 5;
  grid-row: 3 / 4;
}

.pit-gallery-showcase figure:nth-child(7) {
  grid-column: 5 / 13;
  grid-row: 3 / 4;
}

.pit-gallery-notes {
  margin-top: clamp(18px, 4vw, 42px);
}

.pit-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.pit-contact-grid > * {
  min-width: 0;
  margin-block-start: 0 !important;
}

.pit-reservation-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: start;
}

.pit-reservation-copy {
  position: sticky;
  top: 104px;
}

.pit-reservation-meta {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.pit-reservation-meta li {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 179, 173, .14);
  color: var(--ps-muted);
}

.pit-reservation-meta strong {
  color: var(--ps-primary-soft);
  font-size: 12px;
  text-transform: uppercase;
}

.pit-reservation-frame {
  border: 1px solid rgba(255, 179, 173, .18);
  background:
    linear-gradient(135deg, rgba(255, 84, 80, .16), transparent 28%),
    var(--ps-surface);
  box-shadow: 0 28px 70px rgba(0,0,0,.3);
}

.pit-reservation-grid > .pit-reservation-frame {
  margin-block-start: 0 !important;
}

.pit-reservation-frame__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(20px, 3vw, 34px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.pit-reservation-frame__header p {
  margin: 0;
  color: var(--ps-dim);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pit-reservation-frame__header strong {
  display: block;
  margin-top: 4px;
  color: var(--ps-text);
  font-size: 20px;
  line-height: 1.2;
}

.pit-resos-panel {
  display: grid;
  gap: 22px;
  min-height: 560px;
  padding: clamp(22px, 4vw, 38px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), transparent),
    #151414;
}

.pit-resos-note {
  margin: 0;
  color: var(--ps-muted);
  font-size: 18px;
}

.pit-resos-consent {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  min-height: 430px;
  padding: clamp(22px, 4vw, 46px);
  border: 1px dashed rgba(255, 179, 173, .26);
  background: rgba(255,255,255,.025);
  text-align: center;
}

.pit-resos-privacy {
  max-width: 460px;
  margin: 0;
  color: var(--ps-muted);
}

.pit-resos-load {
  min-width: 230px;
}

.pit-resos-widget.resos-booking-widget {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border: 1px solid var(--ps-primary);
  background: var(--ps-primary);
  color: #180202;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.resos-booking-credit {
  margin-top: 10px;
  color: var(--ps-dim);
  font-size: 12px;
}

.resos-booking-credit a {
  color: inherit;
}

.pit-reservation-cards {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.pit-reservation-cards > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.pit-reservation-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pit-reservation-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pit-reservation-card p {
  margin-bottom: 0;
}

.pit-card-icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 179, 173, .22);
  background: rgba(255, 84, 80, .12);
  color: var(--ps-primary-soft);
}

.pit-card-icon.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.pit-card-icon .pit-icon {
  width: 18px;
  height: 18px;
}

.pit-form,
.wpcf7 form {
  display: grid;
  gap: 16px;
}

.pit-form label,
.wpcf7 label {
  display: grid;
  gap: 6px;
  color: var(--ps-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pit-privacy-consent,
.wpcf7 .pit-privacy-consent {
  display: block;
  color: var(--ps-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
}

.pit-privacy-consent .wpcf7-list-item {
  margin: 0;
}

.pit-privacy-consent input[type="checkbox"] {
  width: auto;
  min-height: 0;
  margin-right: 8px;
}

.pit-privacy-consent a {
  color: var(--ps-primary-soft);
}

.pit-form input,
.pit-form textarea,
.pit-form select,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 179, 173, .18);
  border-radius: 0;
  background: #171616;
  color: var(--ps-text);
  font: inherit;
  padding: 12px 14px;
}

.pit-form textarea,
.wpcf7 textarea {
  min-height: 132px;
}

.pit-map {
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 179, 173, .18);
  background: var(--ps-surface);
}

.pit-map iframe {
  display: block;
  width: 100%;
  height: 320px;
  min-height: 320px;
  border: 0;
  filter: none;
}

.pit-footer {
  padding: 56px max(24px, calc((100vw - 1480px) / 2)) 88px;
  border-top: 1px solid rgba(255, 179, 173, .12);
  background: #0b0b0b;
  color: var(--ps-muted);
}

.pit-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(160px, .7fr));
  gap: 32px;
}

.pit-footer h2,
.pit-footer h3 {
  margin: 0 0 14px;
  color: var(--ps-primary-soft);
  font-family: "Be Vietnam Pro", Manrope, sans-serif;
}

.pit-footer__logo {
  display: block;
  width: min(176px, 72vw);
  height: auto;
  margin: 0 0 18px;
}

.pit-footer p {
  margin: 0;
}

.pit-footer p a {
  line-height: 1.9;
}

.pit-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
}

.pit-mobile-nav {
  display: none;
}

.pit-mobile-drawer {
  display: none;
}

.pit-cookie-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pit-cookie-links button {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.pit-cookie-banner {
  position: fixed;
  z-index: 120;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(760px, calc(100vw - 40px));
  padding: 18px;
  border: 1px solid rgba(255, 179, 173, .24);
  background: rgba(14, 14, 14, .98);
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
  color: var(--ps-muted);
}

.pit-cookie-banner[hidden] {
  display: none;
}

.pit-cookie-banner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.pit-cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pit-cookie-banner__actions a {
  color: var(--ps-primary-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pit-map__placeholder {
  min-height: 320px;
  display: grid;
  place-items: center;
  gap: 16px;
  padding: 28px;
  text-align: center;
}

.cmplz-cookiebanner {
  font-family: Manrope, sans-serif !important;
}

@media (max-width: 920px) {
  :root {
    --ps-max: min(100% - 32px, 760px);
    --ps-tight: min(100% - 32px, 720px);
  }

  .pit-header {
    min-height: 58px;
    padding: 8px 16px;
  }

  .pit-menu-toggle {
    display: inline-flex;
  }

  .pit-nav {
    display: none;
  }

  .pit-header__actions .pit-btn {
    display: none;
  }

  .pit-mobile-drawer {
    position: fixed;
    z-index: 95;
    inset: 58px 12px auto;
    display: none;
    border: 1px solid rgba(255, 179, 173, .22);
    background:
      linear-gradient(135deg, rgba(255, 76, 60, .13), transparent 34%),
      rgba(19,19,19,.98);
    box-shadow: 0 22px 48px rgba(0,0,0,.5);
  }

  .pit-mobile-drawer.is-open {
    display: block;
  }

  .pit-drawer-nav {
    display: grid;
    padding: 10px;
  }

  .pit-drawer-nav a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    color: var(--ps-text);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
  }

  .pit-drawer-nav a:last-child {
    border-bottom: 0;
  }

  .pit-drawer-nav .pit-icon {
    width: 20px;
    height: 20px;
    color: var(--ps-primary-soft);
  }

  .pit-drawer-nav a[aria-current="page"] {
    color: var(--ps-primary-soft);
    background: rgba(255, 179, 173, .08);
  }

  .pit-hero {
    min-height: auto;
    padding: 124px 0 62px;
  }

  .pit-heading.is-hero {
    font-size: clamp(44px, 17vw, 72px);
  }

	  .pit-grid.cols-2,
		  .pit-grid.cols-3,
		  .pit-grid.cols-4,
		  .pit-split,
		  .pit-split.is-reverse,
		  .pit-reservation-grid {
		    grid-template-columns: 1fr;
		  }

	  .pit-grid.cols-3.pit-home-trust {
	    grid-template-columns: 1fr;
	  }

	  .pit-menu-list {
	    grid-template-columns: 1fr;
	  }

  .pit-menu-tabs {
    width: 100%;
    justify-content: flex-start;
    margin-top: 26px;
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .pit-menu-tabs a {
    min-height: 40px;
    padding: 0 15px;
    white-space: nowrap;
  }

  .pit-home-map .pit-map-feature {
    grid-template-columns: 1fr;
  }

  .pit-home-map .pit-map,
  .pit-home-map .pit-map iframe,
  .pit-home-map .pit-map__placeholder {
    min-height: 360px;
  }

  .pit-home-map .pit-map iframe {
    height: 364px;
    min-height: 364px;
  }

		  .pit-reservation-copy {
		    position: static;
		  }

		  .pit-reservation-frame {
		    order: -1;
		  }

  .pit-split.is-reverse > :first-child {
    order: initial;
  }

  .pit-media.is-tall img,
  .pit-media img {
    min-height: 260px;
  }

  .pit-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px;
  }

  .pit-gallery-showcase {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 210px;
  }

  .pit-gallery-showcase figure:nth-child(1) {
    grid-column: 1 / 7;
    grid-row: auto;
  }

  .pit-gallery-showcase figure:nth-child(2),
  .pit-gallery-showcase figure:nth-child(3),
  .pit-gallery-showcase figure:nth-child(4),
  .pit-gallery-showcase figure:nth-child(5) {
    grid-column: span 3;
  }

  .pit-gallery-showcase figure:nth-child(6),
  .pit-gallery-showcase figure:nth-child(7) {
    grid-column: span 3;
  }

  .pit-footer {
    padding-bottom: 96px;
  }

  .pit-footer__grid {
    grid-template-columns: 1fr;
  }

  .pit-mobile-nav {
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 64px;
    border-top: 1px solid rgba(255, 179, 173, .18);
    background: rgba(28, 27, 27, .96);
    backdrop-filter: blur(18px);
  }

  .pit-cookie-banner {
    right: 12px;
    bottom: 78px;
    grid-template-columns: 1fr;
  }

  .pit-cookie-banner__actions {
    flex-wrap: wrap;
  }

  .pit-mobile-nav a {
    display: grid;
    place-items: center;
    gap: 2px;
    padding: 8px 4px;
    color: var(--ps-muted);
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
  }

  .pit-mobile-nav .pit-icon {
    color: var(--ps-primary-soft);
    width: 19px;
    height: 19px;
  }

  .pit-mobile-nav a[aria-current="page"] {
    color: var(--ps-primary-soft);
  }
}

@media (max-width: 560px) {
  .pit-wrap,
  .pit-wrap.is-tight {
    width: min(calc(100% - 32px), 100%);
  }

  .pit-card,
  .pit-split > *,
  .pit-map-feature > * {
    min-width: 0;
  }

  .pit-heading,
  .pit-lead,
  .pit-card h3,
  .pit-card p {
    overflow-wrap: anywhere;
  }

  .pit-section {
    padding: 52px 0;
  }

  .pit-section + .pit-section {
    padding-top: 0;
  }

  .pit-hero__actions,
  .pit-actions {
    flex-direction: column;
  }

  .pit-contact-grid {
    grid-template-columns: 1fr;
  }

  .pit-btn,
  .wp-block-button__link.pit-btn {
    width: 100%;
  }

  .pit-menu-item {
    padding: 18px;
  }

  .pit-menu-tabs {
    margin-inline: 0;
  }

  .pit-menu-tabs a {
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
    white-space: nowrap;
  }

  .pit-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .pit-gallery figure:nth-child(1),
	  .pit-gallery figure:nth-child(4),
  .pit-gallery-showcase figure:nth-child(5) {
	    grid-row: span 1;
    grid-column: auto;
	  }

  .pit-gallery-showcase figure:nth-child(1),
  .pit-gallery-showcase figure:nth-child(2),
  .pit-gallery-showcase figure:nth-child(3),
  .pit-gallery-showcase figure:nth-child(4),
  .pit-gallery-showcase figure:nth-child(5),
  .pit-gallery-showcase figure:nth-child(6),
  .pit-gallery-showcase figure:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
  }

  .pit-home-map .pit-map,
  .pit-home-map .pit-map iframe,
  .pit-home-map .pit-map__placeholder {
    min-height: 340px;
  }

  .pit-home-map .pit-map iframe {
    height: 344px;
    min-height: 344px;
  }

	  .pit-reservation-meta li,
	  .pit-reservation-frame__header {
	    grid-template-columns: 1fr;
	    flex-direction: column;
	  }

	  .pit-resos-panel {
	    min-height: 0;
	  }

	  .pit-resos-consent {
	    min-height: 320px;
	  }

	  .pit-resos-load,
	  .pit-resos-widget.resos-booking-widget {
	    width: 100%;
	  }
	}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
}
