:root {
  --accent: #e78f44;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #17110c;
  color: #efe7d9;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

/* ===================== HEADER ===================== */

.tt-header {
  padding: 16px 0;
  background: #17110c;
  border-bottom: 1px solid rgba(231, 143, 68, .18);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(6px);
}

.tt-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tt-header-left {
  display: flex;
  align-items: center;
  gap: 26px;
}

.tt-logo {
  display: flex;
  align-items: center;
  gap: 13px;
}

.tt-logo-badge {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
  background: #17110c;
}

.tt-logo-badge img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: -3px 0 0 -3px;
  display: block;
}

.tt-logo-text {
  font-family: 'Instrument Serif', serif;
  font-size: 23px;
  letter-spacing: .3px;
  color: #f5efe6;
}

.tt-nav {
  display: flex;
  gap: 22px;
  font: 500 17.5px/1 'Hanken Grotesk';
  color: #d9cdb9;
}

.tt-nav a:hover {
  color: var(--accent);
}

.tt-status-wrap {
  position: relative;
}

.tt-status {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: default;
  font: inherit;
  text-align: left;
}

.tt-status.is-clickable {
  cursor: pointer;
}

.tt-status.is-clickable:hover .tt-status-text,
.tt-status.is-clickable:focus-visible .tt-status-text {
  color: #f3b06b;
  border-bottom-color: rgba(243, 176, 107, .75);
}

.tt-status:focus-visible {
  outline: 2px solid rgba(231, 143, 68, .58);
  outline-offset: 6px;
  border-radius: 4px;
}

.tt-dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5fbf8a;
  box-shadow: 0 0 10px rgba(95, 191, 138, .45);
}

.tt-dot::before,
.tt-dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(95, 191, 138, .42);
  animation: tt-dot-ring 2.4s ease-out infinite;
}

.tt-dot::after {
  inset: -10px;
  border-color: rgba(95, 191, 138, .24);
  animation-delay: .55s;
}

.tt-dot.closed {
  background: #c8846a;
  box-shadow: 0 0 0 3px rgba(200, 132, 106, .2);
}

.tt-dot.closed::before,
.tt-dot.closed::after {
  display: none;
}

@keyframes tt-dot-ring {
  0% {
    opacity: 0;
    transform: scale(.7);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.45);
  }
}

.tt-status-text {
  font: 700 16px/1 'Hanken Grotesk';
  color: #e4d9c7;
  border-bottom: 1px solid transparent;
  transition: color .15s ease, border-color .15s ease;
}

.tt-status-copy {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.tt-hours-popover {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  z-index: 40;
  width: max-content;
  max-width: calc(100vw - 28px);
  padding: 30px 36px 34px;
  border: 1px solid rgba(231, 143, 68, .25);
  border-radius: 8px;
  background: #211811;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
  color: #efe7d9;
}

.tt-hours-popover[hidden] {
  display: none;
}

.tt-hours-popover-title {
  font: 800 12px/1 'Hanken Grotesk';
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}

.tt-hours-popover-range {
  font: 500 14px/1.4 'Hanken Grotesk';
  color: #9c8f7c;
  margin-bottom: 8px;
}

.tt-hours-popover-note {
  max-width: 330px;
  margin-bottom: 14px;
  font: 400 14.5px/1.5 'Hanken Grotesk';
  color: #c8bba7;
}

.tt-hours-popover .tt-hours {
  width: auto;
  max-width: 100%;
  font-size: 16px;
}

.tt-hours-popover .tt-hours td:first-child {
  padding-right: 34px;
}

/* ===================== HERO ===================== */

.tt-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(12, 9, 6, .9) 0%, rgba(12, 9, 6, .62) 46%, rgba(12, 9, 6, .22) 100%), url('assets/img/hero_image.png');
  background-size: cover;
  background-position: center;
}

.tt-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 clamp(22px, 5vw, 60px);
}

.tt-hero-content {
  max-width: 660px;
}

.tt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 700 14px/1 'Hanken Grotesk';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 26px;
}

.tt-eyebrow-line {
  width: 28px;
  height: 1px;
  background: var(--accent);
}

.tt-h1 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(58px, 8vw, 96px);
  line-height: .95;
  margin: 0 0 14px;
  color: #f8f3ea;
}

.tt-lede {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.2;
  color: var(--accent);
  margin: 0 0 26px;
}

.tt-hero-copy {
  font: 400 16.5px/1.65 'Hanken Grotesk';
  color: #c8bba7;
  max-width: 480px;
  margin: 0 0 34px;
}

.tt-hero-cta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.tt-btn {
  transition: transform .15s ease, opacity .15s ease;
  display: inline-block;
}

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

.tt-btn-primary {
  background: var(--accent);
  color: #17110c;
  font: 700 15px/1 'Hanken Grotesk';
  padding: 17px 30px;
  border-radius: 44px;
}

.tt-btn-outline {
  color: #f5efe6;
  font: 600 15px/1 'Hanken Grotesk';
  padding: 17px 26px;
  border: 1px solid rgba(245, 239, 230, .3);
  border-radius: 44px;
}

.tt-btn-small {
  padding: 14px 22px;
  font: 700 14px/1 'Hanken Grotesk';
}

.tt-hero-address-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 60px);
}

.tt-hero-address {
  font: 600 14px/1 'Hanken Grotesk';
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7d715f;
}

/* ===================== OPEN-LATE BAND ===================== */

.tt-stats {
  background: #0c0906;
  padding: 60px 0;
  border-bottom: 1px solid rgba(231, 143, 68, .14);
}

.tt-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.tt-stats-headline {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1;
  color: #efe7d9;
}

.tt-stats-row {
  display: flex;
  gap: clamp(28px, 4vw, 52px);
}

.tt-stat-num {
  font-family: 'Instrument Serif', serif;
  font-size: 44px;
  line-height: 1;
  color: var(--accent);
}

.tt-stat-label {
  font: 600 14px/1.35 'Hanken Grotesk';
  color: #9c8f7c;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===================== SIGNATURES ===================== */

.tt-signatures {
  background: #17110c;
  padding: 100px 0 110px;
}

.tt-signatures-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 60px);
}

.tt-signatures-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

.tt-eyebrow-plain {
  margin-bottom: 12px;
}

.tt-h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(36px, 4.6vw, 50px);
  line-height: 1;
  margin: 0;
  color: #f5efe6;
}

.tt-signatures-sub {
  font: 400 15px/1.6 'Hanken Grotesk';
  color: #9c8f7c;
  max-width: 300px;
}

.tt-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.tt-card {
  border-radius: 5px;
  overflow: hidden;
  background: #1c150e;
  border: 1px solid rgba(245, 239, 230, .07);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .35);
  transition: transform .3s ease, box-shadow .3s ease;
}

.tt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .5);
}

.tt-card-img {
  height: 320px;
  background-size: cover;
  background-position: center;
}

.tt-card-body {
  padding: 28px 26px 32px;
}

.tt-card-body h3 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 27px;
  margin: 0 0 10px;
  color: #f5efe6;
}

.tt-card-body p {
  font: 400 15.5px/1.62 'Hanken Grotesk';
  color: #b6a891;
  margin: 0;
}

/* ===================== MENU OVERVIEW ===================== */

.tt-menu {
  background: #efe7d9;
  color: #241a12;
  padding: 100px 0 106px;
}

.tt-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 60px);
}

.tt-menu-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}

.tt-h2-dark {
  font-size: clamp(34px, 4.4vw, 48px);
  color: #241a12;
}

.tt-menu-link {
  font: 600 15px 'Hanken Grotesk';
  color: #b5632a;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 3px;
}

.tt-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(36, 26, 18, .13);
  border: 1px solid rgba(36, 26, 18, .13);
  border-radius: 5px;
  overflow: hidden;
}

.tt-menu-col {
  background: #efe7d9;
  padding: 30px 26px;
}

.tt-menu-col-title {
  font: 700 14px/1 'Hanken Grotesk';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b5632a;
  margin-bottom: 15px;
}

.tt-menu-col-items {
  font: 400 15.5px/1.9 'Hanken Grotesk';
  color: #4a3b2c;
}

.tt-menu-footnote {
  font: 400 14.5px/1.5 'Hanken Grotesk';
  color: #7a6a58;
  margin-top: 15px;
}

/* ===================== GALLERY ===================== */

.tt-gallery {
  background: #17110c;
  padding: 100px 0 106px;
}

.tt-gallery-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 60px);
}

.tt-center {
  text-align: center;
}

.tt-gallery-h2 {
  font-size: clamp(34px, 4.4vw, 46px);
  margin: 0 0 42px;
}

.tt-gal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tt-gal div {
  height: 270px;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: transform .5s ease, filter .5s ease;
}

.tt-gal div:hover {
  transform: scale(1.03);
}

.tt-gal-hidden {
  display: none;
}

.tt-gal.tt-gal-expanded .tt-gal-hidden {
  display: block;
  animation: tt-gal-reveal .5s ease both;
}

@keyframes tt-gal-reveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tt-gal-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.tt-gal-more {
  font: 600 15px/1 'Hanken Grotesk';
  color: #f5efe6;
  background: transparent;
  border: 1px solid rgba(245, 239, 230, .3);
  border-radius: 44px;
  padding: 15px 28px;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, color .15s ease;
}

.tt-gal-more:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  color: var(--accent);
}

.tt-gal-more[hidden] {
  display: none;
}

/* ===================== ABOUT + HOURS + CONTACT ===================== */

.tt-about {
  background: #0c0906;
  padding: 104px 0 40px;
}

.tt-about-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 60px);
}

.tt-about-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(36px, 6vw, 80px);
  padding-bottom: 66px;
  border-bottom: 1px solid rgba(231, 143, 68, .16);
}

.tt-about-p {
  font-family: 'Newsreader', serif;
  font-size: clamp(19px, 2.1vw, 23px);
  line-height: 1.5;
  color: #e4d9c7;
  margin: 0 0 20px;
}

.tt-about-p-muted {
  color: #9c8f7c;
  margin-bottom: 0;
}

.tt-about-side {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.tt-label {
  font: 700 14px/1 'Hanken Grotesk';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.tt-hours {
  border-collapse: collapse;
  font: 400 16px/1.15 'Hanken Grotesk';
  color: #c8bba7;
  width: 100%;
  max-width: 360px;
}

.tt-hours td {
  padding: 7px 0;
}

.tt-hours td:last-child {
  text-align: right;
  color: #e4d9c7;
  white-space: nowrap;
}

.tt-hours-active {
  color: #e4d9c7;
  font-weight: 600;
}

.tt-hours-original {
  display: inline-block;
  margin-right: 8px;
  color: #766a59;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.tt-hours tr.is-today td {
  color: var(--accent);
  font-weight: 700;
}

.tt-hours tr.is-today .tt-hours-original {
  color: #766a59;
  font-weight: 400;
}

.tt-hours tr.is-today .tt-hours-active {
  color: var(--accent);
}

.tt-hours-section {
  max-width: 380px;
}

.tt-hours-block + .tt-hours-block {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(231, 143, 68, .16);
}

.tt-hours-block-title {
  font: 800 12px/1 'Hanken Grotesk';
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}

.tt-hours-block-range {
  font: 500 14px/1.4 'Hanken Grotesk';
  color: #9c8f7c;
  margin-bottom: 8px;
}

.tt-hours-block-note {
  max-width: 330px;
  margin-bottom: 14px;
  font: 400 14.5px/1.5 'Hanken Grotesk';
  color: #c8bba7;
}

.tt-hours-block-muted .tt-hours-block-title {
  color: #9c8f7c;
}

.tt-contact {
  font: 400 16px/1.85 'Hanken Grotesk';
  color: #c8bba7;
}

.tt-contact a {
  color: var(--accent);
}

.tt-takeaway-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tt-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  font: 400 14px/1.5 'Hanken Grotesk';
  color: #6b6050;
  flex-wrap: wrap;
}

.tt-footer-tag {
  font-family: 'Instrument Serif', serif;
  font-size: 18px;
  color: #9c8f7c;
}

.tt-language {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(231, 143, 68, .18);
  border-radius: 999px;
}

.tt-language-btn {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #9c8f7c;
  cursor: pointer;
  font: 600 14px/1 'Hanken Grotesk';
  padding: 8px 11px;
  transition: background .15s ease, color .15s ease;
}

.tt-language-btn:hover,
.tt-language-btn.is-active {
  background: rgba(231, 143, 68, .14);
  color: #efe7d9;
}

html[dir="rtl"] .tt-logo,
html[dir="rtl"] .tt-status,
html[dir="rtl"] .tt-lightbox-brand {
  direction: ltr;
}

html[dir="rtl"] .tt-hero,
html[dir="rtl"] .tt-gallery,
html[dir="rtl"] .tt-about,
html[dir="rtl"] .tt-menu,
html[dir="rtl"] .tt-signatures,
html[dir="rtl"] .tt-stats {
  text-align: right;
}

html[dir="rtl"] .tt-eyebrow-line {
  order: 2;
}

.tt-menu-picker {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(12, 9, 6, .76);
}

.tt-menu-picker[hidden] {
  display: none;
}

.tt-menu-picker-panel {
  position: relative;
  width: min(100%, 380px);
  padding: 34px;
  border: 1px solid rgba(231, 143, 68, .24);
  border-radius: 6px;
  background: #17110c;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
  color: #efe7d9;
  text-align: center;
}

.tt-menu-picker-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(245, 239, 230, .22);
  border-radius: 50%;
  background: transparent;
  color: #efe7d9;
  cursor: pointer;
}

.tt-menu-picker-title {
  margin-bottom: 10px;
  font-family: 'Instrument Serif', serif;
  font-size: 30px;
  line-height: 1.1;
}

.tt-menu-picker-copy {
  margin-bottom: 24px;
  font: 400 15.5px/1.55 'Hanken Grotesk';
  color: #c8bba7;
}

.tt-menu-picker-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

html[dir="rtl"] .tt-menu-picker-panel {
  text-align: right;
}

html[dir="rtl"] .tt-menu-picker-close {
  right: auto;
  left: 12px;
}

/* ===================== LIGHTBOX ===================== */

.tt-gal div {
  cursor: pointer;
}

.tt-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(8, 6, 4, .97);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: 24px;
}

.tt-lightbox[hidden] {
  display: none;
}

.tt-lightbox-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  flex: none;
}

.tt-lightbox-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font: 600 14px/1 'Hanken Grotesk';
  color: #c8bba7;
  letter-spacing: .5px;
}

.tt-lightbox-brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.tt-lightbox-close,
.tt-lightbox-nav {
  border-radius: 50%;
  border: 1px solid rgba(245, 239, 230, .25);
  background: rgba(23, 17, 12, .5);
  color: #efe7d9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .15s ease, color .15s ease;
}

.tt-lightbox-close:hover,
.tt-lightbox-nav:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.tt-lightbox-close {
  width: 40px;
  height: 40px;
  font-size: 16px;
  flex: none;
}

.tt-lightbox-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0 72px;
}

.tt-lightbox-nav {
  width: 48px;
  height: 48px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.tt-lightbox-prev {
  left: 0;
}

.tt-lightbox-next {
  right: 0;
}

.tt-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  justify-self: center;
  object-fit: contain;
  border-radius: 4px;
}

.tt-lightbox-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top: 20px;
  flex: none;
  scrollbar-width: thin;
}

.tt-lightbox-thumb {
  flex: none;
  width: 110px;
  height: 74px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  border: 2px solid transparent;
  opacity: .55;
  cursor: pointer;
  padding: 0;
  transition: opacity .15s ease, border-color .15s ease;
}

.tt-lightbox-thumb.is-active,
.tt-lightbox-thumb:hover {
  opacity: 1;
  border-color: var(--accent);
}

@media (max-width: 640px) {
  .tt-lightbox {
    padding: 14px 12px;
  }

  .tt-lightbox-stage {
    padding: 0 44px;
  }

  .tt-lightbox-nav {
    width: 40px;
    height: 40px;
    background: rgba(23, 17, 12, .72);
    border-color: rgba(245, 239, 230, .38);
    font-size: 22px;
  }

  .tt-lightbox-thumb {
    width: 66px;
    height: 46px;
  }
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 860px) {
  .tt-nav {
    display: none;
  }

  .tt-card-grid {
    grid-template-columns: 1fr;
  }

  .tt-menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tt-gal {
    grid-template-columns: repeat(2, 1fr);
  }

  .tt-about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .tt-header-inner {
    padding: 0 18px;
  }

  .tt-header-left {
    gap: 12px;
  }

  .tt-logo-badge {
    width: 48px;
    height: 48px;
  }

  .tt-logo-badge img {
    width: 54px;
    height: 54px;
  }

  .tt-logo-text {
    font-size: 22px;
  }

  .tt-status {
    align-items: flex-start;
    gap: 8px;
  }

  .tt-status-copy {
    display: flex;
  }

  .tt-status-text {
    display: block;
    font-size: 14.5px;
    line-height: 1.08;
    white-space: nowrap;
  }

  .tt-hours-popover {
    position: fixed;
    top: 78px;
    left: 14px;
    right: 14px;
    width: auto;
    padding: 26px 28px 30px;
  }

  .tt-hours-popover .tt-hours {
    width: 100%;
  }

  .tt-hours-popover .tt-hours td:first-child {
    padding-right: 16px;
  }

  .tt-menu-col {
    padding: 28px 18px;
  }

  .tt-gal {
    grid-template-columns: 1fr;
  }
}
