/* =========================================================
   TITIRANGI INDIAN KITCHEN — CONTACT / DEALS / MAP / FOOTER
   Prefixes: tik-contact, tik-deals, tik-map, tik-footer
   ========================================================= */

.tik-contact,
.tik-deals,
.tik-map-section {
  position: relative;
  overflow: hidden;
}

.tik-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--tik-gold);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.tik-section-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: .75;
}

/* ---------------- Contact ---------------- */
.tik-contact {
  padding: clamp(82px, 8vw, 126px) 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(185,144,61,.13), transparent 30%),
    #f6eedc;
  color: #17130d;
}

.tik-contact::after {
  content: "";
  position: absolute;
  right: -135px;
  top: -135px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(185,144,61,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(185,144,61,.045), 0 0 0 88px rgba(185,144,61,.025);
  pointer-events: none;
}

.tik-contact__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
}

.tik-contact__intro h2,
.tik-deals__head h2,
.tik-map-section__head h2 {
  margin: 0;
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.035em;
}

.tik-contact__intro h2 {
  max-width: 720px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: .98;
  color: #17130d;
}

.tik-contact__intro h2 em {
  display: block;
  color: var(--tik-gold);
  font-style: normal;
}

.tik-contact__intro > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #6f6554;
  font-size: 15px;
  line-height: 1.9;
}

.tik-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tik-contact__btn {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #17130d;
  background: #17130d;
  color: #fff7e7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.tik-contact__btn:hover {
  transform: translateY(-2px);
  background: var(--tik-gold);
  border-color: var(--tik-gold);
  color: #090704;
}

.tik-contact__btn--ghost {
  background: transparent;
  color: #17130d;
  border-color: rgba(23,19,13,.30);
}

.tik-contact__btn--ghost:hover {
  border-color: var(--tik-gold);
}

.tik-contact__card {
  position: relative;
  padding: clamp(30px, 4vw, 48px);
  background: #12100b;
  color: #fff4dc;
  border: 1px solid rgba(185,144,61,.30);
  box-shadow: 0 26px 70px rgba(57,39,12,.18);
}

.tik-contact__card::before,
.tik-contact__card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tik-contact__card::before {
  inset: 8px;
  border: 1px solid rgba(185,144,61,.14);
}

.tik-contact__card::after {
  left: 36px;
  right: 36px;
  top: 0;
  height: 2px;
  background: var(--tik-gold);
}

.tik-contact__card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(185,144,61,.38);
  color: var(--tik-gold-light);
  font-size: 24px;
}

.tik-contact__card-label {
  display: block;
  margin-bottom: 10px;
  color: var(--tik-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tik-contact__card h3 {
  margin: 0 0 14px;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 400;
}

.tik-contact__address {
  margin: 0;
  color: rgba(255,244,220,.68);
  font-size: 15px;
  line-height: 1.8;
}

.tik-contact__mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.tik-contact__mini a {
  min-height: 78px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(185,144,61,.18);
  background: rgba(255,255,255,.025);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.tik-contact__mini a:hover {
  transform: translateY(-2px);
  border-color: rgba(185,144,61,.55);
  background: rgba(185,144,61,.07);
}

.tik-contact__mini i {
  color: var(--tik-gold-light);
  font-size: 21px;
}

.tik-contact__mini strong,
.tik-contact__mini span {
  display: block;
}

.tik-contact__mini strong {
  margin-bottom: 3px;
  color: #fff4dc;
  font-size: 13px;
}

.tik-contact__mini span {
  color: rgba(255,244,220,.52);
  font-size: 11px;
}

/* ---------------- Deals / Online Order ---------------- */
.tik-deals {
  padding: clamp(78px, 7.5vw, 116px) 0;
  background: #fffaf0;
  color: #17130d;
  border-top: 1px solid rgba(185,144,61,.18);
}

.tik-deals__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 36px;
}

.tik-deals__head h2 {
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1;
}

.tik-deals__head h2 em {
  color: var(--tik-gold);
  font-style: normal;
}

.tik-deals__head p {
  max-width: 610px;
  margin: 16px 0 0;
  color: #6f6554;
  line-height: 1.75;
  font-size: 14px;
}

.tik-deals__order-btn {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--tik-gold);
  border: 1px solid var(--tik-gold);
  color: #0a0805;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.tik-deals__order-btn:hover {
  transform: translateY(-2px);
  background: #11100d;
  color: var(--tik-gold-light);
}

#dealsWidget {
  --omw-accent: #b9903d;
  --omw-accent2: #8f6b2b;
  --omw-radius: 0px;
  --omw-radius-tab: 0px;
  background: transparent !important;
  padding: 0 !important;
}

#dealsWidget .omw-promo-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

#dealsWidget .omw-promo-card {
  border-color: rgba(185,144,61,.20);
  box-shadow: 0 14px 34px rgba(64,45,17,.08);
}

#dealsWidget .omw-promo-img {
  height: 220px;
}

#dealsWidget .omw-promo-btn {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .05em;
}

#dealsWidget .omw-empty {
  padding: 28px 0;
  color: #756a58;
}

/* ---------------- Map ---------------- */
.tik-map-section {
  padding: clamp(76px, 7vw, 110px) 0;
  background: #0c0a07;
  color: #fff4dc;
  border-top: 1px solid rgba(185,144,61,.14);
}

.tik-map-section__head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 32px;
}

.tik-map-section__head h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  color: #fff4dc;
}

.tik-map-section__head p {
  margin: 0;
  color: rgba(255,244,220,.58);
  font-size: 14px;
  line-height: 1.8;
}

.tik-map {
  position: relative;
  height: clamp(390px, 48vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(185,144,61,.26);
  background: #17130d;
}

.tik-map::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 8px solid #0c0a07;
  box-shadow: inset 0 0 0 1px rgba(185,144,61,.25);
  pointer-events: none;
}

.tik-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.88) contrast(1.02);
}

.tik-map__label {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 26px;
  max-width: 390px;
  padding: 18px 20px;
  background: rgba(12,10,7,.94);
  border: 1px solid rgba(185,144,61,.30);
  backdrop-filter: blur(8px);
}

.tik-map__label strong,
.tik-map__label span {
  display: block;
}

.tik-map__label strong {
  margin-bottom: 5px;
  font-family: "Marcellus", Georgia, serif;
  color: #fff4dc;
  font-size: 20px;
  font-weight: 400;
}

.tik-map__label span {
  color: rgba(255,244,220,.62);
  font-size: 12px;
  line-height: 1.6;
}

/* ---------------- Footer ---------------- */
.tik-footer {
  position: relative;
  padding: 76px 0 26px;
  background: #070604;
  color: #f5ead3;
  border-top: 1px solid rgba(185,144,61,.20);
}

.tik-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1220px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(185,144,61,.58), transparent);
}

.tik-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr .7fr 1fr 1.25fr;
  gap: clamp(26px, 4vw, 58px);
  align-items: start;
}

.tik-footer__brand img {
  display: block;
  width: min(235px, 100%);
  height: auto;
  margin-bottom: 20px;
}

.tik-footer__brand p {
  max-width: 310px;
  margin: 0;
  color: rgba(245,234,211,.54);
  font-size: 13px;
  line-height: 1.8;
}

.tik-footer__title {
  margin: 4px 0 18px;
  color: var(--tik-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tik-footer__links {
  display: grid;
  gap: 10px;
}

.tik-footer__links a {
  width: fit-content;
  color: rgba(245,234,211,.68);
  font-size: 13px;
  transition: color .18s ease, transform .18s ease;
}

.tik-footer__links a:hover {
  color: var(--tik-gold-light);
  transform: translateX(3px);
}

.tik-footer__address {
  margin: 0;
  color: rgba(245,234,211,.62);
  font-size: 13px;
  line-height: 1.75;
}

.tik-footer__directions {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: var(--tik-gold-light);
  font-size: 12px;
  font-weight: 700;
}

/* Widget is dynamically injected into this dark footer slot. */
.tik-footer #hoursWidget {
  --omw-accent: #d4ae5b;
  --omw-accent2: #b9903d;
  --omw-text: #f5ead3;
  --omw-text-muted: rgba(245,234,211,.58);
  --omw-bg: transparent;
  --omw-bg-alt: transparent;
  --omw-border: rgba(185,144,61,.18);
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: #f5ead3 !important;
}

.tik-footer #hoursWidget .omw-section {
  margin-bottom: 0;
}

.tik-footer #hoursWidget .omw-hours-table {
  color: inherit;
  font-size: 12px;
}

.tik-footer #hoursWidget .omw-hours-table td {
  padding: 5px 8px 5px 0;
  background: transparent !important;
}

.tik-footer #hoursWidget .omw-day {
  min-width: 100px;
  color: #f5ead3;
  white-space: normal;
}

.tik-footer #hoursWidget .omw-times {
  color: rgba(245,234,211,.56);
}

.tik-footer #hoursWidget .omw-time-slot {
  white-space: normal;
}

.tik-footer__bottom {
  margin-top: 54px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(185,144,61,.13);
  color: rgba(245,234,211,.44);
  font-size: 11px;
}

.tik-footer__bottom a {
  color: rgba(245,234,211,.62);
}

/* ---------------- Reveal animation ---------------- */
[data-contact-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

[data-contact-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .tik-contact__grid {
    grid-template-columns: 1fr 390px;
    gap: 38px;
  }

  .tik-footer__grid {
    grid-template-columns: 1.2fr .8fr 1fr;
  }

  .tik-footer__hours {
    grid-column: 1 / -1;
    padding-top: 8px;
  }

  .tik-footer #hoursWidget .omw-hours-table {
    max-width: 720px;
  }
}

@media (max-width: 820px) {
  .tik-contact__grid,
  .tik-map-section__head {
    grid-template-columns: 1fr;
  }

  .tik-contact__card {
    max-width: 620px;
  }

  .tik-deals__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tik-deals__order-btn {
    width: fit-content;
  }

  .tik-map-section__head {
    gap: 20px;
  }

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

  .tik-footer__hours {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .tik-contact,
  .tik-deals,
  .tik-map-section {
    padding-block: 68px;
  }

  .tik-contact__intro h2 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .tik-contact__actions,
  .tik-contact__mini {
    grid-template-columns: 1fr;
  }

  .tik-contact__actions {
    display: grid;
  }

  .tik-contact__btn {
    width: 100%;
  }

  .tik-contact__mini {
    display: grid;
  }

  .tik-map {
    height: 430px;
  }

  .tik-map__label {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .tik-footer {
    padding-top: 60px;
  }

  .tik-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tik-footer__bottom {
    margin-top: 38px;
    align-items: flex-start;
    flex-direction: column;
  }

  .tik-footer #hoursWidget .omw-day {
    min-width: 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-contact-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
