/* ===================================================================
 *  Sri Shyam Kulfi — brand overrides
 * =================================================================== */

:root {
  --kulfi-saffron: #e87722;
  --kulfi-saffron-deep: #c45f12;
  --kulfi-cream: #fff6eb;
  --kulfi-milk: #fffdf8;
  --kulfi-cocoa: #2a1810;
  --kulfi-ink: #1c140f;
  --kulfi-wa: #25d366;
  --kulfi-swiggy: #fc8019;
  --kulfi-zomato: #e23744;
}

/* ---- header logo ---- */
header .header-logo a {
  width: 72px;
  height: 72px;
  background: none !important;
  font: 0/0 a !important;
  color: transparent !important;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  border: 2px solid rgba(255, 255, 255, 0.85);
}

header .header-logo a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  header .header-logo a {
    width: 56px;
    height: 56px;
  }
}

/* ---- home hero: product photo slideshow ---- */
#home {
  background-image: none;
  background-color: var(--kulfi-saffron-deep);
  overflow: hidden;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition:
    opacity 1.4s ease,
    transform 6s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

#home .overlay {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(
    160deg,
    rgba(42, 24, 16, 0.72) 0%,
    rgba(196, 95, 18, 0.42) 45%,
    rgba(42, 24, 16, 0.68) 100%
  );
}

#home .home-content-table,
#home .home-social-list,
#home .scrolldown {
  position: relative;
  z-index: 2;
}

.hero-logo {
  display: block;
  width: 148px;
  height: 148px;
  margin: 0 auto 2.4rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  border: 3px solid rgba(255, 255, 255, 0.9);
  animation: heroLogoFloat 4.5s ease-in-out infinite;
}

@keyframes heroLogoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.home-content-tablecell h3 {
  color: #ffd9a8;
  letter-spacing: 0.18rem;
  font-size: 1.6rem;
  text-transform: none;
}

.home-content-tablecell h1 {
  font-size: clamp(4.2rem, 9vw, 8.4rem);
  line-height: 1.08;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.35);
}

.home-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}

.home-cta .button {
  margin: 0;
}

.home-cta .button:hover,
.home-cta .button:focus {
  background: var(--kulfi-saffron) !important;
  border-color: var(--kulfi-saffron) !important;
  color: #fff !important;
}

.nav-promo {
  display: none;
}

/* ---- promo (dated offer) ---- */
#promo {
  background: var(--kulfi-cream);
  padding: 7.2rem 0 6.4rem;
  text-align: center;
}

#promo .promo-wrap {
  max-width: 440px;
  width: min(440px, 92vw);
  margin: 0 auto;
  padding: 0 1.6rem;
  box-sizing: border-box;
}

#promo .promo-header h3 {
  font-family: "montserrat-bold", sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kulfi-saffron-deep);
  margin: 0 0 0.8rem;
}

#promo .promo-header p {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.5rem;
  color: #5a4638;
  margin: 0 0 2.8rem;
}

#promo .promo-card {
  display: inline-block;
  width: auto;
  max-width: 100%;
  line-height: 0;
  margin: 0 auto;
  padding: 0.6rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(42, 24, 16, 0.14);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

#promo .promo-card:hover,
#promo .promo-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(42, 24, 16, 0.2);
}

#promo .promo-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

#promo .promo-card object {
  display: none;
  width: 100%;
  height: min(62vh, 560px);
  border-radius: 6px;
}

#promo .promo-card.is-pdf img {
  display: none;
}

#promo .promo-card.is-pdf object {
  display: block;
}

@media only screen and (max-width: 600px) {
  #promo {
    padding: 5.6rem 0 5.2rem;
  }

  #promo .promo-wrap {
    max-width: 320px;
    width: min(320px, 90vw);
    padding: 0 1.2rem;
  }

  #promo .promo-card.is-pdf object {
    height: min(58vh, 420px);
  }
}

/* ---- about ---- */
#about {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(232, 119, 34, 0.12), transparent 50%),
    radial-gradient(ellipse at 90% 80%, rgba(255, 200, 120, 0.2), transparent 45%),
    var(--kulfi-milk);
  padding: 8rem 0 9rem !important;
  min-height: 0 !important;
  text-align: center;
}

#about .about-wrap {
  max-width: 1120px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(2rem, 5vw, 4.8rem);
  box-sizing: border-box;
}

#about .about-header {
  display: block;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 3.2rem;
  padding: 0 !important;
  text-align: center;
}

#about .about-eyebrow,
#about h3.about-eyebrow {
  display: block;
  width: 100%;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--kulfi-saffron-deep);
  margin: 0 0 0.8rem;
  text-align: center;
}

#about .about-title,
#about h3.about-title {
  display: block;
  width: 100%;
  font-family: "montserrat-bold", sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kulfi-saffron-deep);
  margin: 0;
  position: relative;
  padding: 0;
  text-align: center;
}

#about .about-title::before,
#about h3::before {
  display: none !important;
  content: none !important;
}

#about .about-photo {
  display: block;
  position: relative;
  z-index: 0;
  float: none;
  clear: both;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 4.8rem;
  padding: 0;
}

#about .about-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(42, 24, 16, 0.16);
}

#about .about-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  clear: both;
}

#about .about-article {
  min-width: 0;
  padding: 0;
}

#about .about-article h4 {
  font-family: "librebaskerville-bold", "librebaskerville-regular", serif;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  line-height: 1.4;
  color: var(--kulfi-saffron-deep);
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 1.6rem;
}

#about .about-article p {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #5a4638;
  margin: 0 0 1.4rem;
  max-width: none;
  text-align: left;
}

#about .about-article p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 900px) {
  #about {
    padding: 9.6rem 0 10.4rem !important;
  }

  #about .about-header {
    margin-bottom: 4rem;
  }

  #about .about-photo {
    max-width: 620px;
    margin-bottom: 5.6rem;
  }

  #about .about-articles {
    grid-template-columns: 1fr 1fr;
    gap: 4.8rem 5.6rem;
    align-items: start;
  }

  #about .about-article h4 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  #about {
    padding: 6.4rem 0 7.2rem !important;
  }

  #about .about-wrap {
    padding: 0 2.4rem;
  }

  #about .about-header {
    margin-bottom: 2.4rem;
  }

  #about .about-eyebrow {
    font-size: 1.2rem;
  }

  #about .about-title,
  #about h3.about-title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }

  #about .about-photo {
    max-width: 100%;
    margin-bottom: 3.6rem;
  }

  #about .about-photo img {
    max-height: 280px;
  }

  #about .about-articles {
    gap: 3.6rem;
  }

  #about .about-article h4 {
    font-size: 1.8rem;
  }

  #about .about-article p {
    font-size: 1.45rem;
    line-height: 1.7;
  }
}

/* ---- gallery ---- */
#gallery {
  background: var(--kulfi-cream);
  padding: 9rem 0 8rem;
}

#gallery .section-intro h3 {
  color: var(--kulfi-saffron-deep);
}

#gallery .section-intro h1 {
  color: var(--kulfi-cocoa);
}

#gallery .section-intro .lead {
  color: #5a4638;
}

.kulfi-gallery {
  max-width: 1180px;
  margin: 0 auto;
}

.kulfi-shot {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(42, 24, 16, 0.14);
  background: var(--kulfi-saffron);
}

.kulfi-shot img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition:
    transform 0.7s ease,
    filter 0.4s ease;
}

.kulfi-shot:hover img {
  transform: scale(1.08);
  filter: brightness(0.88);
}

.kulfi-shot__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.6rem 1.8rem;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(transparent, rgba(42, 24, 16, 0.78));
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.kulfi-shot:hover .kulfi-shot__label {
  opacity: 1;
  transform: translateY(0);
}

.kulfi-gallery__featured {
  float: none;
  width: 100%;
  clear: both;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 15px;
}

.kulfi-shot--wide img {
  height: 360px;
}

@media only screen and (max-width: 768px) {
  .kulfi-shot img,
  .kulfi-shot--wide img {
    height: 240px;
  }

  .kulfi-shot__label {
    opacity: 1;
    transform: none;
  }
}

/* ---- order ---- */
#order {
  position: relative;
  background-color: var(--kulfi-cocoa);
  background-image:
    linear-gradient(135deg, rgba(42, 24, 16, 0.72), rgba(196, 95, 18, 0.55)),
    url(/Kulfi4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 12rem 0 10rem;
  color: #fff;
}

#order .overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 10, 6, 0.35);
}

#order .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 10, 6, 0.15),
    rgba(20, 10, 6, 0.55)
  );
}

#order .section-intro,
#order .order-content {
  position: relative;
  z-index: 2;
}

#order .section-intro h3 {
  color: #ffd9a8;
}

#order .section-intro h1,
#order .section-intro .lead {
  color: #fff;
}

#order .with-bottom-sep::after {
  background-color: var(--kulfi-saffron);
}

.order-content {
  max-width: 1100px;
  margin: 0 auto;
}

.order-item {
  text-align: center;
  padding: 2.4rem 2rem;
}

.order-item .icon {
  display: block;
  margin-bottom: 1.8rem;
}

.order-item .icon i {
  font-size: 4.2rem;
  color: #ffd9a8;
}

.order-item .h05 {
  color: #fff;
}

.order-item p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 2.4rem;
}

.order-btn {
  display: inline-block;
  border: none !important;
  color: #fff !important;
  font-family: "montserrat-bold", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1.2rem 2.4rem !important;
  border-radius: 4px;
  margin: 0.4rem;
  transition:
    filter 0.25s ease,
    transform 0.25s ease;
}

.order-btn:hover,
.order-btn:focus {
  color: #fff !important;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.order-btn--wa {
  background: var(--kulfi-wa) !important;
}
.order-btn--swiggy {
  background: var(--kulfi-swiggy) !important;
}
.order-btn--zomato {
  background: var(--kulfi-zomato) !important;
}

/* ---- menu ---- */
#menu {
  background: var(--kulfi-cream);
  padding-bottom: 6rem;
}

#menu .intro-wrap {
  background: var(--kulfi-cocoa);
  padding: 9rem 0 6rem;
}

#menu .section-intro h3 {
  color: #ffd9a8;
}

#menu .section-intro h1,
#menu .section-intro .lead {
  color: #fff;
}

#menu .menu-lists.row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  width: 100%;
  max-width: 1080px;
  margin: -3.2rem auto 4rem;
  padding: 0 clamp(2rem, 5vw, 3.2rem);
  box-sizing: border-box;
  float: none;
  position: relative;
  z-index: 2;
}

#menu .menu-lists.row:before,
#menu .menu-lists.row:after {
  display: none;
}

#menu .menu-page {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(42, 24, 16, 0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#menu .menu-page:hover,
#menu .menu-page:focus {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(42, 24, 16, 0.24);
}

#menu .menu-page img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

@media only screen and (min-width: 768px) {
  #menu .menu-lists.row {
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
    align-items: start;
  }
}

.menu-category {
  background: var(--kulfi-milk);
  border-left: 4px solid var(--kulfi-saffron);
  padding: 2.2rem 2.4rem;
  margin-bottom: 2.4rem;
  box-shadow: 0 8px 24px rgba(42, 24, 16, 0.06);
}

.menu-category h4 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--kulfi-cocoa);
  margin-bottom: 1.4rem;
  line-height: 1.4;
}

.menu-category h4 span {
  display: block;
  font-size: 1.2rem;
  color: var(--kulfi-saffron-deep);
  letter-spacing: 0.04em;
  margin-top: 0.4rem;
  text-transform: none;
  font-family: "librebaskerville-regular", serif;
}

.menu-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-category li {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.45rem;
  line-height: 1.55;
  color: #3d2c22;
  padding: 0.55rem 0;
  border-bottom: 1px dotted rgba(42, 24, 16, 0.12);
}

.menu-category li:last-child {
  border-bottom: none;
}

.menu-category li em {
  font-style: italic;
  color: var(--kulfi-saffron-deep);
  font-size: 0.9em;
}

.menu-category ul.priced li {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: baseline;
}

.menu-category ul.priced li span:last-child {
  flex-shrink: 0;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.25rem;
  color: var(--kulfi-saffron-deep);
  white-space: nowrap;
}

.menu-order-bar {
  text-align: center;
  padding: 2rem 0 4rem;
}

.menu-order-bar p {
  font-family: "montserrat-bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--kulfi-cocoa);
  margin-bottom: 1.8rem;
}

/* ---- testimonials ---- */
#testimonials {
  background: linear-gradient(180deg, #fff 0%, var(--kulfi-cream) 100%);
}

#testimonials h2 {
  color: var(--kulfi-cocoa);
}

#testimonials .flexslider .slides p {
  color: var(--kulfi-ink);
}

#testimonials .author-info {
  color: var(--kulfi-saffron-deep);
}

#testimonials .testimonial-author img {
  display: none;
}

/* ---- contact ---- */
#contact {
  background-image:
    linear-gradient(rgba(42, 24, 16, 0.78), rgba(42, 24, 16, 0.88)),
    url(/Kulfi1.jpg);
  background-size: cover;
  background-position: center;
}

#contact a {
  color: #ffd9a8;
}

#contact a:hover {
  color: #fff;
}

.map-link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 2.4rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #fff !important;
  margin-bottom: 2.4rem;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.map-link:hover {
  background: rgba(232, 119, 34, 0.35);
  color: #fff !important;
  transform: translateY(-3px);
}

.map-link__icon {
  font-size: 3.2rem;
  color: var(--kulfi-saffron);
}

.map-link__text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.map-link__text strong {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.map-link__text small {
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.7);
}

.contact-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.contact-call {
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
}

.contact-call:hover {
  background: #fff !important;
  color: var(--kulfi-cocoa) !important;
  border-color: #fff !important;
}

#contact .cinfo h6 {
  color: #ffd9a8;
}

#contact .cinfo p {
  color: rgba(255, 255, 255, 0.82);
}

/* Contact: always visible (no scroll-animation delay) */
#contact .section-intro,
#contact .contact-map-wrap,
#contact .contact-info,
#contact .contact-connect,
#contact .connect-block {
  opacity: 1 !important;
}

#contact .overlay {
  pointer-events: none;
  z-index: 0;
}

#contact .section-intro,
#contact .contact-content,
#contact .contact-connect {
  position: relative;
  z-index: 2;
}

#contact .contact-connect {
  clear: both;
  float: none;
  width: 100%;
  max-width: 780px;
  margin: 4.8rem auto 0;
  padding: 0 2rem;
  text-align: center;
}

#contact .contact-connect a {
  pointer-events: auto;
  position: relative;
  z-index: 3;
}

#contact .contact-connect .col-twelve {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

#contact .connect-block {
  margin: 0 auto;
  max-width: 680px;
}

#contact .connect-block h3 {
  font-family: "montserrat-bold", sans-serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffd9a8;
  margin: 0 0 1rem;
  text-align: center;
}

#contact .connect-block h6 {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 2.4rem;
  text-align: center;
}

#contact .connect-block .connect-lead,
#contact .connect-block p {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.55rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 1.6rem;
  text-align: center;
}

#contact .connect-block p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  #contact .contact-connect {
    margin-top: 3.6rem;
    padding: 0 1.6rem;
  }

  #contact .connect-block h3 {
    font-size: 1.8rem;
  }

  #contact .connect-block p {
    font-size: 1.45rem;
  }
}

/* ---- footer ---- */
footer {
  background: #140c08;
}

footer .h05 {
  color: #ffd9a8;
}

footer a.order-btn {
  margin-top: 1rem;
}

.footer-bottom .copyright span {
  color: rgba(255, 255, 255, 0.45);
}

.button.stroke:hover {
  background: var(--kulfi-saffron) !important;
  border-color: var(--kulfi-saffron) !important;
}

#go-top a {
  background: var(--kulfi-saffron);
}

@media only screen and (max-width: 768px) {
  #order {
    padding: 9rem 0 7rem;
  }

  .menu-boards {
    margin-top: -1.5rem;
  }

  .home-content-tablecell h3 {
    font-size: 1.35rem;
  }

  .hero-logo {
    width: 110px;
    height: 110px;
  }
}
