/*
Theme Name: Times of India Child
Template: fidalgo
Version: 3.4
*/

:root {
  --toi-bg: #1C1C1C;
  --toi-bg-soft: #232323;
  --toi-gold: #B8924A;
  --toi-gold-light: #C9A45A;
  --toi-text: #CED8D8;
  --toi-white: #FFFFFF;
  --toi-border: rgba(184,146,74,.34);
  --toi-max: 1120px;
}

/* Shared utilities */
.toi-kicker {
  display: inline-block;
  color: var(--toi-gold);
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.toi-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.toi-reveal.toi-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .toi-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Food menu */
.toi-menu-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 60px;
  color: var(--toi-text);
}

.toi-menu-hero h1 {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  color: var(--toi-gold);
  text-align: center;
  letter-spacing: 2px;
}

.toi-menu-intro {
  max-width: 600px;
  margin: 0 auto 60px !important;
  text-align: center;
  opacity: .8;
}

.toi-menu-section h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--toi-gold);
  border-bottom: 1px solid var(--toi-border);
  padding-bottom: 10px;
  margin: 50px 0 25px;
}

.toi-menu-item { margin-bottom: 22px; }
.toi-menu-item-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.toi-menu-item-head h3 { margin: 0; font-size: 1.05rem; font-weight: 500; color: var(--toi-white); }
.toi-price { color: var(--toi-gold); font-weight: 600; white-space: nowrap; }
.toi-tag { font-size: .7rem; text-transform: uppercase; opacity: .6; margin-left: 8px; font-weight: 400; }
.toi-menu-item p { margin: 4px 0 0; font-size: .92rem; opacity: .75; line-height: 1.5; }

body.page-template-page-menu-food-php #qodef-page-inner,
body.page-template-page-reservation-php #qodef-page-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Reservation page */
.toi-res-page {
  background: var(--toi-bg);
  color: var(--toi-text);
}

.toi-res-page h1,
.toi-res-page h2,
.toi-res-page h3 {
  color: var(--toi-white);
}

.toi-res-page p {
  color: var(--toi-text);
  line-height: 1.72;
}

.toi-res-hero {
  position: relative;
  min-height: 560px;
  height: 72vh;
  overflow: hidden;
  background: #111;
}

.toi-res-hero-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 28%;
}

.toi-res-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,12,12,.18) 10%, rgba(12,12,12,.82) 100%);
}

.toi-res-hero-content {
  position: absolute;
  left: 50%;
  bottom: clamp(34px, 5vw, 70px);
  width: min(860px, calc(100% - 72px));
  transform: translateX(-50%);
  text-align: center !important;
  z-index: 2;
}

.toi-res-hero-content h1 {
  margin: 12px auto 16px;
  max-width: 820px;
  font-family: 'Jost', sans-serif;
  font-size: clamp(2.15rem, 3.65vw, 3.7rem);
  line-height: 1.06;
  letter-spacing: -.02em;
  white-space: normal !important;
  overflow-wrap: normal;
  word-break: normal;
  text-align: center !important;
}

.toi-res-hero-content p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.toi-res-booking {
  max-width: var(--toi-max);
  margin: 0 auto;
  padding: 90px 24px 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 70px;
  align-items: start;
}

.toi-res-widget-heading {
  margin-bottom: 24px;
}

.toi-res-widget-heading h2,
.toi-res-occasion-copy h2,
.toi-res-groups h2,
.toi-res-practical h2,
.toi-res-final-cta h2 {
  font-family: 'Jost', sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.08;
  margin: 10px 0 16px;
}

.toi-res-widget-heading p {
  max-width: 620px;
  margin-bottom: 0;
}

.toi-res-widget-wrap {
  min-height: 710px;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.toi-res-widget-wrap iframe {
  display: block;
  width: 100%;
  min-height: 710px;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

.toi-res-why {
  display: grid;
  gap: 28px;
  padding-top: 42px;
}

.toi-res-why-item {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--toi-border);
}

.toi-res-why-item:last-child { border-bottom: 0; }
.toi-res-why-item h3 { margin: 10px 0 7px; font-size: 1.1rem; }
.toi-res-why-item p { margin: 0; font-size: .96rem; opacity: .9; }

.toi-res-icon {
  width: 34px;
  height: 34px;
  color: var(--toi-gold);
}

.toi-res-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.toi-res-btn-outline,
.toi-res-main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 22px;
  margin-top: 12px;
  border: 1px solid var(--toi-gold);
  color: var(--toi-gold);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .76rem;
  letter-spacing: .13em;
  transition: background .2s ease, color .2s ease;
}

.toi-res-btn-outline:hover,
.toi-res-main-button:hover {
  background: var(--toi-gold);
  color: var(--toi-bg);
}

.toi-res-main-button {
  background: var(--toi-gold);
  color: var(--toi-bg);
}

.toi-res-main-button:hover {
  background: var(--toi-gold-light);
  border-color: var(--toi-gold-light);
}

.toi-res-text-link {
  display: inline-block;
  color: var(--toi-gold);
  text-decoration: none;
  border-bottom: 1px solid var(--toi-gold);
  padding-bottom: 3px;
  margin-top: 8px;
}

.toi-res-occasion,
.toi-res-groups {
  max-width: var(--toi-max);
  margin: 0 auto;
  padding: 70px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.toi-res-occasion {
  border-top: 1px solid var(--toi-border);
}

.toi-res-occasion-img img,
.toi-res-groups-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.toi-res-occasion-copy p,
.toi-res-groups-copy p {
  max-width: 520px;
}

.toi-res-groups {
  border-top: 1px solid var(--toi-border);
  border-bottom: 1px solid var(--toi-border);
}

.toi-res-practical {
  max-width: var(--toi-max);
  margin: 0 auto;
  padding: 85px 24px;
}

.toi-res-practical-heading {
  max-width: 760px;
  margin-bottom: 42px;
}


.toi-res-practical-heading h2 {
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  max-width: 680px;
}

.toi-res-practical-heading .toi-res-address {
  margin: 0 0 4px;
}

.toi-res-practical-heading .toi-res-licensed {
  margin: 0;
  max-width: 680px;
}

.toi-res-practical-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--toi-border);
  border-bottom: 1px solid var(--toi-border);
}

.toi-res-practical-card {
  padding: 28px 28px 26px 0;
  min-height: 160px;
}

.toi-res-practical-card + .toi-res-practical-card {
  padding-left: 28px;
  border-left: 1px solid var(--toi-border);
}

.toi-res-practical-card h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.toi-res-practical-card p { margin: 0 0 8px; }
.toi-res-practical-card a { color: var(--toi-text); text-decoration: none; }
.toi-res-practical-card a:hover { color: var(--toi-gold); }

.toi-res-quote {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 24px 95px;
  text-align: center;
}

.toi-res-quote blockquote {
  margin: 0 0 15px;
  color: var(--toi-white);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.3;
  font-style: italic;
}

.toi-res-quote span {
  color: var(--toi-gold);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}


.toi-res-quote-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--toi-gold);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.toi-res-press-attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.toi-res-reviewer {
  color: var(--toi-gold);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.toi-res-press-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.toi-res-press-logos img {
  display: block;
  width: auto;
  height: 26px;
  max-width: 170px;
  filter: brightness(0) invert(1);
  opacity: .78;
}

.toi-res-press-logos img:last-child {
  height: 25px;
  max-width: 92px;
}

.toi-res-press-divider {
  width: 1px;
  height: 26px;
  background: var(--toi-border);
}

.toi-res-final-cta {
  padding: 90px 24px 100px;
  text-align: center;
  background: var(--toi-bg-soft);
  border-top: 1px solid var(--toi-border);
}

.toi-res-final-cta h2,
.toi-res-final-cta p {
  text-align: center !important;
}

.toi-res-final-cta p {
  max-width: 640px;
  margin: 0 auto 18px !important;
}

@media (max-width: 900px) {
  .toi-res-booking,
  .toi-res-occasion,
  .toi-res-groups {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .toi-res-why { padding-top: 0; }
  
.toi-res-practical-heading h2 {
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  max-width: 680px;
}

.toi-res-practical-heading .toi-res-address {
  margin: 0 0 4px;
}

.toi-res-practical-heading .toi-res-licensed {
  margin: 0;
  max-width: 680px;
}

.toi-res-practical-grid { grid-template-columns: 1fr; }
  .toi-res-practical-card,
  .toi-res-practical-card + .toi-res-practical-card {
    min-height: 0;
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid var(--toi-border);
  }
  .toi-res-practical-card:last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
  .toi-menu-item-head { flex-wrap: wrap; }

  .toi-res-hero {
    height: 68svh;
    min-height: 520px;
  }

  .toi-res-hero-img {
    object-position: 50% 36%;
  }

  .toi-res-hero-content {
    left: 18px;
    right: 18px;
    bottom: 26px;
    width: auto;
    transform: none;
    text-align: left !important;
  }

  .toi-res-hero-content h1 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.08;
    text-align: left !important;
  }

  .toi-res-hero-content p {
    max-width: 100%;
    margin: 0;
    font-size: .96rem;
    text-align: left !important;
  }

  .toi-res-booking,
  .toi-res-occasion,
  .toi-res-groups,
  .toi-res-practical {
    padding-left: 18px;
    padding-right: 18px;
  }

  .toi-res-booking { padding-top: 58px; }
  .toi-res-widget-wrap,
  .toi-res-widget-wrap iframe { min-height: 760px; }
  .toi-res-occasion,
  .toi-res-groups { padding-top: 52px; padding-bottom: 52px; }
  .toi-res-practical { padding-top: 58px; padding-bottom: 58px; }
  .toi-res-quote { padding-bottom: 70px; }
  
.toi-res-quote-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--toi-gold);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.toi-res-press-attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.toi-res-reviewer {
  color: var(--toi-gold);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.toi-res-press-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.toi-res-press-logos img {
  display: block;
  width: auto;
  height: 26px;
  max-width: 170px;
  filter: brightness(0) invert(1);
  opacity: .78;
}

.toi-res-press-logos img:last-child {
  height: 25px;
  max-width: 92px;
}

.toi-res-press-divider {
  width: 1px;
  height: 26px;
  background: var(--toi-border);
}

.toi-res-final-cta { padding: 68px 18px 78px; }
}

/* =========================================================
   LUNCH PAGE
   ========================================================= */
body.page-template-page-lunch-php #qodef-page-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.toi-lunch-page {
  --toi-paper: #ece5d0;
  --toi-ink: #181818;
  --toi-red: #8e281d;
  color: var(--toi-text, #CED8D8);
}

.toi-lunch-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}

.toi-lunch-hero-img,
.toi-lunch-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.toi-lunch-hero-img { object-fit: cover; object-position: 50% 48%; }
.toi-lunch-hero-overlay { background: linear-gradient(90deg, rgba(20,20,20,.82) 0%, rgba(20,20,20,.46) 50%, rgba(20,20,20,.24) 100%); }

.toi-lunch-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 165px 24px 100px;
}

.toi-lunch-hero-content h1,
.toi-lunch-intro h2,
.toi-lunch-menu-block h2,
.toi-lunch-finishing h2,
.toi-lunch-corporate h2,
.toi-lunch-download h2 {
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.toi-lunch-hero-content h1 {
  max-width: 760px;
  margin: 12px 0 22px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .98;
}

.toi-lunch-hero-content p { max-width: 700px; font-size: 1.08rem; line-height: 1.75; }
.toi-lunch-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

.toi-lunch-intro,
.toi-lunch-days,
.toi-lunch-pressbar,
.toi-lunch-secondary,
.toi-lunch-finishing,
.toi-lunch-corporate,
.toi-lunch-download,
.toi-lunch-notes {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.toi-lunch-intro { padding: 84px 24px 44px; text-align: center; }
.toi-lunch-intro h2 { margin: 10px 0 10px; font-size: clamp(2.2rem, 5vw, 4.5rem); }
.toi-lunch-intro-copy {
  max-width: 820px;
  margin: 18px auto 0;
  text-align: center;
}
.toi-lunch-intro-copy p {
  margin: 0;
  line-height: 1.75;
}
.toi-lunch-intro-copy p + p { margin-top: 2px; }
.toi-lunch-lead { font-size: 1.16rem; color: #fff; }

.toi-lunch-price-chip,
.toi-lunch-inline-price {
  color: var(--toi-gold, #B8924A);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.toi-lunch-price-chip { margin-top: 24px; }

.toi-lunch-days {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--toi-border, rgba(184,146,74,.28));
  border-bottom: 1px solid var(--toi-border, rgba(184,146,74,.28));
}

.toi-lunch-day-card { padding: 34px 20px; border-right: 1px solid var(--toi-border, rgba(184,146,74,.28)); }
.toi-lunch-day-card:last-child { border-right: 0; }
.toi-lunch-day { color: #fff; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.toi-lunch-day-card h3 { min-height: 76px; margin: 12px 0 15px; color: var(--toi-gold, #B8924A); font-size: 1.35rem; line-height: 1.2; }
.toi-lunch-selection-label { display:block; margin-bottom: 12px; font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; opacity: .72; }
.toi-lunch-day-card ul { list-style: none; padding: 0; margin: 0 0 20px; }
.toi-lunch-day-card li { position: relative; padding: 5px 0 5px 17px; font-size: .92rem; }
.toi-lunch-day-card li::before { content: '□'; position: absolute; left: 0; color: var(--toi-gold, #B8924A); }
.toi-lunch-day-card strong { color: #fff; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }

.toi-lunch-pressbar {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding: 24px;
  color: var(--toi-gold, #B8924A);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .73rem;
  text-align:center;
}
.toi-lunch-pressbar span,
.toi-lunch-pressbar strong { display:block; }

.toi-lunch-secondary { display:grid; grid-template-columns:1fr 1fr; gap: 1px; margin-top: 42px; background: var(--toi-border, rgba(184,146,74,.28)); border: 1px solid var(--toi-border, rgba(184,146,74,.28)); }
.toi-lunch-menu-block { padding: 52px; background: var(--toi-bg, #1C1C1C); }
.toi-lunch-heading-row { display:flex; justify-content:space-between; align-items:baseline; gap:20px; }
.toi-lunch-menu-block h2 { margin: 8px 0 6px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.toi-lunch-menu-block ul { margin: 24px 0; padding-left: 18px; }
.toi-lunch-menu-block li { margin: 7px 0; }
.toi-lunch-menu-block small { color: var(--toi-gold, #B8924A); text-transform: uppercase; letter-spacing: .09em; }

.toi-lunch-finishing { padding: 88px 24px; }
.toi-lunch-finishing-copy { text-align:center; margin-bottom: 40px; }
.toi-lunch-finishing h2 { margin-top: 10px; font-size: clamp(2rem, 4vw, 3.4rem); }
.toi-lunch-finishing-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--toi-border, rgba(184,146,74,.28)); border-bottom:1px solid var(--toi-border, rgba(184,146,74,.28)); }
.toi-lunch-finishing-grid article { padding: 30px; border-right:1px solid var(--toi-border, rgba(184,146,74,.28)); }
.toi-lunch-finishing-grid article:last-child { border-right:0; }
.toi-lunch-finishing-grid h3 { color:#fff; }
.toi-lunch-finishing-grid h3 span { float:right; color:var(--toi-gold, #B8924A); font-size:.82em; }

.toi-lunch-corporate { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; padding: 82px 24px; border-top:1px solid var(--toi-border, rgba(184,146,74,.28)); }
.toi-lunch-corporate h2 { margin-top:12px; font-size:clamp(2rem,4.2vw,4rem); line-height:1.08; }

.toi-lunch-download { display:grid; grid-template-columns:1fr .72fr; gap:70px; align-items:center; padding: 82px 24px; background:var(--toi-bg-soft, #222); }
.toi-lunch-download h2 { margin:10px 0 18px; font-size:clamp(2rem,4vw,3.6rem); }
.toi-lunch-menu-preview { display:block; max-width:380px; justify-self:end; box-shadow:0 18px 50px rgba(0,0,0,.28); }
.toi-lunch-menu-preview img { display:block; width:100%; height:auto; }

.toi-lunch-notes { display:flex; justify-content:space-between; gap:20px; padding: 24px; color:var(--toi-gold, #B8924A); font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; }

@media (max-width: 980px) {
  .toi-lunch-days { grid-template-columns: repeat(2, 1fr); }
  .toi-lunch-day-card { border-bottom: 1px solid var(--toi-border, rgba(184,146,74,.28)); }
  .toi-lunch-secondary,
  .toi-lunch-corporate,
  .toi-lunch-download { grid-template-columns:1fr; gap:38px; }
  .toi-lunch-menu-preview { justify-self:start; }
}

@media (max-width: 600px) {
  .toi-lunch-hero { min-height: 640px; }
  .toi-lunch-hero-img { object-position: 56% 50%; }
  .toi-lunch-hero-overlay { background: linear-gradient(180deg, rgba(20,20,20,.2), rgba(20,20,20,.88) 74%); }
  .toi-lunch-hero-content { padding: 300px 18px 55px; }
  .toi-lunch-hero-content h1 { font-size: clamp(2.35rem, 11vw, 3.65rem); }
  .toi-lunch-hero-actions { flex-direction:column; align-items:flex-start; }
  .toi-lunch-intro { padding: 60px 18px 34px; }
  .toi-lunch-days { grid-template-columns:1fr; margin-left:18px; margin-right:18px; }
  .toi-lunch-day-card { border-right:0; }
  .toi-lunch-day-card h3 { min-height:0; }
  .toi-lunch-pressbar { flex-direction:column; align-items:center; text-align:center; }
  .toi-lunch-secondary { margin:38px 18px 0; }
  .toi-lunch-menu-block { padding:34px 24px; }
  .toi-lunch-heading-row { align-items:flex-start; flex-direction:column; gap:6px; }
  .toi-lunch-finishing { padding:60px 18px; }
  .toi-lunch-finishing-grid { grid-template-columns:1fr; }
  .toi-lunch-finishing-grid article { border-right:0; border-bottom:1px solid var(--toi-border, rgba(184,146,74,.28)); padding:24px 0; }
  .toi-lunch-finishing-grid article:last-child { border-bottom:0; }
  .toi-lunch-corporate,
  .toi-lunch-download { padding:58px 18px; }
  .toi-lunch-menu-preview { max-width:100%; }
  .toi-lunch-notes { flex-direction:column; padding:24px 18px; text-align:center; }
}

/* Lunch v1.5: corrected menu and price presentation */
.toi-lunch-edition-note {
  display: block;
  margin: -8px 0 13px;
  color: var(--toi-gold, #B8924A);
  font-size: .72rem;
  letter-spacing: .05em;
}
.toi-lunch-card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid var(--toi-border, rgba(184,146,74,.28));
  text-align: center;
}
.toi-lunch-card-footer strong {
  margin: 0;
}
.toi-lunch-priced-list {
  margin: 24px 0;
  border-top: 1px solid var(--toi-border, rgba(184,146,74,.28));
}
.toi-lunch-priced-list > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--toi-border, rgba(184,146,74,.28));
}
.toi-lunch-priced-list strong {
  color: var(--toi-gold, #B8924A);
  white-space: nowrap;
}
@media (max-width: 560px) {
  .toi-lunch-card-footer strong { max-width: 100%; }
}


/* =========================================================
   HALAL PAGE
   ========================================================= */
body.page-template-page-halal-php #qodef-page-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.toi-halal-page {
    background: #1c1c1c;
    color: #ced8d8;
}

.toi-halal-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 110px 24px 95px;
    text-align: center;
    border-bottom: 1px solid rgba(184,146,74,.28);
    background:
        radial-gradient(circle at 50% 46%, rgba(184,146,74,.09), transparent 38%),
        linear-gradient(180deg, #191919 0%, #1c1c1c 100%);
}

.toi-halal-hero::before,
.toi-halal-hero::after {
    content: "";
    position: absolute;
    top: 42px;
    bottom: 42px;
    width: 1px;
    background: rgba(184,146,74,.35);
}
.toi-halal-hero::before { left: 4.5vw; }
.toi-halal-hero::after  { right: 4.5vw; }

.toi-halal-hero-inner {
    position: relative;
    z-index: 1;
    width: min(820px, 100%);
}

.toi-halal-arabic {
    display: block;
    margin: 0 0 20px;
    color: #b8924a;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(4.8rem, 10vw, 8.5rem);
    line-height: .9;
    font-weight: 400;
}

.toi-halal-hero h1,
.toi-halal-section h2 {
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .11em;
}

.toi-halal-hero h1 {
    margin: 16px 0 22px;
    font-size: clamp(2.3rem, 4vw, 4.5rem);
    line-height: 1.05;
}

.toi-halal-lead {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.13rem;
    line-height: 1.85;
    color: #e1e5e5;
}

.toi-halal-section {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
    padding: 88px 0;
    border-bottom: 1px solid rgba(184,146,74,.26);
}

.toi-halal-narrow {
    max-width: 820px;
    margin: 0 auto;
}

.toi-halal-narrow p,
.toi-halal-grid p,
.toi-halal-card p {
    color: #cbd3d3;
    font-size: 1rem;
    line-height: 1.8;
}

.toi-halal-narrow p + p,
.toi-halal-grid p + p,
.toi-halal-card p + p {
    margin-top: 18px;
}

.toi-halal-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 80px;
    align-items: start;
}

.toi-halal-section h2 {
    margin: 15px 0 0;
    font-size: clamp(2rem, 3.4vw, 3.5rem);
    line-height: 1.15;
}

.toi-halal-section-head {
    max-width: 760px;
    margin-bottom: 50px;
}

.toi-halal-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(184,146,74,.28);
    border-bottom: 1px solid rgba(184,146,74,.28);
}

.toi-halal-card {
    padding: 38px 34px 42px;
    min-width: 0;
}

.toi-halal-card + .toi-halal-card {
    border-left: 1px solid rgba(184,146,74,.28);
}

.toi-halal-card h3 {
    margin: 0 0 18px;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 1.45rem;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.toi-halal-transparency {
    background: rgba(255,255,255,.014);
}

/* Keep the long certification heading elegant on desktop. */
.toi-halal-transparency h2 {
    font-size: clamp(2rem, 2.45vw, 2.65rem);
    line-height: 1.18;
    letter-spacing: .085em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.toi-halal-center {
    text-align: center;
}

.toi-halal-center h2 {
    margin-bottom: 28px;
}

.toi-halal-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.toi-halal-actions-left {
    justify-content: flex-start;
}

/* Both filled and outline CTAs use the same visual height/alignment. */
.toi-halal-actions > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    box-sizing: border-box;
    padding: 0 26px;
    margin-top: 0;
    line-height: 1;
}

.toi-res-btn-main {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #b8924a;
    background: #b8924a;
    color: #1c1c1c;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .76rem;
    letter-spacing: .13em;
    transition: background .2s ease, color .2s ease;
}
.toi-res-btn-main:hover {
    background: transparent;
    color: #b8924a;
}

.toi-halal-location-meta {
    display: grid;
    gap: 3px;
    margin-top: 28px;
    color: #fff;
}

.toi-halal-location-meta strong {
    color: #b8924a;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
}

@media (max-width: 900px) {
    .toi-halal-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .toi-halal-cards {
        grid-template-columns: 1fr;
    }

    .toi-halal-card + .toi-halal-card {
        border-left: 0;
        border-top: 1px solid rgba(184,146,74,.28);
    }

    .toi-halal-actions-left {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .toi-halal-hero {
        min-height: 0;
        padding: 76px 24px 70px;
    }

    .toi-halal-hero::before,
    .toi-halal-hero::after {
        display: none;
    }

    .toi-halal-arabic {
        font-size: 5.1rem;
    }

    .toi-halal-hero h1 {
        font-size: 2.05rem;
        letter-spacing: .075em;
    }

    .toi-halal-lead {
        font-size: 1rem;
        line-height: 1.7;
    }

    .toi-halal-section {
        width: calc(100% - 40px);
        padding: 62px 0;
    }

    .toi-halal-section h2 {
        font-size: 2rem;
        letter-spacing: .07em;
    }

    .toi-halal-transparency h2 {
        font-size: 1.9rem;
        line-height: 1.2;
        letter-spacing: .065em;
    }

    .toi-halal-card {
        padding: 30px 0 34px;
    }

    .toi-halal-actions,
    .toi-halal-actions-left {
        align-items: stretch;
        flex-direction: column;
    }

    .toi-halal-actions a {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   COCKTAILS PAGE
   ========================================================= */
body.page-template-page-cocktails-php #qodef-page-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.toi-cocktails-page {
    background: #1c1c1c;
    color: #cbd3d3;
}

.toi-cocktails-page h1,
.toi-cocktails-page h2,
.toi-cocktails-page h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}

.toi-cocktails-hero {
    position: relative;
    width: min(1180px, calc(100% - 48px));
    min-height: 650px;
    margin: 54px auto 0;
    overflow: hidden;
}

.toi-cocktails-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.toi-cocktails-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13,13,13,.86) 0%, rgba(13,13,13,.58) 46%, rgba(13,13,13,.22) 100%);
}

.toi-cocktails-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 650px;
    width: min(600px, 68%);
    padding: 72px 0 72px 62px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
}

.toi-cocktails-hero-copy h1 {
    max-width: 580px;
    margin: 14px 0 24px;
    color: #fff;
    font-size: clamp(2.8rem, 4.4vw, 4.7rem);
    line-height: 1.03;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.toi-cocktails-hero-copy p {
    max-width: 540px;
    margin: 0 0 30px;
    font-size: 1.04rem;
    line-height: 1.75;
    color: #e0e4e4;
}

.toi-cocktails-intro,
.toi-cocktails-editorial,
.toi-cocktails-dinner {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 76px;
    align-items: center;
    padding: 92px 0;
    border-bottom: 1px solid rgba(184,146,74,.26);
}

.toi-cocktails-intro h2,
.toi-cocktails-editorial h2,
.toi-cocktails-dinner h2,
.toi-cocktails-section-head h2 {
    margin: 14px 0 0;
    color: #fff;
    font-size: clamp(2.2rem, 3.6vw, 3.8rem);
    line-height: 1.08;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.toi-cocktails-intro p,
.toi-cocktails-editorial-copy p,
.toi-cocktails-dinner p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: #cbd3d3;
}

.toi-cocktails-intro p + p,
.toi-cocktails-editorial-copy p + p {
    margin-top: 18px;
}

.toi-cocktails-process,
.toi-cocktails-signatures {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 92px 0;
    border-bottom: 1px solid rgba(184,146,74,.26);
}

.toi-cocktails-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 44px;
}

.toi-cocktails-section-head--stacked {
    display: block;
    max-width: 760px;
}

.toi-cocktails-placeholder-note {
    margin: 18px 0 0;
    color: #8f9999;
    font-size: .83rem;
    line-height: 1.6;
    font-style: italic;
}

.toi-cocktails-slider-controls {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}

.toi-cocktails-slider-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #b8924a;
    background: transparent;
    color: #b8924a;
    font-size: 1.25rem;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.toi-cocktails-slider-btn:hover,
.toi-cocktails-slider-btn:focus-visible {
    background: #b8924a;
    color: #1c1c1c;
}

.toi-cocktails-slider {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 2px;
}

.toi-cocktails-slider::-webkit-scrollbar {
    display: none;
}

.toi-cocktails-slide {
    flex: 0 0 calc((100% - 44px) / 3);
    margin: 0;
    scroll-snap-align: start;
    overflow: hidden;
    background: #151515;
}

.toi-cocktails-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform .45s ease;
}

.toi-cocktails-slide:hover img {
    transform: scale(1.025);
}

.toi-cocktails-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 24px;
}

.toi-cocktail-card {
    min-width: 0;
}

.toi-cocktail-card-image {
    overflow: hidden;
    background: #151515;
}

.toi-cocktail-card-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform .45s ease;
}

.toi-cocktail-card:hover .toi-cocktail-card-image img {
    transform: scale(1.025);
}

.toi-cocktail-card-copy {
    padding: 22px 2px 0;
}

.toi-cocktail-card-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(184,146,74,.28);
}

.toi-cocktail-card-title h3 {
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.toi-cocktail-card-title span {
    color: #b8924a;
    font-weight: 500;
    white-space: nowrap;
}

.toi-cocktail-card-copy p {
    margin: 14px 0 0;
    color: #aeb7b7;
    font-size: .94rem;
    line-height: 1.7;
}

.toi-cocktails-editorial {
    grid-template-columns: 1.2fr .8fr;
}

.toi-cocktails-editorial-image img {
    display: block;
    width: 100%;
    aspect-ratio: 14 / 9;
    object-fit: cover;
}

.toi-cocktails-dinner {
    padding-bottom: 110px;
    border-bottom: 0;
}

.toi-cocktails-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.toi-cocktails-actions > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 0;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .toi-cocktails-hero-copy {
        width: 74%;
        padding-left: 42px;
    }

    .toi-cocktails-intro,
    .toi-cocktails-editorial,
    .toi-cocktails-dinner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .toi-cocktails-slide {
        flex-basis: calc((100% - 22px) / 2);
    }

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

@media (max-width: 600px) {
    .toi-cocktails-hero {
        width: calc(100% - 32px);
        min-height: 620px;
        margin-top: 24px;
    }

    .toi-cocktails-hero-image {
        object-position: 58% center;
    }

    .toi-cocktails-hero-overlay {
        background: linear-gradient(180deg, rgba(13,13,13,.12) 0%, rgba(13,13,13,.46) 44%, rgba(13,13,13,.92) 100%);
    }

    .toi-cocktails-hero-copy {
        min-height: 620px;
        width: 100%;
        padding: 36px 24px 42px;
        justify-content: flex-end;
    }

    .toi-cocktails-hero-copy h1 {
        font-size: 2.28rem;
        line-height: 1.08;
        letter-spacing: .065em;
    }

    .toi-cocktails-hero-copy p {
        font-size: .96rem;
        line-height: 1.65;
    }

    .toi-cocktails-intro,
    .toi-cocktails-editorial,
    .toi-cocktails-dinner,
    .toi-cocktails-process,
    .toi-cocktails-signatures {
        width: calc(100% - 40px);
        padding: 64px 0;
    }

    .toi-cocktails-section-head {
        align-items: flex-start;
    }

    .toi-cocktails-section-head h2,
    .toi-cocktails-intro h2,
    .toi-cocktails-editorial h2,
    .toi-cocktails-dinner h2 {
        font-size: 2rem;
        letter-spacing: .065em;
    }

    .toi-cocktails-slider-controls {
        display: flex;
        gap: 8px;
    }

    .toi-cocktails-slider-btn {
        width: 42px;
        height: 42px;
    }

    .toi-cocktails-slide {
        flex-basis: 88%;
    }

    .toi-cocktails-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .toi-cocktail-card-title h3 {
        font-size: 1.16rem;
    }

    .toi-cocktails-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .toi-cocktails-actions a {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   Global header: lean sticky navigation
   ========================================================= */
#qodef-page-header,
#qodef-page-mobile-header {
  background: rgba(24,24,24,.96) !important;
  z-index: 9999 !important;
}

#qodef-page-header {
  box-shadow: 0 1px 0 rgba(184,146,74,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#qodef-page-mobile-header {
  box-shadow: 0 1px 0 rgba(184,146,74,.14);
}

#qodef-page-header .qodef-header-navigation > ul > li > a,
#qodef-page-mobile-header .qodef-mobile-header-navigation a {
  letter-spacing: .08em;
}

/* =========================================================
   Custom homepage
   ========================================================= */
body.home #qodef-page-inner { padding: 0 !important; }

.toi-home {
  background: var(--toi-bg);
  color: var(--toi-text);
  overflow: hidden;
}

.toi-home h1,
.toi-home h2,
.toi-home h3 { color: var(--toi-white); }

.toi-home p { color: var(--toi-text); line-height: 1.75; }

.toi-home-shell {
  width: min(var(--toi-max), calc(100% - 48px));
  margin: 0 auto;
}

.toi-home-hero {
  position: relative;
  min-height: clamp(620px, 82vh, 860px);
  background: #111;
  overflow: hidden;
}

.toi-home-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
}

.toi-home-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,.83) 0%, rgba(10,10,10,.55) 42%, rgba(10,10,10,.12) 76%),
    linear-gradient(0deg, rgba(10,10,10,.72) 0%, rgba(10,10,10,0) 45%);
}

.toi-home-hero-copy {
  position: absolute;
  z-index: 2;
  left: max(24px, calc((100% - var(--toi-max)) / 2));
  bottom: clamp(120px, 16vh, 180px);
  width: min(720px, calc(100% - 48px));
}

.toi-home-hero-copy h1 {
  margin: 14px 0 22px;
  max-width: 720px;
  font-family: 'Jost', sans-serif;
  font-size: clamp(3rem, 5.6vw, 6rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.toi-home-hero-copy p {
  max-width: 650px;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.toi-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.toi-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid var(--toi-gold);
  color: var(--toi-gold);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .74rem;
  transition: background .2s ease, color .2s ease;
}

.toi-home-btn:hover,
.toi-home-btn--solid {
  background: var(--toi-gold);
  color: var(--toi-bg);
}

.toi-home-btn--solid:hover {
  background: var(--toi-gold-light);
  border-color: var(--toi-gold-light);
  color: var(--toi-bg);
}

.toi-home-hero-facts {
  position: absolute;
  z-index: 2;
  left: max(24px, calc((100% - var(--toi-max)) / 2));
  right: max(24px, calc((100% - var(--toi-max)) / 2));
  bottom: 34px;
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.24);
  color: rgba(255,255,255,.82);
  font-size: .77rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.toi-home-hero-facts span { padding: 16px 30px 0 0; }
.toi-home-hero-facts span + span { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.18); }

.toi-home-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: 110px 0;
  border-bottom: 1px solid var(--toi-border);
}

.toi-home-intro h2,
.toi-home-section-head h2,
.toi-home-food-copy h2,
.toi-home-halal-copy h2,
.toi-home-location-intro h2 {
  margin: 12px 0 0;
  font-family: 'Jost', sans-serif;
  font-size: clamp(2.25rem, 4.2vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -.025em;
}

.toi-home-intro-copy p:first-child { margin-top: 0; }

.toi-home-experiences { padding: 105px 0 115px; }
.toi-home-section-head { max-width: 720px; margin-bottom: 45px; }

.toi-home-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.toi-home-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: white;
  text-decoration: none;
  background: #111;
}

.toi-home-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .6s ease;
}

.toi-home-card:hover img { transform: scale(1.035); }

.toi-home-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.82));
}

.toi-home-card-copy {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 9px;
}

.toi-home-card-copy small {
  color: var(--toi-gold-light);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .68rem;
}

.toi-home-card-copy strong {
  color: white;
  font-family: 'Jost', sans-serif;
  font-size: clamp(1.55rem, 2.3vw, 2.3rem);
  line-height: 1.06;
  font-weight: 400;
}

.toi-home-card-copy em {
  color: rgba(255,255,255,.82);
  font-style: normal;
  line-height: 1.55;
  font-size: .9rem;
}

.toi-home-card-copy > span:last-child {
  margin-top: 7px;
  color: var(--toi-gold-light);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.toi-home-food,
.toi-home-halal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 78px;
  align-items: center;
  padding: 105px 0;
  border-top: 1px solid var(--toi-border);
}

.toi-home-food-image { aspect-ratio: 1 / 1; overflow: hidden; }
.toi-home-food-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.toi-home-food-copy p,
.toi-home-halal-copy p { margin: 22px 0; max-width: 520px; }

.toi-home-text-link {
  color: var(--toi-gold-light);
  text-decoration: none;
  border-bottom: 1px solid var(--toi-gold);
  padding-bottom: 5px;
}

.toi-home-halal { grid-template-columns: .78fr 1.22fr; }
.toi-home-halal-mark {
  color: var(--toi-gold);
  font-size: clamp(7rem, 16vw, 13rem);
  line-height: .8;
  text-align: center;
  opacity: .95;
}

.toi-home-press {
  padding: 120px 0;
  text-align: center;
  border-top: 1px solid var(--toi-border);
  border-bottom: 1px solid var(--toi-border);
}

.toi-home-press blockquote {
  max-width: 900px;
  margin: 0 auto 35px;
  color: white;
  font-family: 'Jost', sans-serif;
  font-size: clamp(2.1rem, 4.1vw, 4rem);
  line-height: 1.15;
  font-style: italic;
  font-weight: 300;
}

.toi-home-press-credit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--toi-gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .7rem;
}

.toi-home-press-credit img {
  width: auto;
  max-width: 116px;
  max-height: 28px;
  filter: invert(1) grayscale(1);
  opacity: .82;
}

.toi-home-press-dot { width: 1px; height: 24px; background: var(--toi-border); }

.toi-home-location { padding: 110px 0 130px; }
.toi-home-location-intro { max-width: 760px; margin-bottom: 48px; }

.toi-home-location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--toi-border);
  border-bottom: 1px solid var(--toi-border);
}

.toi-home-location-grid > div { padding: 30px 30px 30px 0; }
.toi-home-location-grid > div + div { padding-left: 30px; border-left: 1px solid var(--toi-border); }
.toi-home-location-grid h3 { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .11em; font-size: .9rem; }
.toi-home-location-grid p { margin: 0 0 9px; }
.toi-home-location-grid a { color: inherit; text-decoration: none; }
.toi-home-location-grid a:hover { color: var(--toi-gold-light); }
.toi-home-actions--location { margin-top: 34px; }

@media (max-width: 1024px) {
  .toi-home-card-grid { grid-template-columns: 1fr; }
  .toi-home-card { min-height: 460px; }
  .toi-home-intro,
  .toi-home-food,
  .toi-home-halal { gap: 48px; }
}

@media (max-width: 780px) {
  .toi-home-shell { width: min(100% - 36px, var(--toi-max)); }
  .toi-home-hero { min-height: 690px; height: 86svh; }
  .toi-home-hero-img { object-position: 58% 50%; }
  .toi-home-hero-shade {
    background: linear-gradient(0deg, rgba(10,10,10,.9) 0%, rgba(10,10,10,.54) 52%, rgba(10,10,10,.20) 100%);
  }
  .toi-home-hero-copy {
    left: 24px;
    bottom: 126px;
    width: calc(100% - 48px);
  }
  .toi-home-hero-copy h1 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .toi-home-hero-facts {
    left: 24px;
    right: 24px;
    bottom: 24px;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding-top: 13px;
  }
  .toi-home-hero-facts span,
  .toi-home-hero-facts span + span { padding: 0; border: 0; }
  .toi-home-intro,
  .toi-home-food,
  .toi-home-halal { grid-template-columns: 1fr; gap: 34px; padding: 72px 0; }
  .toi-home-experiences { padding: 72px 0 82px; }
  .toi-home-card { min-height: 430px; }
  .toi-home-food-image { order: 2; }
  .toi-home-halal { grid-template-columns: 1fr; }
  .toi-home-halal-mark { text-align: left; font-size: 8rem; }
  .toi-home-press { padding: 78px 0; }
  .toi-home-press-credit { flex-wrap: wrap; }
  .toi-home-location { padding: 78px 0 92px; }
  .toi-home-location-grid { grid-template-columns: 1fr; }
  .toi-home-location-grid > div,
  .toi-home-location-grid > div + div { padding: 24px 0; border-left: 0; border-top: 1px solid var(--toi-border); }
  .toi-home-location-grid > div:first-child { border-top: 0; }
}

/* =========================================================
   v2.2 HOME PRESS CAROUSEL
   ========================================================= */
.toi-home-press {
  padding: 105px 0 110px;
  text-align: left;
}
.toi-home-press-head { margin-bottom: 34px; }
.toi-home-press-head h2 { margin: 12px 0 0; font-size: clamp(2.25rem, 4.2vw, 4.15rem); }
.toi-press-slider { position: relative; min-height: 360px; }
.toi-press-slide {
  display: none;
  min-height: 360px;
  padding: 54px clamp(24px, 5vw, 70px);
  border: 1px solid var(--toi-border);
  background: #202020;
  text-align: center;
  align-content: center;
}
.toi-press-slide.is-active { display: grid; }
.toi-press-slide blockquote {
  max-width: 900px;
  margin: 24px auto 18px;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.12;
  font-weight: 300;
  font-style: normal;
}
.toi-press-slide p { max-width: 720px; margin: 0 auto 20px; }
.toi-press-slide a { color: var(--toi-gold-light); text-decoration: none; border-bottom: 1px solid var(--toi-gold); padding-bottom: 4px; justify-self: center; }
.toi-press-logos { min-height: 54px; display:flex; align-items:center; justify-content:center; gap:22px; }
.toi-press-logos img { width:auto; max-width:190px; max-height:48px; filter: invert(1) grayscale(1); opacity:.88; }
.toi-press-logos--pair img { max-width:145px; max-height:38px; }
.toi-press-logos--pair span { width:1px; height:30px; background:var(--toi-border); }
.toi-press-controls { display:flex; justify-content:center; align-items:center; gap:18px; margin-top:22px; }
.toi-press-controls button { width:42px; height:42px; border:1px solid var(--toi-border); background:transparent; color:var(--toi-gold-light); cursor:pointer; }
.toi-press-controls button:hover { border-color:var(--toi-gold); color:#fff; }
.toi-press-dots { display:flex; gap:8px; }
.toi-press-dot { width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.3); }
.toi-press-dot.is-active { background:var(--toi-gold); }
.toi-home-press-more { text-align:center; margin-top:28px; }

/* =========================================================
   PRESS & RECOGNITION PAGE
   ========================================================= */
body.page-template-page-press-php #qodef-page-inner { padding-top:0 !important; padding-bottom:0 !important; }
.toi-press-page { background:var(--toi-bg); color:var(--toi-text); }
.toi-press-page-hero { padding:120px 24px 95px; border-bottom:1px solid var(--toi-border); text-align:center; }
.toi-press-page-hero-inner { width:min(900px,100%); margin:auto; }
.toi-press-page-hero h1 { margin:14px 0 22px; color:#fff; font-size:clamp(2.7rem,5vw,5.4rem); line-height:1; font-weight:300; }
.toi-press-page-hero p { max-width:720px; margin:auto; font-size:1.05rem; }
.toi-press-page-list { width:min(1120px,calc(100% - 48px)); margin:0 auto; }
.toi-press-feature { display:grid; grid-template-columns:.72fr 1.28fr; gap:72px; align-items:center; padding:78px 0; border-bottom:1px solid var(--toi-border); }
.toi-press-feature-logo { min-height:150px; display:flex; align-items:center; justify-content:center; padding:34px; background:#222; }
.toi-press-feature-logo img { max-width:280px; max-height:82px; width:auto; height:auto; filter:invert(1) grayscale(1); opacity:.9; }
.toi-press-feature-logo--pair { gap:20px; }
.toi-press-feature-logo--pair img { max-width:135px; max-height:44px; }
.toi-press-feature-logo--pair span { width:1px; height:42px; background:var(--toi-border); }
.toi-press-feature h2 { margin:10px 0 18px; color:#fff; font-size:clamp(2rem,3.2vw,3.25rem); line-height:1.1; font-weight:300; }
.toi-press-feature p { line-height:1.75; }
.toi-press-feature blockquote { margin:22px 0; color:#fff; font-size:1.2rem; font-style:italic; }
.toi-press-textmark { display:flex; align-items:center; justify-content:center; min-height:150px; padding:34px; background:#222; color:#fff; font-family:'Jost',sans-serif; font-size:clamp(1.45rem,3vw,2.4rem); letter-spacing:.12em; text-align:center; }
.toi-press-page-cta { padding:100px 24px 115px; text-align:center; }
.toi-press-page-cta h2 { margin:12px 0 28px; color:#fff; font-size:clamp(2.3rem,4.2vw,4.2rem); font-weight:300; }

/* =========================================================
   FOOD MENU v2.2
   ========================================================= */
body.page-template-page-menu-food-php #qodef-page-inner { padding-top:0 !important; padding-bottom:0 !important; }
.toi-food-menu-page { background:var(--toi-bg); color:var(--toi-text); }
.toi-food-menu-hero { position:relative; min-height:650px; overflow:hidden; }
.toi-food-menu-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 50%; }
.toi-food-menu-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(12,12,12,.86),rgba(12,12,12,.43) 56%,rgba(12,12,12,.18)); }
.toi-food-menu-hero-copy { position:absolute; z-index:2; left:max(24px,calc((100% - var(--toi-max))/2)); bottom:86px; width:min(690px,calc(100% - 48px)); }
.toi-food-menu-hero-copy h1 { margin:12px 0 20px; color:#fff; font-size:clamp(3rem,5vw,5.4rem); line-height:1; font-weight:300; }
.toi-food-menu-hero-copy p { max-width:620px; font-size:1.05rem; line-height:1.75; }
.toi-food-menu-intro { display:grid; grid-template-columns:1fr 1fr; gap:80px; padding:95px 0; border-bottom:1px solid var(--toi-border); }
.toi-food-menu-intro h2,.toi-food-menu-feature h2,.toi-food-menu-editorial h2,.toi-food-menu-cta h2 { margin:10px 0 18px; color:#fff; font-size:clamp(2.2rem,4vw,4rem); line-height:1.05; font-weight:300; }
.toi-food-menu-intro p { line-height:1.75; }
.toi-food-menu-feature { display:grid; grid-template-columns:1fr 1fr; gap:68px; align-items:center; padding:90px 0; }
.toi-food-menu-feature img { width:100%; aspect-ratio:1.3/1; object-fit:cover; }
.toi-food-menu-list { padding-bottom:60px; }
.toi-food-menu-section { padding:70px 0; border-top:1px solid var(--toi-border); }
.toi-food-menu-section > h2 { margin:0 0 30px; color:var(--toi-gold-light); font-size:1rem; letter-spacing:.18em; text-transform:uppercase; font-weight:500; }
.toi-food-menu-items { display:grid; grid-template-columns:1fr 1fr; column-gap:70px; }
.toi-food-menu-item { display:flex; justify-content:space-between; gap:24px; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.08); }
.toi-food-menu-item span { color:#fff; }
.toi-food-menu-item strong { color:var(--toi-gold-light); white-space:nowrap; font-weight:500; }
.toi-food-menu-editorial { display:grid; grid-template-columns:1fr 1fr; gap:65px; align-items:center; margin:26px 0 70px; padding:0 0 70px; border-bottom:1px solid var(--toi-border); }
.toi-food-menu-editorial img { width:100%; aspect-ratio:1.25/1; object-fit:cover; }
.toi-food-menu-editorial--reverse img { order:2; }
.toi-food-menu-cta { padding:95px 24px 115px; background:#222; }
.toi-food-menu-cta .toi-home-shell { text-align:center; }
.toi-food-menu-cta p { max-width:680px; margin:0 auto; }
.toi-food-menu-cta .toi-home-actions { justify-content:center; }

/* =========================================================
   HALAL PAGE v2.2: add food and booking pull without making it a home feature
   ========================================================= */
.toi-halal-food-band { width:min(1160px,calc(100% - 48px)); margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; padding:25px 0 88px; border-bottom:1px solid var(--toi-border); }
.toi-halal-food-band img { width:100%; aspect-ratio:1.25/1; object-fit:cover; display:block; }
.toi-halal-food-band-copy h2 { margin:12px 0 18px; color:#fff; font-size:clamp(2rem,3.8vw,3.7rem); line-height:1.08; font-weight:300; }
.toi-halal-food-band-copy p { line-height:1.75; }
.toi-halal-table-image { width:min(1160px,calc(100% - 48px)); margin:0 auto; padding:72px 0 0; }
.toi-halal-table-image img { width:100%; max-height:560px; object-fit:cover; display:block; }

@media (max-width: 820px) {
  .toi-press-slide { min-height:390px; padding:44px 22px; }
  .toi-press-logos img { max-width:155px; max-height:42px; }
  .toi-press-feature { grid-template-columns:1fr; gap:28px; padding:58px 0; }
  .toi-press-feature-logo { min-height:120px; }
  .toi-food-menu-intro,.toi-food-menu-feature,.toi-food-menu-editorial,.toi-halal-food-band { grid-template-columns:1fr; gap:34px; }
  .toi-food-menu-editorial--reverse img { order:0; }
  .toi-food-menu-items { grid-template-columns:1fr; }
}

@media (max-width: 600px) {
  .toi-home-press { padding:72px 0 78px; }
  .toi-press-slider { min-height:430px; }
  .toi-press-slide { min-height:430px; }
  .toi-press-slide blockquote { font-size:2rem; }
  .toi-press-page-hero { padding:78px 20px 68px; }
  .toi-press-page-list { width:calc(100% - 36px); }
  .toi-food-menu-hero { min-height:620px; }
  .toi-food-menu-hero > img { object-position:55% 50%; }
  .toi-food-menu-hero-overlay { background:linear-gradient(0deg,rgba(12,12,12,.9),rgba(12,12,12,.25) 75%); }
  .toi-food-menu-hero-copy { left:20px; bottom:54px; width:calc(100% - 40px); }
  .toi-food-menu-hero-copy h1 { font-size:2.8rem; }
  .toi-food-menu-intro,.toi-food-menu-feature { padding:62px 0; }
  .toi-food-menu-section { padding:52px 0; }
  .toi-food-menu-item { font-size:.94rem; }
  .toi-halal-food-band { width:calc(100% - 36px); padding-bottom:62px; }
  .toi-halal-table-image { width:calc(100% - 36px); padding-top:52px; }
}

/* =========================================================
   v2.3 CONTACT PAGE + MENU NOTES
   ========================================================= */
body.page-template-page-contact-php #qodef-page-inner { padding-top:0 !important; padding-bottom:0 !important; }
.toi-contact-page { background:var(--toi-bg); color:var(--toi-text); }
.toi-contact-hero { position:relative; min-height:650px; overflow:hidden; }
.toi-contact-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 50%; }
.toi-contact-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(12,12,12,.86),rgba(12,12,12,.40) 58%,rgba(12,12,12,.16)); }
.toi-contact-hero-copy { position:absolute; z-index:2; left:max(24px,calc((100% - var(--toi-max))/2)); bottom:82px; width:min(720px,calc(100% - 48px)); }
.toi-contact-hero-copy h1 { margin:12px 0 20px; color:#fff; font-size:clamp(3rem,5.1vw,5.5rem); line-height:1; font-weight:300; }
.toi-contact-hero-copy p { max-width:630px; font-size:1.05rem; line-height:1.75; }
.toi-contact-details { padding:95px 0 105px; border-bottom:1px solid var(--toi-border); }
.toi-contact-intro { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:end; margin-bottom:55px; }
.toi-contact-intro h2,.toi-contact-hours h2,.toi-contact-visit h2 { margin:10px 0 0; color:#fff; font-size:clamp(2.25rem,4vw,4rem); line-height:1.06; font-weight:300; }
.toi-contact-intro p { margin:0; max-width:600px; line-height:1.75; }
.toi-contact-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--toi-border); border-bottom:1px solid var(--toi-border); }
.toi-contact-grid article { padding:34px 34px 34px 0; }
.toi-contact-grid article + article { padding-left:34px; border-left:1px solid var(--toi-border); }
.toi-contact-grid h3 { margin:10px 0 14px; color:#fff; font-size:1.35rem; font-weight:400; }
.toi-contact-grid p { line-height:1.7; }
.toi-contact-grid a { color:inherit; text-decoration:none; }
.toi-contact-grid a:hover { color:var(--toi-gold-light); }
.toi-contact-hours { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; padding:100px 0; border-bottom:1px solid var(--toi-border); }
.toi-contact-hours > div:first-child p { max-width:500px; line-height:1.75; }
.toi-contact-hours-table { border-top:1px solid var(--toi-border); }
.toi-contact-hours-table > div { display:grid; grid-template-columns:1.1fr 1fr 1fr; gap:24px; padding:16px 0; border-bottom:1px solid rgba(255,255,255,.08); }
.toi-contact-hours-table strong { color:#fff; font-weight:500; }
.toi-contact-visit { padding:100px 24px 115px; background:#222; text-align:center; }
.toi-contact-visit p { max-width:700px; margin:18px auto 0; }
.toi-contact-visit .toi-home-actions { justify-content:center; }

.toi-food-menu-notes { padding:75px 0 85px; border-top:1px solid var(--toi-border); }
.toi-food-menu-notes-head { display:grid; grid-template-columns:.75fr 1.25fr; gap:65px; align-items:end; margin-bottom:34px; }
.toi-food-menu-notes-head h2 { margin:10px 0 0; color:#fff; font-size:clamp(2rem,3.5vw,3.5rem); line-height:1.08; font-weight:300; }
.toi-food-menu-notes-copy { max-width:860px; line-height:1.75; }
.toi-food-menu-notes-copy p { margin:0 0 10px; }
.toi-food-menu-legend { display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:30px; padding-top:24px; border-top:1px solid var(--toi-border); color:var(--toi-muted); font-size:.86rem; }
.toi-food-menu-legend span { white-space:nowrap; }
.toi-food-menu-legend strong { color:var(--toi-gold-light); margin-right:5px; font-weight:500; }

@media (max-width:820px) {
  .toi-contact-intro,.toi-contact-hours,.toi-food-menu-notes-head { grid-template-columns:1fr; gap:30px; }
  .toi-contact-grid { grid-template-columns:1fr; }
  .toi-contact-grid article,.toi-contact-grid article + article { padding:28px 0; border-left:0; border-top:1px solid var(--toi-border); }
  .toi-contact-grid article:first-child { border-top:0; }
}

@media (max-width:600px) {
  .toi-contact-hero { min-height:620px; }
  .toi-contact-hero > img { object-position:58% 50%; }
  .toi-contact-hero-overlay { background:linear-gradient(0deg,rgba(12,12,12,.92),rgba(12,12,12,.22) 76%); }
  .toi-contact-hero-copy { left:20px; bottom:54px; width:calc(100% - 40px); }
  .toi-contact-hero-copy h1 { font-size:2.75rem; }
  .toi-contact-details,.toi-contact-hours { padding:70px 0; }
  .toi-contact-hours-table > div { grid-template-columns:1fr; gap:6px; padding:18px 0; }
  .toi-food-menu-notes { padding:58px 0 68px; }
  .toi-food-menu-legend { display:grid; grid-template-columns:1fr 1fr; gap:10px 18px; }
}

/* =========================================================
   Custom global footer
   ========================================================= */
.toi-site-footer { background:#151515; border-top:1px solid rgba(184,146,74,.28); color:var(--toi-text); }
.toi-footer-shell { width:min(var(--toi-max),calc(100% - 48px)); margin:0 auto; display:grid; grid-template-columns:1.6fr .8fr .8fr .8fr; gap:56px; padding:78px 0 62px; }
.toi-footer-brand h2 { margin:10px 0 18px; color:#fff; font-size:clamp(2rem,3vw,3.4rem); line-height:1.08; font-weight:300; }
.toi-footer-brand p { max-width:580px; line-height:1.7; }
.toi-footer-kicker,.toi-site-footer h3 { color:var(--toi-gold); letter-spacing:.16em; text-transform:uppercase; font-size:.72rem; font-weight:500; }
.toi-site-footer h3 { margin:4px 0 18px; }
.toi-site-footer p { color:var(--toi-muted); }
.toi-site-footer a { color:var(--toi-text); text-decoration:none; transition:color .2s ease; }
.toi-site-footer a:hover { color:var(--toi-gold-light); }
.toi-footer-link { display:inline-block; margin-top:8px; color:var(--toi-gold-light)!important; text-transform:uppercase; letter-spacing:.12em; font-size:.72rem; }
.toi-footer-nav { display:flex; flex-direction:column; align-items:flex-start; gap:9px; }
.toi-footer-nav h3 { margin-bottom:9px; }
.toi-footer-socials { display:flex; gap:10px; margin-top:24px; }
.toi-footer-socials a { width:38px; height:38px; border:1px solid rgba(184,146,74,.45); border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:var(--toi-gold-light); }
.toi-footer-socials a:hover { background:var(--toi-gold); color:#171717; }
.toi-footer-socials svg { width:17px; height:17px; fill:currentColor; stroke:currentColor; stroke-width:1.5; }
.toi-footer-socials svg rect,.toi-footer-socials svg circle { fill:none; }
.toi-footer-bottom { width:min(var(--toi-max),calc(100% - 48px)); margin:0 auto; padding:20px 0 28px; border-top:1px solid rgba(255,255,255,.08); display:flex; justify-content:space-between; gap:20px; color:#777; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; }

/* =========================================================
   About / Story
   ========================================================= */
body.page-template-page-about-php #qodef-page-inner,
body.page-template-page-groups-php #qodef-page-inner { padding-top:0!important; padding-bottom:0!important; }
.toi-story-page,.toi-groups-page { background:var(--toi-bg); color:var(--toi-text); }
.toi-story-hero,.toi-groups-hero { position:relative; min-height:650px; overflow:hidden; }
.toi-story-hero img,.toi-groups-hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.toi-story-hero img { object-position:50% 54%; }
.toi-groups-hero img { object-position:50% 48%; }
.toi-story-hero-overlay,.toi-groups-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(11,11,11,.86),rgba(11,11,11,.48) 55%,rgba(11,11,11,.18)); }
.toi-story-hero-copy,.toi-groups-hero-copy { position:absolute; z-index:2; left:max(24px,calc((100% - var(--toi-max))/2)); bottom:80px; width:min(720px,calc(100% - 48px)); }
.toi-story-hero-copy h1,.toi-groups-hero-copy h1 { margin:12px 0 20px; color:#fff; font-size:clamp(3rem,5vw,5.5rem); line-height:1; font-weight:300; }
.toi-story-hero-copy p,.toi-groups-hero-copy p { max-width:650px; font-size:1.05rem; line-height:1.75; }
.toi-story-intro,.toi-groups-intro { display:grid; grid-template-columns:1fr 1fr; gap:80px; padding:100px 0; border-bottom:1px solid var(--toi-border); }
.toi-story-intro h2,.toi-groups-intro h2,.toi-story-copy h2,.toi-groups-copy h2,.toi-story-proof h2,.toi-groups-date h2 { margin:10px 0 18px; color:#fff; font-size:clamp(2.2rem,4vw,4rem); line-height:1.07; font-weight:300; }
.toi-story-intro p,.toi-groups-intro p,.toi-story-copy p,.toi-groups-copy p,.toi-story-proof p,.toi-groups-date p { line-height:1.75; }
.toi-story-split,.toi-groups-split { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; padding:90px 0; border-bottom:1px solid var(--toi-border); }
.toi-story-split--reverse .toi-story-media { order:2; }
.toi-story-media img,.toi-groups-media img { width:100%; aspect-ratio:1.25/1; object-fit:cover; }
.toi-story-proof { background:#222; padding:90px 0 105px; }
.toi-story-proof .toi-home-shell { text-align:center; }
.toi-story-proof p { max-width:760px; margin:0 auto; }
.toi-story-proof .toi-home-actions { justify-content:center; }

/* =========================================================
   Groups & private events
   ========================================================= */
.toi-groups-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--toi-border); border-bottom:1px solid var(--toi-border); }
.toi-groups-grid article { padding:58px 40px; }
.toi-groups-grid article + article { border-left:1px solid var(--toi-border); }
.toi-groups-grid h3 { margin:0 0 16px; color:#fff; font-size:1.35rem; font-weight:400; }
.toi-groups-grid p { margin:0; line-height:1.7; }
.toi-groups-date { margin-top:0; padding:100px 0 115px; text-align:center; }
.toi-groups-date p { max-width:760px; margin:0 auto; }
.toi-groups-date .toi-home-actions { justify-content:center; }

@media (max-width: 980px) {
  .toi-footer-shell { grid-template-columns:1fr 1fr; }
  .toi-story-intro,.toi-groups-intro,.toi-story-split,.toi-groups-split { grid-template-columns:1fr; gap:34px; }
  .toi-story-split--reverse .toi-story-media { order:0; }
  .toi-groups-grid { grid-template-columns:1fr; }
  .toi-groups-grid article + article { border-left:0; border-top:1px solid var(--toi-border); }
}
@media (max-width: 767px) {
  .toi-footer-shell { grid-template-columns:1fr; gap:34px; padding:58px 0 42px; }
  .toi-footer-bottom { flex-direction:column; }
  .toi-story-hero,.toi-groups-hero { min-height:620px; }
  .toi-story-hero-overlay,.toi-groups-hero-overlay { background:linear-gradient(0deg,rgba(11,11,11,.9),rgba(11,11,11,.28) 72%); }
  .toi-story-hero-copy,.toi-groups-hero-copy { left:20px; bottom:54px; width:calc(100% - 40px); }
  .toi-story-hero-copy h1,.toi-groups-hero-copy h1 { font-size:2.8rem; }
  .toi-story-intro,.toi-groups-intro,.toi-story-split,.toi-groups-split { padding:62px 0; }
  .toi-groups-grid article { padding:38px 0; }
}


/* =========================================================
   v2.5 refinements: groups, menu notes, ordering
   ========================================================= */
.toi-groups-grid article { padding-top:44px; padding-bottom:44px; }
.toi-groups-date p { max-width:700px; margin:0 auto 30px; text-align:center; text-wrap:balance; }
.toi-groups-date .toi-home-actions { margin-top:0; align-items:center; }

.toi-food-menu-item-name { display:flex; align-items:baseline; gap:10px; min-width:0; flex-wrap:wrap; }
.toi-allergen-codes { color:var(--toi-gold-light); font-size:.67rem; line-height:1; letter-spacing:.08em; font-weight:500; white-space:nowrap; }

.toi-food-menu-notes { text-align:center; }
.toi-food-menu-notes-head { display:block; margin:0 auto 26px; }
.toi-food-menu-notes-head h2 { max-width:760px; margin:10px auto 0; }
.toi-food-menu-notes-copy { max-width:800px; margin:0 auto; }
.toi-food-menu-legend { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; max-width:900px; margin:30px auto 0; padding-top:28px; text-align:left; }
.toi-food-menu-legend span { white-space:normal; padding:11px 14px; border:1px solid rgba(184,146,74,.20); background:rgba(255,255,255,.018); }

.toi-order-panel { background:#222; border-top:1px solid var(--toi-border); border-bottom:1px solid var(--toi-border); padding:88px 0 96px; text-align:center; }
.toi-order-panel h2 { margin:12px auto 16px; color:#fff; font-size:clamp(2.3rem,4vw,4rem); line-height:1.05; font-weight:300; }
.toi-order-panel p { max-width:650px; margin:0 auto; }
.toi-order-panel .toi-home-actions { justify-content:center; }

/* Old imported Contact page can carry Fidalgo demo top-bar metadata. */
body.page-template-page-contact-php #qodef-top-area { display:none !important; }

@media (max-width:820px) {
  .toi-food-menu-legend { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:600px) {
  .toi-food-menu-legend { grid-template-columns:1fr; }
  .toi-order-panel { padding:68px 0 74px; }
}


/* =========================================================
   v2.6 refinement: menu spice, press alignment, home location, parking
   ========================================================= */
.toi-spice-label {
  display:inline-flex;
  align-items:center;
  padding:3px 7px;
  border:1px solid rgba(184,146,74,.34);
  border-radius:999px;
  font-size:.61rem;
  line-height:1;
  letter-spacing:.09em;
  text-transform:uppercase;
  white-space:nowrap;
}
.toi-spice-label--mild { color:#c7a45d; }
.toi-spice-label--medium { color:#dc9657; }
.toi-spice-label--hot { color:#e36b54; border-color:rgba(227,107,84,.42); }
.toi-spice-word { margin-right:5px!important; }
.toi-spice-word--mild { color:#c7a45d!important; }
.toi-spice-word--medium { color:#dc9657!important; }
.toi-spice-word--hot { color:#e36b54!important; }

/* Press copy should share one visual axis. */
.toi-home-press-head,
.toi-home-press-head .toi-kicker,
.toi-home-press-head h2,
.toi-press-slide p,
.toi-press-page-hero p { text-align:center; }
.toi-home-press-head { max-width:900px; margin-left:auto; margin-right:auto; }
.toi-press-page-hero p { margin-left:auto; margin-right:auto; }

/* Centre the homepage arrival / practical-information section. */
.toi-home-location { text-align:center; }
.toi-home-location-intro { max-width:820px; margin-left:auto; margin-right:auto; }
.toi-home-location-grid { grid-template-columns:repeat(4,1fr); }
.toi-home-location-grid > div { padding:30px 22px; }
.toi-home-location-grid > div + div { padding-left:22px; }
.toi-home-location-grid p { text-align:center; }
.toi-home-actions--location { justify-content:center; }

/* Parking deserves a clear conversion block without becoming another page. */
.toi-contact-parking {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
  padding:88px 0 96px;
  border-top:1px solid var(--toi-border);
  border-bottom:1px solid var(--toi-border);
}
.toi-contact-parking h2 { margin:12px 0 18px; color:#fff; font-size:clamp(2.1rem,3.8vw,3.8rem); line-height:1.08; font-weight:300; }
.toi-contact-parking p { line-height:1.75; }
.toi-contact-parking-card { padding:36px; border:1px solid var(--toi-border); background:#202020; display:grid; gap:9px; }
.toi-contact-parking-card strong { color:#fff; font-size:1.25rem; font-weight:400; }
.toi-contact-parking-card span { color:var(--toi-gold-light); text-transform:uppercase; letter-spacing:.10em; font-size:.72rem; }
.toi-contact-parking-card p { margin:12px 0 0; }

@media (max-width:1024px) {
  .toi-home-location-grid { grid-template-columns:1fr 1fr; }
  .toi-home-location-grid > div:nth-child(3) { border-left:0; border-top:1px solid var(--toi-border); }
  .toi-home-location-grid > div:nth-child(4) { border-top:1px solid var(--toi-border); }
}
@media (max-width:780px) {
  .toi-home-location-grid { grid-template-columns:1fr; }
  .toi-home-location-grid > div,
  .toi-home-location-grid > div + div,
  .toi-home-location-grid > div:nth-child(3),
  .toi-home-location-grid > div:nth-child(4) { padding:24px 0; border-left:0; border-top:1px solid var(--toi-border); }
  .toi-home-location-grid > div:first-child { border-top:0; }
  .toi-contact-parking { grid-template-columns:1fr; gap:30px; padding:66px 0 72px; }
}


/* =========================================================
   v3.0 LAYOUT SYSTEM
   Unified coded presentation layer. This section deliberately
   overrides legacy/demo responsive geometry so page layout no
   longer depends on Elementor or Qi Addons.
   ========================================================= */

:root {
  --toi-shell: 1180px;
  --toi-gutter: clamp(22px, 4vw, 58px);
  --toi-hero-desktop: 640px;
  --toi-hero-mobile: 610px;
  --toi-section-y: clamp(72px, 8vw, 112px);
}

/* The custom templates own their page geometry. */
body.home #qodef-page-inner,
body.page-template-page-menu-food-php #qodef-page-inner,
body.page-template-page-lunch-php #qodef-page-inner,
body.page-template-page-reservation-php #qodef-page-inner,
body.page-template-page-cocktails-php #qodef-page-inner,
body.page-template-page-halal-php #qodef-page-inner,
body.page-template-page-press-php #qodef-page-inner,
body.page-template-page-contact-php #qodef-page-inner,
body.page-template-page-about-php #qodef-page-inner,
body.page-template-page-groups-php #qodef-page-inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove Fidalgo demo title/breadcrumb treatment on coded pages. */
body.home #qodef-page-title,
body.home .qodef-page-title,
body.home .qodef-breadcrumbs,
body.page-template-page-menu-food-php #qodef-page-title,
body.page-template-page-menu-food-php .qodef-page-title,
body.page-template-page-menu-food-php .qodef-breadcrumbs,
body.page-template-page-lunch-php #qodef-page-title,
body.page-template-page-lunch-php .qodef-page-title,
body.page-template-page-lunch-php .qodef-breadcrumbs,
body.page-template-page-reservation-php #qodef-page-title,
body.page-template-page-reservation-php .qodef-page-title,
body.page-template-page-reservation-php .qodef-breadcrumbs,
body.page-template-page-cocktails-php #qodef-page-title,
body.page-template-page-cocktails-php .qodef-page-title,
body.page-template-page-cocktails-php .qodef-breadcrumbs,
body.page-template-page-halal-php #qodef-page-title,
body.page-template-page-halal-php .qodef-page-title,
body.page-template-page-halal-php .qodef-breadcrumbs,
body.page-template-page-press-php #qodef-page-title,
body.page-template-page-press-php .qodef-page-title,
body.page-template-page-press-php .qodef-breadcrumbs,
body.page-template-page-contact-php #qodef-page-title,
body.page-template-page-contact-php .qodef-page-title,
body.page-template-page-contact-php .qodef-breadcrumbs,
body.page-template-page-about-php #qodef-page-title,
body.page-template-page-about-php .qodef-page-title,
body.page-template-page-about-php .qodef-breadcrumbs,
body.page-template-page-groups-php #qodef-page-title,
body.page-template-page-groups-php .qodef-page-title,
body.page-template-page-groups-php .qodef-breadcrumbs {
  display: none !important;
}

.toi-home-shell,
.toi-res-booking,
.toi-res-occasion,
.toi-res-groups,
.toi-res-practical,
.toi-lunch-intro,
.toi-lunch-days,
.toi-lunch-extras,
.toi-cocktails-intro,
.toi-cocktails-process,
.toi-cocktails-signatures,
.toi-cocktails-editorial,
.toi-cocktails-dinner,
.toi-halal-inner,
.toi-halal-narrow,
.toi-food-menu-intro,
.toi-food-menu-feature,
.toi-food-menu-list,
.toi-food-menu-editorial,
.toi-press-page-list,
.toi-contact-details,
.toi-contact-hours,
.toi-contact-parking,
.toi-story-intro,
.toi-story-split,
.toi-groups-intro,
.toi-groups-grid,
.toi-groups-split,
.toi-groups-date {
  width: min(var(--toi-shell), calc(100% - (var(--toi-gutter) * 2))) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* One consistent, full-bleed photographic hero system. */
.toi-home-hero,
.toi-res-hero,
.toi-lunch-hero,
.toi-cocktails-hero,
.toi-food-menu-hero,
.toi-contact-hero,
.toi-story-hero,
.toi-groups-hero {
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  height: var(--toi-hero-desktop) !important;
  min-height: var(--toi-hero-desktop) !important;
  overflow: hidden !important;
  background: #111 !important;
  border: 0 !important;
}

.toi-home-hero-img,
.toi-res-hero-img,
.toi-lunch-hero-img,
.toi-cocktails-hero-image,
.toi-food-menu-hero > img,
.toi-contact-hero > img,
.toi-story-hero > img,
.toi-groups-hero > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
}

/* Focal points chosen for each photograph. */
.toi-home-hero-img { object-position: 50% 54% !important; }
.toi-res-hero-img { object-position: 50% 34% !important; }
.toi-lunch-hero-img { object-position: 50% 48% !important; }
.toi-cocktails-hero-image { object-position: 50% 50% !important; }
.toi-food-menu-hero > img { object-position: 50% 50% !important; }
.toi-contact-hero > img { object-position: 50% 50% !important; }
.toi-story-hero > img { object-position: 50% 54% !important; }
.toi-groups-hero > img { object-position: 50% 48% !important; }

/* Unified image shading, still allowing each page's image to read. */
.toi-home-hero-shade,
.toi-res-hero-overlay,
.toi-lunch-hero-overlay,
.toi-cocktails-hero-overlay,
.toi-food-menu-hero-overlay,
.toi-contact-hero-overlay,
.toi-story-hero-overlay,
.toi-groups-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(9,9,9,.80) 0%, rgba(9,9,9,.48) 48%, rgba(9,9,9,.15) 78%),
    linear-gradient(0deg, rgba(9,9,9,.68) 0%, rgba(9,9,9,.06) 48%) !important;
}

.toi-home-hero-copy,
.toi-res-hero-content,
.toi-lunch-hero-content,
.toi-cocktails-hero-copy,
.toi-food-menu-hero-copy,
.toi-contact-hero-copy,
.toi-story-hero-copy,
.toi-groups-hero-copy {
  position: absolute !important;
  z-index: 2 !important;
  left: max(var(--toi-gutter), calc((100% - var(--toi-shell)) / 2)) !important;
  right: auto !important;
  bottom: 76px !important;
  width: min(720px, calc(100% - (var(--toi-gutter) * 2))) !important;
  max-width: 720px !important;
  transform: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  display: block !important;
  min-height: 0 !important;
}

.toi-home-hero-copy h1,
.toi-res-hero-content h1,
.toi-lunch-hero-content h1,
.toi-cocktails-hero-copy h1,
.toi-food-menu-hero-copy h1,
.toi-contact-hero-copy h1,
.toi-story-hero-copy h1,
.toi-groups-hero-copy h1 {
  margin: 12px 0 18px !important;
  max-width: 13ch !important;
  color: #fff !important;
  font-family: 'Jost', sans-serif !important;
  font-size: clamp(3rem, 5vw, 5rem) !important;
  line-height: .98 !important;
  letter-spacing: -.025em !important;
  font-weight: 300 !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}

.toi-home-hero-copy p,
.toi-res-hero-content p,
.toi-lunch-hero-content p,
.toi-cocktails-hero-copy p,
.toi-food-menu-hero-copy p,
.toi-contact-hero-copy p,
.toi-story-hero-copy p,
.toi-groups-hero-copy p {
  max-width: 650px !important;
  margin: 0 !important;
  font-size: 1.04rem !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

/* Homepage hero facts belong to the same grid as the headline. */
.toi-home-hero-facts {
  left: max(var(--toi-gutter), calc((100% - var(--toi-shell)) / 2)) !important;
  right: max(var(--toi-gutter), calc((100% - var(--toi-shell)) / 2)) !important;
  bottom: 24px !important;
}

/* Page rhythm: all major coded sections use one separator language. */
.toi-home-intro,
.toi-home-experiences,
.toi-home-food,
.toi-home-press,
.toi-home-location,
.toi-res-booking,
.toi-res-occasion,
.toi-res-groups,
.toi-res-practical,
.toi-res-quote,
.toi-res-final-cta,
.toi-lunch-intro,
.toi-lunch-days,
.toi-lunch-extras,
.toi-cocktails-intro,
.toi-cocktails-process,
.toi-cocktails-signatures,
.toi-cocktails-editorial,
.toi-cocktails-dinner,
.toi-food-menu-intro,
.toi-food-menu-feature,
.toi-food-menu-list,
.toi-food-menu-editorial,
.toi-contact-details,
.toi-contact-hours,
.toi-contact-parking,
.toi-contact-visit,
.toi-story-intro,
.toi-story-split,
.toi-story-proof,
.toi-groups-intro,
.toi-groups-grid,
.toi-groups-split,
.toi-groups-date {
  border-color: var(--toi-border) !important;
}

/* Press slider: every element shares one centre axis and never overflows. */
.toi-home-press {
  text-align: center !important;
}
.toi-home-press-head {
  width: min(900px, 100%) !important;
  max-width: 900px !important;
  margin: 0 auto 38px !important;
  text-align: center !important;
}
.toi-home-press-head .toi-kicker,
.toi-home-press-head h2 {
  display: block !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.toi-press-slider {
  width: 100% !important;
  min-width: 0 !important;
}
.toi-press-slide,
.toi-press-slide.is-active {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  text-align: center !important;
  justify-items: center !important;
}
.toi-press-slide blockquote,
.toi-press-slide p,
.toi-press-slide a {
  min-width: 0 !important;
  max-width: min(760px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Fidalgo's original green mobile navigation is intentionally neutralised. */
#qodef-page-mobile-header,
#qodef-page-mobile-header .qodef-mobile-header-navigation,
#qodef-page-mobile-header .qodef-mobile-header-navigation > ul,
#qodef-page-mobile-header .qodef-mobile-header-navigation ul,
#qodef-page-mobile-header .qodef-mobile-header-navigation li,
.qodef-mobile-header-navigation,
.qodef-mobile-header-navigation > ul,
.qodef-mobile-header-navigation ul,
.qodef-mobile-header-navigation li,
.qodef-mobile-header-navigation .qodef-drop-down-second,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner {
  background-color: #1b1b1a !important;
  background-image: none !important;
}
#qodef-page-mobile-header .qodef-mobile-header-navigation a,
.qodef-mobile-header-navigation a {
  color: #f4f1ea !important;
  background: transparent !important;
}
#qodef-page-mobile-header .qodef-mobile-header-navigation a:hover,
#qodef-page-mobile-header .qodef-mobile-header-navigation .current-menu-item > a,
.qodef-mobile-header-navigation a:hover,
.qodef-mobile-header-navigation .current-menu-item > a {
  color: var(--toi-gold-light) !important;
}

@media (max-width: 900px) {
  .toi-home-hero,
  .toi-res-hero,
  .toi-lunch-hero,
  .toi-cocktails-hero,
  .toi-food-menu-hero,
  .toi-contact-hero,
  .toi-story-hero,
  .toi-groups-hero {
    height: var(--toi-hero-mobile) !important;
    min-height: var(--toi-hero-mobile) !important;
  }

  .toi-home-hero-shade,
  .toi-res-hero-overlay,
  .toi-lunch-hero-overlay,
  .toi-cocktails-hero-overlay,
  .toi-food-menu-hero-overlay,
  .toi-contact-hero-overlay,
  .toi-story-hero-overlay,
  .toi-groups-hero-overlay {
    background:
      linear-gradient(0deg, rgba(9,9,9,.91) 0%, rgba(9,9,9,.54) 57%, rgba(9,9,9,.16) 100%) !important;
  }

  .toi-home-hero-copy,
  .toi-res-hero-content,
  .toi-lunch-hero-content,
  .toi-cocktails-hero-copy,
  .toi-food-menu-hero-copy,
  .toi-contact-hero-copy,
  .toi-story-hero-copy,
  .toi-groups-hero-copy {
    left: var(--toi-gutter) !important;
    right: var(--toi-gutter) !important;
    bottom: 46px !important;
    width: auto !important;
    max-width: none !important;
  }

  .toi-home-hero-copy h1,
  .toi-res-hero-content h1,
  .toi-lunch-hero-content h1,
  .toi-cocktails-hero-copy h1,
  .toi-food-menu-hero-copy h1,
  .toi-contact-hero-copy h1,
  .toi-story-hero-copy h1,
  .toi-groups-hero-copy h1 {
    max-width: 12ch !important;
    font-size: clamp(2.55rem, 10.5vw, 4rem) !important;
    line-height: 1 !important;
  }

  .toi-home-hero-copy p,
  .toi-res-hero-content p,
  .toi-lunch-hero-content p,
  .toi-cocktails-hero-copy p,
  .toi-food-menu-hero-copy p,
  .toi-contact-hero-copy p,
  .toi-story-hero-copy p,
  .toi-groups-hero-copy p {
    max-width: 34rem !important;
    font-size: .98rem !important;
    line-height: 1.58 !important;
  }

  .toi-home-hero-facts {
    position: static !important;
    display: none !important;
  }

  /* Mobile focal points are intentionally different from desktop. */
  .toi-home-hero-img { object-position: 62% 50% !important; }
  .toi-res-hero-img { object-position: 42% 50% !important; }
  .toi-lunch-hero-img { object-position: 57% 50% !important; }
  .toi-cocktails-hero-image { object-position: 58% 50% !important; }
  .toi-food-menu-hero > img { object-position: 52% 50% !important; }
  .toi-contact-hero > img { object-position: 54% 50% !important; }
  .toi-story-hero > img { object-position: 58% 50% !important; }
  .toi-groups-hero > img { object-position: 52% 50% !important; }

  .toi-home-actions,
  .toi-lunch-hero-actions {
    gap: 10px !important;
  }

  .toi-press-slide,
  .toi-press-slide.is-active {
    padding: 38px 22px !important;
  }
  .toi-press-slide blockquote {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1.08 !important;
  }
  .toi-press-slide p {
    font-size: .96rem !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 560px) {
  :root {
    --toi-gutter: 24px;
    --toi-hero-mobile: 600px;
  }

  .toi-home-hero-copy h1,
  .toi-res-hero-content h1,
  .toi-lunch-hero-content h1,
  .toi-cocktails-hero-copy h1,
  .toi-food-menu-hero-copy h1,
  .toi-contact-hero-copy h1,
  .toi-story-hero-copy h1,
  .toi-groups-hero-copy h1 {
    font-size: clamp(2.45rem, 10vw, 3.35rem) !important;
    max-width: 11ch !important;
  }

  .toi-home-hero-copy,
  .toi-res-hero-content,
  .toi-lunch-hero-content,
  .toi-cocktails-hero-copy,
  .toi-food-menu-hero-copy,
  .toi-contact-hero-copy,
  .toi-story-hero-copy,
  .toi-groups-hero-copy {
    bottom: 38px !important;
  }

  .toi-home-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    max-width: 330px !important;
  }
  .toi-home-btn,
  .toi-lunch-hero-actions a {
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .toi-press-logos,
  .toi-press-logos--pair {
    max-width: 100% !important;
    flex-wrap: wrap !important;
  }
  .toi-press-logos img,
  .toi-press-logos--pair img {
    max-width: 125px !important;
    max-height: 38px !important;
  }
}

/* =========================================================
   v3.2 precision alignment pass
   Contact, groups, menu CTAs and lunch hero actions
   ========================================================= */

/* Centre all CTA copy on one visual axis, independent of inherited theme rules. */
.toi-contact-visit .toi-home-shell,
.toi-order-panel .toi-home-shell,
.toi-food-menu-cta .toi-home-shell,
.toi-groups-date {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.toi-contact-visit .toi-kicker,
.toi-contact-visit h2,
.toi-contact-visit p,
.toi-order-panel .toi-kicker,
.toi-order-panel h2,
.toi-order-panel p,
.toi-food-menu-cta .toi-kicker,
.toi-food-menu-cta h2,
.toi-food-menu-cta p,
.toi-groups-date .toi-kicker,
.toi-groups-date h2,
.toi-groups-date p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.toi-contact-visit h2 {
  width: min(980px, 100%) !important;
  max-width: 980px !important;
  margin-top: 12px !important;
  margin-bottom: 18px !important;
  text-wrap: balance;
}

.toi-contact-visit p {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin-top: 0 !important;
  line-height: 1.7 !important;
  text-wrap: balance;
}

.toi-groups-date h2 {
  width: min(900px, 100%) !important;
  max-width: 900px !important;
  text-wrap: balance;
}

.toi-groups-date p {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  line-height: 1.75 !important;
  text-wrap: balance;
}

.toi-order-panel p,
.toi-food-menu-cta p {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.7 !important;
  text-wrap: balance;
}

.toi-order-panel .toi-home-actions,
.toi-food-menu-cta .toi-home-actions,
.toi-contact-visit .toi-home-actions,
.toi-groups-date .toi-home-actions {
  justify-content: center !important;
  align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Lunch hero uses the same button component as the rest of the coded site. */
.toi-lunch-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: 12px !important;
  margin-top: 30px !important;
}

.toi-lunch-hero-actions .toi-home-btn {
  min-width: 220px !important;
  min-height: 48px !important;
  box-sizing: border-box !important;
}

@media (max-width: 600px) {
  .toi-lunch-hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    width: min(330px, 100%) !important;
  }

  .toi-lunch-hero-actions .toi-home-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .toi-contact-visit h2,
  .toi-groups-date h2,
  .toi-order-panel h2,
  .toi-food-menu-cta h2 {
    text-wrap: balance;
  }
}

/* =========================================================
   v3.3 boutique typography + lunch CTA refinement
   Reduce editorial scale, improve restraint, preserve hierarchy.
   ========================================================= */

:root {
  --toi-display-hero: clamp(2.75rem, 4vw, 4.15rem);
  --toi-display-section: clamp(2.15rem, 3vw, 3.05rem);
  --toi-display-feature: clamp(1.8rem, 2.35vw, 2.45rem);
}

/* Hero headlines: still strong, no longer dominate the photography. */
.toi-home-hero-copy h1,
.toi-res-hero-content h1,
.toi-lunch-hero-content h1,
.toi-cocktails-hero-copy h1,
.toi-food-menu-hero-copy h1,
.toi-contact-hero-copy h1,
.toi-story-hero-copy h1,
.toi-groups-hero-copy h1 {
  font-size: var(--toi-display-hero) !important;
  line-height: 1.02 !important;
  letter-spacing: -.018em !important;
  max-width: 14ch !important;
}

/* Primary editorial / section statements. */
.toi-home-intro h2,
.toi-home-section-head h2,
.toi-home-food-copy h2,
.toi-home-location-intro h2,
.toi-home-press-head h2,
.toi-cocktails-intro h2,
.toi-cocktails-editorial h2,
.toi-cocktails-dinner h2,
.toi-cocktails-section-head h2,
.toi-food-menu-intro h2,
.toi-food-menu-feature h2,
.toi-food-menu-editorial h2,
.toi-food-menu-cta h2,
.toi-contact-intro h2,
.toi-contact-hours h2,
.toi-contact-parking h2,
.toi-contact-visit h2,
.toi-story-intro h2,
.toi-story-copy h2,
.toi-story-proof h2,
.toi-groups-intro h2,
.toi-groups-copy h2,
.toi-groups-date h2,
.toi-lunch-intro h2,
.toi-lunch-finishing h2,
.toi-lunch-corporate h2,
.toi-lunch-download h2,
.toi-res-widget-heading h2,
.toi-res-occasion-copy h2,
.toi-res-groups h2,
.toi-res-final-cta h2 {
  font-size: var(--toi-display-section) !important;
  line-height: 1.08 !important;
  letter-spacing: -.012em !important;
}

/* Mid-level headings should support the page, not compete with it. */
.toi-lunch-menu-block h2,
.toi-res-practical-heading h2,
.toi-food-menu-notes-head h2 {
  font-size: var(--toi-display-feature) !important;
  line-height: 1.12 !important;
}

/* The homepage opening split feels more deliberate with a narrower statement. */
.toi-home-intro h2 {
  max-width: 11ch;
}

/* Lunch corporate CTA: both buttons must read as one component family. */
.toi-lunch-corporate .toi-lunch-hero-actions > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px !important;
  min-height: 52px !important;
  box-sizing: border-box !important;
  padding: 0 24px !important;
  margin: 0 !important;
  line-height: 1 !important;
}

/* Same rule for any other paired lunch CTAs. */
.toi-lunch-hero-actions > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  line-height: 1 !important;
}

@media (max-width: 900px) {
  :root {
    --toi-display-hero: clamp(2.35rem, 7.8vw, 3.35rem);
    --toi-display-section: clamp(1.9rem, 6vw, 2.55rem);
    --toi-display-feature: clamp(1.65rem, 5vw, 2.1rem);
  }

  .toi-home-hero-copy h1,
  .toi-res-hero-content h1,
  .toi-lunch-hero-content h1,
  .toi-cocktails-hero-copy h1,
  .toi-food-menu-hero-copy h1,
  .toi-contact-hero-copy h1,
  .toi-story-hero-copy h1,
  .toi-groups-hero-copy h1 {
    font-size: var(--toi-display-hero) !important;
    max-width: 13ch !important;
  }
}

@media (max-width: 600px) {
  :root {
    --toi-display-hero: clamp(2.15rem, 8.8vw, 2.9rem);
    --toi-display-section: clamp(1.8rem, 7vw, 2.3rem);
    --toi-display-feature: clamp(1.55rem, 6vw, 1.95rem);
  }

  .toi-home-intro h2 {
    max-width: 12ch;
  }

  .toi-lunch-corporate .toi-lunch-hero-actions,
  .toi-lunch-hero-actions {
    width: 100% !important;
    max-width: 330px !important;
  }

  .toi-lunch-corporate .toi-lunch-hero-actions > a,
  .toi-lunch-hero-actions > a {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* =========================================================
   v3.4 premium editorial typography + alignment audit
   Jost remains the functional/body face. Cormorant Garamond is
   reserved for display headings so the site feels quieter and
   more editorial, not louder.
   ========================================================= */

:root {
  --toi-display-font: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --toi-display-hero: clamp(2.55rem, 3.25vw, 3.65rem);
  --toi-display-section: clamp(1.9rem, 2.25vw, 2.55rem);
  --toi-display-feature: clamp(1.55rem, 1.8vw, 2rem);
  --toi-copy-max: 48rem;
}

/* Kill the parent theme's all-caps display treatment on every coded page. */
.toi-home h1, .toi-home h2,
.toi-res-page h1, .toi-res-page h2,
.toi-lunch-page h1, .toi-lunch-page h2,
.toi-cocktails-page h1, .toi-cocktails-page h2,
.toi-food-menu-page h1, .toi-food-menu-page h2,
.toi-contact-page h1, .toi-contact-page h2,
.toi-story-page h1, .toi-story-page h2,
.toi-groups-page h1, .toi-groups-page h2,
.toi-halal-page h1, .toi-halal-page h2,
.toi-press-page h1, .toi-press-page h2,
.toi-site-footer h2 {
  font-family: var(--toi-display-font) !important;
  text-transform: none !important;
  font-weight: 500 !important;
  letter-spacing: -.018em !important;
  text-wrap: balance;
}

/* Main photographic hero titles. */
.toi-home-hero-copy h1,
.toi-res-hero-content h1,
.toi-lunch-hero-content h1,
.toi-cocktails-hero-copy h1,
.toi-food-menu-hero-copy h1,
.toi-contact-hero-copy h1,
.toi-story-hero-copy h1,
.toi-groups-hero-copy h1,
.toi-press-page-hero h1,
.toi-halal-hero h1 {
  font-size: var(--toi-display-hero) !important;
  line-height: 1.02 !important;
  max-width: 17ch !important;
  letter-spacing: -.022em !important;
}

/* Major section titles. */
.toi-home-intro h2,
.toi-home-section-head h2,
.toi-home-food-copy h2,
.toi-home-location-intro h2,
.toi-home-press-head h2,
.toi-cocktails-intro h2,
.toi-cocktails-editorial h2,
.toi-cocktails-dinner h2,
.toi-cocktails-section-head h2,
.toi-food-menu-intro h2,
.toi-food-menu-feature h2,
.toi-food-menu-editorial h2,
.toi-food-menu-cta h2,
.toi-contact-intro h2,
.toi-contact-hours h2,
.toi-contact-parking h2,
.toi-contact-visit h2,
.toi-story-intro h2,
.toi-story-copy h2,
.toi-story-proof h2,
.toi-groups-intro h2,
.toi-groups-copy h2,
.toi-groups-date h2,
.toi-lunch-intro h2,
.toi-lunch-finishing h2,
.toi-lunch-corporate h2,
.toi-lunch-download h2,
.toi-res-widget-heading h2,
.toi-res-occasion-copy h2,
.toi-res-groups h2,
.toi-res-final-cta h2,
.toi-press-feature h2,
.toi-press-page-cta h2,
.toi-halal-section h2,
.toi-halal-food-band-copy h2 {
  font-size: var(--toi-display-section) !important;
  line-height: 1.08 !important;
  letter-spacing: -.015em !important;
}

/* Smaller editorial headings. */
.toi-lunch-menu-block h2,
.toi-res-practical-heading h2,
.toi-food-menu-notes-head h2,
.toi-footer-brand h2 {
  font-size: var(--toi-display-feature) !important;
  line-height: 1.12 !important;
}

/* Remove brittle narrow line lengths created for the old giant type. */
.toi-home-intro h2,
.toi-food-menu-intro h2,
.toi-contact-intro h2,
.toi-story-intro h2,
.toi-groups-intro h2,
.toi-lunch-corporate h2 {
  max-width: 17ch !important;
}

.toi-home-section-head h2,
.toi-home-press-head h2,
.toi-contact-visit h2,
.toi-groups-date h2,
.toi-food-menu-cta h2,
.toi-order-panel h2,
.toi-press-page-hero h1 {
  max-width: 22ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Two-column intros: top-align copy consistently instead of inherited end/centre alignment. */
.toi-home-intro,
.toi-food-menu-intro,
.toi-contact-intro,
.toi-story-intro,
.toi-groups-intro,
.toi-lunch-corporate {
  align-items: start !important;
}

/* Paragraph columns use a consistent readable measure. */
.toi-home-intro-copy,
.toi-food-menu-intro > div:last-child,
.toi-contact-intro > div:last-child,
.toi-story-intro > div:last-child,
.toi-groups-intro > div:last-child,
.toi-lunch-corporate > div:last-child {
  max-width: var(--toi-copy-max);
}

/* Slightly calmer rhythm after reducing display sizes. */
.toi-home-intro,
.toi-food-menu-intro,
.toi-story-intro,
.toi-groups-intro {
  padding-top: clamp(72px, 6vw, 92px) !important;
  padding-bottom: clamp(72px, 6vw, 92px) !important;
}

.toi-contact-intro {
  margin-bottom: 44px !important;
}

/* Press content was also inheriting the theme's uppercase blockquote style. */
.toi-press-slide blockquote,
.toi-press-feature blockquote,
.toi-res-quote blockquote {
  font-family: var(--toi-display-font) !important;
  text-transform: none !important;
  letter-spacing: -.012em !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
}

.toi-press-slide blockquote {
  font-size: clamp(1.85rem, 2.4vw, 2.55rem) !important;
  max-width: 18ch !important;
}

.toi-press-feature blockquote {
  font-size: clamp(1.35rem, 1.7vw, 1.75rem) !important;
}

/* Supporting copy should feel generous, not oversized. */
.toi-home p,
.toi-res-page p,
.toi-lunch-page p,
.toi-cocktails-page p,
.toi-food-menu-page p,
.toi-contact-page p,
.toi-story-page p,
.toi-groups-page p,
.toi-halal-page p,
.toi-press-page p {
  font-size: 1rem;
  line-height: 1.72;
}

/* Preserve compact uppercase utility typography only where it belongs. */
.toi-kicker,
.toi-home-btn,
.toi-res-main-button,
.toi-res-btn-outline,
.toi-lunch-day,
.toi-lunch-selection-label,
.toi-food-menu-section > h2,
.toi-site-footer h3 {
  font-family: 'Jost', sans-serif !important;
}

/* Lunch paired CTAs: identical visual boxes, both in hero and corporate block. */
.toi-lunch-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: 12px !important;
}

.toi-lunch-hero-actions > a,
.toi-lunch-corporate .toi-lunch-hero-actions > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 220px !important;
  min-width: 220px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 22px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  :root {
    --toi-display-hero: clamp(2.25rem, 6.5vw, 3rem);
    --toi-display-section: clamp(1.75rem, 4.8vw, 2.2rem);
    --toi-display-feature: clamp(1.45rem, 4vw, 1.8rem);
  }

  .toi-home-intro h2,
  .toi-food-menu-intro h2,
  .toi-contact-intro h2,
  .toi-story-intro h2,
  .toi-groups-intro h2,
  .toi-lunch-corporate h2 {
    max-width: 20ch !important;
  }
}

@media (max-width: 600px) {
  :root {
    --toi-display-hero: clamp(2.1rem, 9vw, 2.65rem);
    --toi-display-section: clamp(1.7rem, 7vw, 2.05rem);
    --toi-display-feature: clamp(1.4rem, 6vw, 1.7rem);
  }

  .toi-home-hero-copy h1,
  .toi-res-hero-content h1,
  .toi-lunch-hero-content h1,
  .toi-cocktails-hero-copy h1,
  .toi-food-menu-hero-copy h1,
  .toi-contact-hero-copy h1,
  .toi-story-hero-copy h1,
  .toi-groups-hero-copy h1,
  .toi-press-page-hero h1,
  .toi-halal-hero h1 {
    max-width: 15ch !important;
    line-height: 1.04 !important;
  }

  .toi-home-intro,
  .toi-food-menu-intro,
  .toi-story-intro,
  .toi-groups-intro {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .toi-lunch-hero-actions,
  .toi-lunch-corporate .toi-lunch-hero-actions {
    width: min(330px, 100%) !important;
    flex-direction: column !important;
  }

  .toi-lunch-hero-actions > a,
  .toi-lunch-corporate .toi-lunch-hero-actions > a {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* =========================================================
   v3.5 precision typography + alignment corrections
   Keeps the premium serif where it works, removes forced
   narrow measures, and restores Jost where the serif felt wrong.
   ========================================================= */

/* 1) Never force short editorial headings into vertical towers. */
.toi-home-press-head h2,
.toi-home-food-copy h2,
.toi-food-menu-feature h2,
.toi-food-menu-editorial h2,
.toi-home-location-intro h2 {
  max-width: none !important;
  width: auto !important;
  text-wrap: pretty !important;
}

@media (min-width: 1000px) {
  .toi-home-press-head h2,
  .toi-food-menu-feature h2,
  .toi-food-menu-editorial h2,
  .toi-home-location-intro h2 {
    white-space: nowrap !important;
  }

  .toi-home-press-head h2 {
    font-size: 2.2rem !important;
  }

  .toi-food-menu-feature h2,
  .toi-food-menu-editorial h2 {
    font-size: 2.05rem !important;
  }
}

/* Homepage opening statement: editorial, but no more five-line tower. */
.toi-home-intro {
  grid-template-columns: .82fr 1.18fr !important;
  gap: clamp(56px, 6vw, 92px) !important;
}
.toi-home-intro h2 {
  max-width: 18ch !important;
  font-size: clamp(2rem, 2.45vw, 2.55rem) !important;
  line-height: 1.08 !important;
}

/* 2) Press carousel and press-page subtitles share one exact centre axis. */
.toi-home-press-head,
.toi-home-press-head .toi-kicker,
.toi-home-press-head h2,
.toi-press-page-hero-inner,
.toi-press-page-hero p {
  text-align: center !important;
}
.toi-home-press-head {
  display: block !important;
  width: min(100%, 980px) !important;
  margin: 0 auto 38px !important;
}
.toi-home-press-head .toi-kicker,
.toi-home-press-head h2 {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.toi-press-page-hero p {
  display: block !important;
  width: min(620px, 100%) !important;
  max-width: 620px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.toi-press-slide blockquote {
  width: min(900px, 100%) !important;
  max-width: 900px !important;
  font-size: clamp(1.9rem, 2.35vw, 2.45rem) !important;
  line-height: 1.08 !important;
  margin: 26px auto 20px !important;
  white-space: normal !important;
  text-wrap: balance !important;
}
.toi-press-slide p {
  width: min(720px, 100%) !important;
  max-width: 720px !important;
  margin: 0 auto 20px !important;
}

/* 3) Food menu: one separator between editorial image blocks and the next list. */
.toi-food-menu-editorial {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 64px !important;
}
.toi-food-menu-editorial + .toi-food-menu-section {
  border-top: 1px solid var(--toi-border) !important;
}
.toi-food-menu-list > .toi-food-menu-section:first-child {
  border-top: 0 !important;
}

/* 4) Halal page: restore the restrained Fidalgo/Jost voice.
      Arabic remains the visual signature. */
.toi-halal-page h1,
.toi-halal-page h2 {
  font-family: 'Jost', sans-serif !important;
  text-transform: none !important;
  font-weight: 300 !important;
  letter-spacing: .015em !important;
  line-height: 1.12 !important;
  text-wrap: balance !important;
}
.toi-halal-hero h1 {
  font-size: clamp(2.15rem, 3.1vw, 3.15rem) !important;
  max-width: none !important;
  margin: 14px auto 18px !important;
}
.toi-halal-lead {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center !important;
  line-height: 1.75 !important;
}
.toi-halal-section h2,
.toi-halal-food-band-copy h2 {
  font-size: clamp(1.9rem, 2.5vw, 2.55rem) !important;
  max-width: 100% !important;
}
.toi-halal-transparency h2 {
  font-size: clamp(1.8rem, 2.2vw, 2.3rem) !important;
  letter-spacing: .01em !important;
}

/* 5) Contact intro: actual two-column structure instead of three grid children. */
.toi-contact-intro {
  display: grid !important;
  grid-template-columns: .95fr 1.05fr !important;
  gap: clamp(54px, 6vw, 86px) !important;
  align-items: center !important;
  margin-bottom: 44px !important;
}
.toi-contact-intro-heading,
.toi-contact-intro-copy {
  min-width: 0 !important;
}
.toi-contact-intro-heading h2 {
  margin: 12px 0 0 !important;
  max-width: 17ch !important;
}
.toi-contact-intro-copy p {
  margin: 0 !important;
  max-width: 600px !important;
}

/* 6) 21 Graham Street is a practical location marker, not an editorial headline. */
.toi-home-location-intro h2 {
  font-family: 'Jost', sans-serif !important;
  font-size: clamp(2rem, 2.8vw, 2.8rem) !important;
  font-weight: 300 !important;
  letter-spacing: -.02em !important;
  text-transform: none !important;
  line-height: 1.08 !important;
}

/* 7) Mobile: keep titles compact and natural rather than word-stacked. */
@media (max-width: 780px) {
  .toi-home-intro {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .toi-home-intro h2,
  .toi-home-press-head h2,
  .toi-food-menu-feature h2,
  .toi-food-menu-editorial h2,
  .toi-home-location-intro h2 {
    white-space: normal !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .toi-contact-intro {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .toi-contact-intro-heading h2 {
    max-width: 100% !important;
  }
  .toi-halal-hero h1 {
    font-size: clamp(2rem, 9vw, 2.5rem) !important;
  }
  .toi-halal-section h2,
  .toi-halal-food-band-copy h2 {
    font-size: clamp(1.75rem, 7vw, 2.1rem) !important;
  }
}

/* =========================================================
   v3.6 homepage alignment + cocktail archive + image variety
   ========================================================= */

/* Homepage occasion heading: kicker and title share the same left axis. */
.toi-home-experiences .toi-home-section-head {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 42px !important;
  text-align: left !important;
}
.toi-home-experiences .toi-home-section-head .toi-kicker,
.toi-home-experiences .toi-home-section-head h2 {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}
.toi-home-experiences .toi-home-section-head h2 {
  margin-top: 12px !important;
  white-space: nowrap !important;
}

/* Home food feature now uses a true spread photograph, so let it breathe. */
.toi-home-food {
  grid-template-columns: 1.15fr .85fr !important;
  gap: clamp(54px, 6vw, 86px) !important;
}
.toi-home-food-image {
  aspect-ratio: 4 / 3 !important;
}
.toi-home-food-image img {
  object-position: 50% 50% !important;
}

/* Cocktail archive cards: enquiry labels are descriptors, not prices. */
.toi-cocktail-card-title span {
  font-size: .72rem !important;
  text-transform: uppercase !important;
  letter-spacing: .12em !important;
  font-weight: 500 !important;
}

@media (max-width: 900px) {
  .toi-home-experiences .toi-home-section-head h2 {
    white-space: normal !important;
  }
  .toi-home-food {
    grid-template-columns: 1fr !important;
  }
  .toi-home-food-image {
    aspect-ratio: 4 / 3 !important;
  }
}
