/* reset */
*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%}
body{font-family: Arial, Helvetica, sans-serif;background:#0b0b0b}



/* HERO wrapper */
.hero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* background image */
.hero__bg{
  position:absolute;
  inset:0;
  background: url("../images/hero%20(2).jpg") center/cover no-repeat;
  transform: scale(1.02);
  
}

/* warm dark overlay like screenshot */
.hero__overlay{
  position:absolute;
  inset:0;
  
}

/* NAVBAR */
.nav{
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

.nav__inner{
  width: min(1200px, 92%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 50px;
}

.nav__logo{
  position: absolute;
  left: 0;
}

.nav__links{
  list-style: none;
  display: flex;
  gap: 46px;
  justify-content: center;
}



.nav__logo img{
  height: 34px;
  width: auto;
  display:block;
  opacity: 0.95;
}

.nav__links{
  list-style:none;
  display:flex;
  justify-content:center;
  gap: 46px;
}

.nav__links a{
    font-family: "IBM Plex Sans", sans-serif;
  text-decoration:none;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: rgba(255,255,255,0.80);
      font-weight: 600;;
}

.nav__links a.is-active{
  color: rgba(255,255,255,0.95);
}

.nav__links a:hover{
  color:#fff;
}

/* thin divider line */
.nav__divider{
  width: min(1200px, 92%);
  margin: -19px auto 0;
  height: 1px;
  background: rgba(255,255,255,0.22);
}

/* HERO CONTENT */
.hero__content{
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 90px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding: 50px 16px 80px;
}

/* pill tag */
.hero__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 26px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #8E5207;
  background: #35140499;
  color: rgba(255,255,255,0.75);
  font-size: 11px;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-bottom: 18px;
backdrop-filter: blur(2px);   /* optional: premium glass feel */
}

/* big title */
.hero__title{
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(255,255,255,0.95);
  font-size: 72px;
  font-weight: 600;
  line-height: 1.05;
  text-shadow: 0 12px 28px rgba(0,0,0,0.6);
  margin-bottom: 14px;
}

.hero__subtitle{
   font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;        /* Regular */
  font-size: 20px;
  line-height: 150%;

  letter-spacing: 0%;
  text-align: center;
  color: rgba(255,255,255,0.78);

  margin-bottom: 26px;
}

/* Buttons */
.hero__actions{
  display:flex;
  gap: 14px;
  justify-content:center;
  align-items:center;
}

.btn{
  height: 42px;
  padding: 0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  text-decoration:none;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;        /* Medium */
  font-size: 16px;
  line-height: 100%;

  letter-spacing: 0%;
  transition: transform .15s ease;
}

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

.btn--primary{
  background: #f4f1ea;
  color: #1c1c1c;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 12px 25px rgba(0,0,0,0.35);
}

.btn--ghost{
  background: rgba(0,0,0,0.18);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.22);
}

.btn__arrow{ font-size: 16px; line-height: 1; }
.btn__icon{ font-size: 14px; line-height: 1; }

/* Responsive (keep same feel) */
@media (max-width: 900px){
  .hero__title{ font-size: 50px; }
  .nav__inner{ grid-template-columns: 140px 1fr 140px; }
  .nav__links{ gap: 22px; }
}
@media (max-width: 600px){
  .nav__links{ display:none; }
  .hero__title{ font-size: 38px; }
  .hero__subtitle{ font-size: 14px; }
  .hero__actions{ flex-direction: column; }
  .btn{ width: 220px; }
}

/* ===== OUR NEIGHBORHOOD (UPDATED TO MATCH FIGMA SS) ===== */
.neighborhood{
  background: #fbf7f1;
  padding: 155px 0;
  overflow: hidden; /* allows image to bleed to right like Figma */
}

.neighborhood__container{
  width: min(1240px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: start;
}

/* left text */
.neighborhood__kicker{
    font-family: "IBM Plex Sans", sans-serif;
  font-weight: 800;       /* Medium */
  font-size: 20px;
  line-height: 120%;

  letter-spacing: 0.08em;  /* ✅ 8% spacing */
  

  text-transform: uppercase;
  color: #8b5a2b;
  margin-bottom: 28px;
}

.neighborhood__title{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 53px;
  font-weight: 500;
  line-height: 1.08;
  color: #3a3a3a;
  margin-bottom: 26px;
}

.neighborhood__title span{
  font-style: italic;
  color: #8b5a2b;
}

.neighborhood__text{
  max-width: 637px;

  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;

  color: #777;
  margin-bottom: 60px;
}

/* meta block with vertical line */
.neighborhood__meta{
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 22px;
  margin-bottom: 52px;
}

.meta__line{
  width: 1px;
  background: rgba(139, 90, 43, 0.35);
  margin-top: 10px;
  height: 170px;
}

.meta__items{
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.meta__item{
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  align-items: start;
}

.meta__icon{
  width: 28px;
  height: 28px;
  color: #8b5a2b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.meta__svg{
  width: 22px;
  height: 22px;
  display: block;
}

.meta__label{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 2.2px;
  font-weight: 800;
  color: #8b5a2b;
  margin-bottom: 10px;
}

.meta__value{
      font-family: "IBM Plex Sans", sans-serif;

  font-size: 20px;
  color: #777;
  line-height: 1.55;
  max-width: 520px;
}

.meta__icon{
  display:flex;
  align-items:center;
  justify-content:center;
}
.neighborhood__link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b5a2b;
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
  overflow: hidden;
  transition: color 0.25s ease;
}

/* animated underline */
.neighborhood__link::after{
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #8b5a2b;
  transition: left 0.35s ease;
}

/* arrow animation */
.map-arrow{
  transition: transform 0.35s ease;
}

/* hover */
.neighborhood__link:hover{
  color: #a66a32;
}

.neighborhood__link:hover::after{
  left: 0;
}

.neighborhood__link:hover .map-arrow{
  transform: translateX(6px);
}

.neighborhood__link span{
  font-size: 18px;
  line-height: 1;
  transform: translateY(1px);
}

/* RIGHT IMAGE — pushed to extreme right like Figma */
.neighborhood__right{
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;

  /* push to extreme right */
  margin-right: calc(( 70vw - min(1240px, 92%)) / -2);
}


/* image size (closer to Figma proportions) */
.neighborhood__imgwrap{
  position: relative;
  width: 760px;       /* use this, NOT 820px */
  max-width: 100%;
  z-index: 1;
}

/* backplate behind image */
.neighborhood__imgwrap::before{
  content: "";
  position: absolute;
  left: -55px;        /* visible on left */
  bottom: -55px;      /* visible on bottom */
  width: 92%;
  height: 96%;
  background: #f2e6d6;
  z-index: -1;
}

.neighborhood__imgwrap img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

/* responsive */
@media (max-width: 1100px){
  .neighborhood__container{
    grid-template-columns: 1fr;
    gap: 50px;
  }

  /* stop bleeding on smaller screens */
  .neighborhood__right{
    justify-content: flex-start;
    margin-right: 0;
  }

  .neighborhood__imgwrap{
    width: min(680px, 100%);
  }
}

@media (max-width: 600px){
  .neighborhood{
    padding: 70px 0;
  }

  .neighborhood__title{
    font-size: 40px;
  }

  .neighborhood__text,
  .meta__value{
    font-size: 16px;
  }

  .neighborhood__imgwrap::before{
    left: -18px;
    bottom: -18px;
  }
}

/* ===== QUOTE SECTION — MATCH YOUR 1ST IMAGE ===== */
.quote-section{
  background: #FFF8ED;        /* exact cream */
  padding: 35px 0;            /* less vertical padding */
  position: relative;
  overflow: hidden;
}

.quote-section__container{
  
  width: min(1240px, 92%);
  margin: 0 auto;
  position: relative;

  height: 330px;              /* fixed height like your SS */
  display: flex;
  justify-content: center;

  /* move quote slightly up */
  align-items: flex-start;
  padding-top: 105px;
  text-align: center;
}

/* watermark — move it up and keep it smaller */
.quote-section__watermark{
      position: absolute;
    left: -340px;
    top: 50%;
    transform: translateY(-50%);
    width: 440px;
    height: 339px;
    opacity: 257.055;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    background-image: url(../images/logo-pattern.png);
}

.quote-section__quote{
      font-family: "IBM Plex Sans", sans-serif;

  font-size: 38px;
  font-weight: 600;
  line-height: 1.35;
  color: #3a3a3a;
  max-width: 760px;
  margin: 0;
}

/* responsive */
@media (max-width: 900px){
  .quote-section{
    padding: 75px 0;
  }
  .quote-section__container{
    height: 260px;
    padding-top: 80px;
  }
  .quote-section__quote{
    font-size: 30px;
  }
  .quote-section__watermark{
    width: 320px;
    height: 220px;
    left: -20px;
    top: 45%;
  }
}

@media (max-width: 600px){
  .quote-section__container{
    height: auto;
    padding: 70px 0;
    align-items: center;
  }
  .quote-section__quote{
    font-size: 24px;
  }
  .quote-section__watermark{
    display: none;
  }
}
/* ===== OUR BEGINNING (FIGMA MATCH - IMAGE + BACKPLATE FIX) ===== */
.beginning{
  background: #FFFCF9;
  padding: 175px 0;

  /* IMPORTANT: do NOT hide overflow or your beige plate can get clipped */
  overflow: visible;
}

.beginning__container{
  width: min(1240px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 90px;
  align-items: start;
}

/* LEFT IMAGE */
.beginning__left{
  display: flex;
  align-items: flex-start;
}

.beginning__imgwrap{
  position: relative;
  width: 720px;
  max-width: none;

  /* EXTREME LEFT ALIGN (FIGMA STYLE) */
  margin-left: calc((75vw - min(1240px, 92%)) / -2);
  z-index: 1;
}

/* Beige backplate behind image (right + bottom) */
.beginning__imgwrap::before{
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;

  width: 78%;
  height: 92%;
  background: #f2e6d6;
  z-index: -1;
}

/* Image crop like Figma (tall rectangle) */
.beginning__imgwrap img{
  width: 100%;
  height: 637px;         /* gives same tall feel */
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

/* RIGHT CONTENT */
.beginning__kicker{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 2.4px;
  font-weight: 800;
  color: #8b5a2b;
  margin-bottom: 28px;
}

.beginning__title{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.08;
  color: #3a3a3a;
  margin-bottom: 28px;
}

.beginning__title span{
  font-style: italic;
  color: #8b5a2b;
}

.beginning__text{
      font-family: "IBM Plex Sans", sans-serif;

  color: #777;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 24px;
  max-width: 520px;
}

.beginning__link{
      font-family: "IBM Plex Sans", sans-serif;

  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  color: #8b5a2b;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(139, 90, 43, 0.55);
}

.beginning__link span{
  font-size: 18px;
  transform: translateY(1px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px){
  .beginning__container{
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .beginning__imgwrap{
    width: min(720px, 100%);
  }

  .beginning__imgwrap img{
    height: 520px;
  }

  .beginning__imgwrap::before{
    right: -30px;
    bottom: -30px;
  }

  .beginning__title{
    font-size: 44px;
  }
}

@media (max-width: 600px){
  .beginning{
    padding: 80px 0;
  }

  .beginning__title{
    font-size: 36px;
  }

  .beginning__text{
    font-size: 16px;
  }

  .beginning__imgwrap img{
    height: 380px;
  }

  .beginning__imgwrap::before{
    right: -18px;
    bottom: -18px;
    width: 85%;
    height: 88%;
  }
}/* ===== MENU HIGHLIGHTS (HOUSE SPECIALTIES) ===== */

/* ===== MENU HIGHLIGHTS (HOUSE SPECIALTIES) ===== */

.menu-highlights{
  background: #FFF8ED;
  padding: 120px 0;
  overflow: hidden;
}

.menu-highlights__container{
  width: min(1240px, 92%);
  margin: 0 auto;
}

.menu-highlights__top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 46px;
}

.menu-kicker{
  font-family: "IBM Plex Sans", sans-serif;
  font-size:20px;
  letter-spacing: 2.4px;
  font-weight: 800;
  color: #8b5a2b;
  margin-bottom: 18px;
}

.menu-title{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 60px;
  font-weight: 500;
  color: #3a3a3a;
}

.menu-link{
      font-family: "IBM Plex Sans", sans-serif;

  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #8b5a2b;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(139,90,43,0.55);
  margin-top: 26px;
}

.menu-link span{ font-size: 18px; }

/* ✅ BREAK OUT OF CONTAINER so 5th card can peek */
.menu-row{
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}


.menu-track{
  /* ✅ Base (works great on 1700–2000px) */
  --cardW: clamp(250px, 18.5vw, 310px);
  --gap:   clamp(16px, 1.6vw, 26px);

  display: flex;
  gap: var(--gap);
  flex-wrap: nowrap;
  width: max-content;

  padding-left: calc((100vw - min(1240px, 92%)) / 2);

  /* keep a little extra so the peek doesn't touch edge */
  padding-right: 140px;
  padding-bottom: 10px;

  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.menu-track::-webkit-scrollbar{ display:none; }


/* ✅ 1440 / 1400 laptops: force smaller cards so 5th peeks */
@media (max-width: 1500px){
  .menu-track{
    --cardW: clamp(235px, 20vw, 285px);
    --gap:   clamp(14px, 1.4vw, 22px);
    padding-right: 120px;
  }
}

/* ✅ 1366 / 1280 laptops */
@media (max-width: 1380px){
  .menu-track{
    --cardW: clamp(220px, 16.5vw, 270px);
    --gap:   clamp(12px, 1.2vw, 20px);
    padding-right: 110px;
  }
}

/* ✅ 1200 and below */
@media (max-width: 1200px){
  .menu-track{
    --cardW: clamp(210px, 18vw, 255px);
    --gap:   16px;
    padding-right: 90px;
  }
}
/* ===== CARD ===== */
.menu-card{
  width: var(--cardW);
  flex: 0 0 var(--cardW);        /* ✅ never shrink */
  background: #fbf7f1;
  border: 1px solid rgba(58,58,58,0.10);
  display: flex;
  flex-direction: column;
  transition: all 260ms ease;
}


.menu-card__img{
  height: 320px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.menu-card__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 380ms ease;
}

.menu-card__body{
  background: #FFF3DF;
  padding: 20px;
  height: 170px;
}

.menu-card__name{
   font-family: "Fraunces", serif;
  font-weight: 400;          /* Regular */
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
    color: #3a3a3a;
  margin-bottom: 10px;
}

.menu-card__desc{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;          /* Light */
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Hover effect */
.menu-card:hover{
  transform: translateY(-10px) scale(1.035);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
  border-color: rgba(139,90,43,0.35);
  z-index: 5;
  position: relative;
}

.menu-card:hover img{
  transform: scale(1.08);
}

/* Disabled 5th card */
.menu-card--disabled{
  opacity: 0.35;
  pointer-events: none;
}

.menu-card--disabled:hover{
  transform: none;
  box-shadow: none;
}

.menu-card--disabled img{
  filter: grayscale(25%);
}

/* ✅ small screens: slightly less padding-right so it still feels correct */
@media (max-width: 1200px){
  .menu-track{ padding-right: 120px; }
}
@media (max-width: 900px){
  .menu-track{ padding-right: 90px; }
}

/* ===== MOBILE HORIZONTAL SCROLL FIX ===== */
@media (max-width: 768px){

  .menu-row{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .menu-row::-webkit-scrollbar{
    display: none; /* hide scrollbar */
  }

  .menu-track{
    display: flex;
    width: max-content; /* allow track to expand */
  }

}

@media (max-width:768px){

  .menu-row{
    overflow-x:auto;
    padding-left:18px;
  }

  .menu-track{
    width:max-content;
    gap:16px;
  }

  .menu-card{
    min-width:85vw; /* slightly smaller than screen */
  }

}

/* ===== OUR GALLERY (FIGMA STYLE) ===== */
.gallery{
  background: #FFFCF9;
  padding: 120px 0;
}

.gallery__container{
  width: min(1240px, 92%);
  margin: 0 auto;
}

.gallery__top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 46px;
}

.gallery__kicker{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 2.4px;
  font-weight: 800;
  color: #8b5a2b;
  margin-bottom: 18px;
}

.gallery__title{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 1.05;
}

.gallery__title span{
  font-style: italic;
  color: #8b5a2b;
}

.gallery__link{
      font-family: "IBM Plex Sans", sans-serif;

  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #8b5a2b;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(139,90,43,0.55);
  white-space: nowrap;
  margin-top: 26px;
}

.gallery__link span{
  font-size: 18px;
  transform: translateY(1px);
}

/* GRID LAYOUT */
.gallery__grid{
  display: grid;
  grid-template-columns: 1.35fr 0.95fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.gallery__item{
  overflow: hidden;
  border-radius: 2px;
}

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

/* Left image big */
.gallery__item--left{
  height: 520px;
}

/* Middle tall */
.gallery__item--mid{
  height: 520px;
}

/* Right column split */
.gallery__right{
  display: grid;
  grid-template-rows: 270px 1fr;
  gap: 22px;
}

.gallery__item--rightTop{
  height: 270px;
}

/* Quote tile */
.gallery__quote{
  position: relative;
  background: #1f6f73;          /* teal */
  border-radius: 6px;
  padding: 70px 48px;
  overflow: hidden;
}

/* Triangle 1 */
.gallery__quote::before{
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: 110px;
  top: 40px;

  background: rgba(255,255,255,0.06);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* Triangle 2 */
.gallery__quote::after{
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: 25px;
  top: 170px;

  background: rgba(255,255,255,0.04);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(180deg);
}

.gallery__quote p{
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.55;
  font-size: 28px;
  text-transform: uppercase;
}


.gallery__quote p{
      font-family: "IBM Plex Sans", sans-serif;

  margin: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.55;
  font-size: 14px;
  text-transform: uppercase;
}

.gallery__quote-watermark{
  position: absolute;
  right: -40px;
  top: 50%;
  width: 380px;
  height: 380px;
  transform: translateY(-50%);
  opacity: 0.12;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.gallery__quote p{
  position: relative;
  z-index: 1;
}


/* If you DON'T have watermark image, use this fallback geometric watermark */
@supports not (background: url("http://127.0.0.1:8000/static/css/x") no-repeat center){
  .gallery__quote-watermark{
    background: none;
  }
}

/* RESPONSIVE */
@media (max-width: 1100px){
  .gallery__top{
    flex-direction: column;
    align-items: flex-start;
  }
  .gallery__title{
    font-size: 48px;
  }

  .gallery__grid{
    grid-template-columns: 1fr;
  }

  .gallery__item--left,
  .gallery__item--mid{
    height: 420px;
  }

  .gallery__right{
    grid-template-rows: 260px auto;
  }
}

@media (max-width: 600px){
  .gallery{
    padding: 80px 0;
  }
  .gallery__title{
    font-size: 38px;
  }
  .gallery__item--left,
  .gallery__item--mid{
    height: 320px;
  }
}

/* ===== OUR TEAM (FIGMA MATCH) ===== */
.team{
  background: #FFF8ED;
  padding: 120px 0;
  overflow: hidden; /* hides the extra so the 4th is only partially visible */
}

.team__container{
  width: min(1240px, 92%);
  margin: 0 auto;
}

/* top heading row */
.team__top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 54px;
}

.team__kicker{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 2.4px;
  font-weight: 800;
  color: #8b5a2b;
  margin-bottom: 18px;
}

.team__title{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.06;
  color: #3a3a3a;
  margin: 0;
}

.team__title span{
  font-style: italic;
  color: #8b5a2b;
}

.team__desc{
     font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #777;
    max-width: 601px;
    margin-top: 100px;
    margin-right: -42px;
}

/* row/track for partial 4th member */
.team__row{
  overflow: hidden;
  margin: 0 -70px;

}

.team__track{
  display: flex;
  gap: 26px;
  flex-wrap: nowrap;
  width: max-content;   /* allows overflow so 4th peeks */
  padding-bottom: 10px;
}

/* member layout (NOT a card look) */
.team__member{
  flex: 0 0 290px;      /* fixed width for same alignment */
  display: flex;
  flex-direction: column;
  background: transparent;  /* IMPORTANT: removes “card” feeling */
}

/* tall image like figma */
.team__photo{
  width: 435px;
  height: 596px;
  overflow: hidden;
  background: #eee; /* fallback while image loads */
}

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

/* bottom beige info strip */
.team__meta{
  background: #FFF8ED;
  padding: 16px 16px 18px;
  min-height: 110px;
  border-top: 1px solid rgba(58,58,58,0.10);
}

.team__name{
  font-family: "Fraunces", serif;
  font-weight: 400;          /* Regular */
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;

  color: #3a3a3a;
  margin: 0 0 6px;
}

.team__role{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;          /* Regular */
  font-size: 20px;
  line-height: 120%;

  letter-spacing: 0.08em;    /* ✅ 8% spacing */
  text-transform: uppercase;

  color: #8b5a2b;
  margin: 0 0 6px;
}

.team__tenure{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;          /* Light */
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;

  color: #777;
  margin: 0;
}

/* disabled 4th member like screenshot */
.team__member--disabled{
  opacity: 0.22;
  filter: saturate(0.3);
  pointer-events: none;
}

/* optional: subtle hover only on active members */
.team__member:not(.team__member--disabled){
  transition: transform 260ms ease;
}
.team__member:not(.team__member--disabled):hover{
  transform: translateY(-8px);
}

/* responsive */
@media (max-width: 900px){
  .team__top{
    flex-direction: column;
    gap: 18px;
  }
  .team__desc{
    margin-top: 0;
    max-width: 620px;
  }
  .team__title{
    font-size: 44px;
  }
}

@media (max-width: 600px){
  .team{
    padding: 80px 0;
  }
  .team__title{
    font-size: 36px;
  }
  .team__member{
    flex-basis: 260px;
  }
  .team__photo{
    height: 320px;
  }
}
/* ===== REVIEWS PREMIUM ===== */
.reviews{
  background: #fffaf5;
  padding: 120px 0;
}

.reviews__container{
  width: min(1240px, 92%);
  margin: 0 auto;
}

.reviews__grid{
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 72px;
  align-items: center;
}

/* left card */
.reviews__card{
  background: linear-gradient(180deg, #fffdfb 0%, #fbf5ef 100%);
  border: 1px solid rgba(139, 90, 43, 0.12);
  border-radius: 28px;
  padding: 42px 42px 34px;
  box-shadow:
    0 10px 30px rgba(60, 40, 20, 0.05),
    0 2px 10px rgba(60, 40, 20, 0.04);
  position: relative;
}

/* small top accent */
.reviews__card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  width: 120px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b5a2b 0%, #c28a52 100%);
}

/* stars */
.reviews__stars{
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.reviews__stars span{
  font-size: 20px;
  color: #b88a5a;
  line-height: 1;
}

/* slider */
.reviews__slider{
  position: relative;
  min-height: 210px;
  overflow: hidden;
}

/* review item */
.review{
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease,
    visibility 0.75s ease;
  pointer-events: none;
}

.review.is-active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 2;
}

/* quote */
.review__quote{
  margin: 0;
  max-width: 740px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 3vw, 38px);
  line-height: 1.15;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #3b3029;
}

/* divider */
.reviews__divider{
  margin: 28px 0 24px;
  height: 1px;
  background: rgba(139, 90, 43, 0.18);
}

/* bottom row */
.reviews__bottom{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.reviews__source{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b5a2b;
  margin: 0 0 8px;
}

.reviews__rating{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #4c433d;
  margin: 0;
}

.reviews__link{
  font-family: "IBM Plex Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #8b5a2b;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(139, 90, 43, 0.4);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.reviews__link:hover{
  color: #6f431c;
  border-bottom-color: #6f431c;
  transform: translateY(-1px);
}

.reviews__link span{
  font-size: 18px;
}

/* right image */
.reviews__img{
  width: 100%;
  height: 436px;
  overflow: hidden;
  border-radius: 26px;
  background: #eee;
  box-shadow: 0 14px 34px rgba(60, 40, 20, 0.08);
}

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

/* hide controls if not needed */
.reviews__controls{
  display: none !important;
}

/* responsive */
@media (max-width: 1000px){
  .reviews__grid{
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .reviews__img{
    height: 340px;
  }
}

@media (max-width: 768px){
  .reviews{
    padding: 84px 0;
  }

  .reviews__card{
    padding: 30px 24px 24px;
    border-radius: 22px;
  }

  .reviews__slider{
    min-height: 180px;
  }

  .review__quote{
    font-size: 28px;
    line-height: 1.2;
  }

  .reviews__bottom{
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== FOOTER (MATCH YOUR REFERENCE) ===== */
.site-footer{
  background: #1b1b1b;              /* ✅ solid dark */
  color: rgba(255,255,255,0.70);
  padding: 0;                        /* cleaner */
}

/* top divider line */
.site-footer__line{
  height: 1px;
  background: rgba(255,255,255,0.20);
}

/* main grid */
.site-footer__container{
  width: min(1240px, 92%);
  margin: 0 auto;
  padding: 64px 0 52px;

  display: grid;
  grid-template-columns: 1.15fr 0.55fr 1.25fr 0.55fr;
  gap: 70px;
  align-items: start;
}

/* brand */
.site-footer__logo img{
  width: 140px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.site-footer__desc{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  color: rgba(255,255,255,0.42);
}

/* headings */
.site-footer__title{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 2.6px;
  font-weight: 700;
  color: #a67945;                    /* ✅ warm gold */
  margin: 0 0 18px;
  text-transform: uppercase;
}

/* links */
.site-footer__links{
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__links li{ margin-bottom: 12px; }

.site-footer__links a{
  font-family: "IBM Plex Sans", sans-serif;
  color: rgba(255,255,255,0.50);
  text-decoration: none;
  font-size: 13px;
  transition: color 200ms ease;
}

.site-footer__links a:hover{
  color: rgba(255,255,255,0.88);
}

/* visit text */
.site-footer__text p{
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.46);
}

.site-footer__spaced{ margin-top: 14px; }

/* social */
.site-footer__social{
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 8px;
}

.site-footer__icon{
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.22);
  display: grid;
  place-items: center;
  border-radius: 8px;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.site-footer__icon img{
  width: 18px;
  height: 18px;
  opacity: 0.9;
  display: block;
}

.site-footer__icon:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.40);
  background: rgba(255,255,255,0.06);
}

/* ✅ bottom row */
.site-footer__bottom{
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 22px 0;
}

.site-footer__bottom-inner{
  width: min(1240px, 92%);
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.site-footer__copy{
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
  font-size: 15px;
  color: rgba(255,255,255,0.35);
}

.site-footer__legal{
  display: flex;
  gap: 22px;
}

.site-footer__legal a{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: rgba(255,255,255,0.35);
  transition: color 200ms ease;
}

.site-footer__legal a:hover{
  color: rgba(255,255,255,0.70);
}

/* responsive */
@media (max-width: 1100px){
  .site-footer__container{
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 700px){
  .site-footer__bottom-inner{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px){
  .site-footer__container{
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 52px 0 40px;
  }
}
/* responsive */
@media (max-width: 1100px){
  .site-footer__container{
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px){
  .site-footer{
    padding-bottom: 55px;
  }
  .site-footer__container{
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 55px;
  }
}

/* ================= PARTNERSHIP CTA (MATCH SCREENSHOT) ================= */
.partner-cta{
  position: relative;
  padding: 120px 0 0; /* top spacing + divider spacing */
  background: #1b1b1b;
  overflow: hidden;
}

/* soft blurred “spotlight” background like screenshot */
.partner-cta::before{
  content: "";
  position: absolute;
  inset: -30%;
  
  filter: blur(6px);
  opacity: 0.95;
  pointer-events: none;
}

.partner-cta__inner{
  position: relative;
  width: min(1240px, 92%);
  margin: 0 auto;
  text-align: center;
  padding-bottom: 120px; /* spacing before divider */
}

/* Title (Fraunces-like luxury look) */
.partner-cta__title{
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  color: rgba(255,255,255,0.92);
  margin: 0 0 22px;
}

/* Partnerships highlight */
.partner-cta__title span{
  color: #a67945;
  font-style: italic;
}

/* Sub text */
.partner-cta__text{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: rgba(255,255,255,0.45);
  max-width: 860px;
  margin: 0 auto 38px;
}

/* Button */
.partner-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 54px;
  padding: 0 46px;

  border: 1px solid rgba(255,255,255,0.40);
  background: transparent;
  color: rgba(255,255,255,0.72);

  text-decoration: none;

  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em; /* 8% */
  text-transform: uppercase;

  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.partner-cta__btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.05);
}

/* Divider line under CTA (like screenshot) */
.partner-cta__divider{
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.22);
}

/* Responsive */
@media (max-width: 900px){
  .partner-cta__title{ font-size: 42px; }
  .partner-cta__text{ font-size: 15px; }
}

@media (max-width: 600px){
  .partner-cta{ padding-top: 90px; }
  .partner-cta__inner{ padding-bottom: 90px; }
  .partner-cta__title{ font-size: 34px; }
  .partner-cta__btn{ width: 92%; max-width: 380px; }
}

/* ===============================
   LUXURY CURTAIN WIPE TRANSITION
================================ */

#pageCurtain {
  position: fixed;
  inset: 0;
  background: #1a0c05; /* luxury dark brown */
  transform: translateX(-100%);
  z-index: 99999;
  pointer-events: none;
}

/* Curtain Active Animation */
#pageCurtain.is-active {
  animation: curtainWipe 0.9s ease-in-out forwards;
}

@keyframes curtainWipe {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}


body {
  animation: fadeInPage 1.0s ease;
}

@keyframes fadeInPage {
  from {
    opacity: 0;
    transform: scale(0.99);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}



.menu-popup{
  position: fixed;
  inset: 0;
  background: rgba(12, 10, 8, 0.58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.menu-popup-content{
  position: relative;
  width: 430px;
  max-width: 92%;
  background: rgba(255,250,245,0.97);
  border: 1px solid rgba(120, 78, 49, 0.14);
  border-radius: 24px;
  padding: 34px 28px 26px;
  text-align: center;
  box-shadow:
    0 30px 70px rgba(0,0,0,0.22),
    0 8px 24px rgba(0,0,0,0.08);
  overflow: hidden;
}
.menu-popup-content::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;

  background:linear-gradient(90deg,#8b5a2b,#c28c59,#8b5a2b);
}
.menu-popup-content h3{
  margin: 6px 0 10px;
  font-family: "Fraunces", serif;
  font-size: 36px;
  line-height: 1.1;
  color: #2c1d14;
  font-weight: 600;
}

.menu-popup-subtitle{
  margin: 0 0 24px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(44, 29, 20, 0.68);
}
.menu-option{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  width:100%;
  margin:0 0 14px;
  padding:16px 18px;

  border-radius:14px;

  background:linear-gradient(135deg,#8b5a2b,#a47148);
  color:#fff;

  text-decoration:none;
  font-family:"IBM Plex Sans",sans-serif;
  font-size:18px;
  font-weight:500;

  box-shadow:0 10px 22px rgba(139,90,43,0.25);

  transition:all .25s ease;
}

.menu-option:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#7a4c22,#8b5a2b);
  box-shadow:0 18px 32px rgba(139,90,43,0.35);
}

.menu-option span{
  font-size: 20px;
  opacity: 0.92;
}

.menu-close{
  margin-top: 10px;
  min-width: 110px;
  padding: 11px 18px;
  border: 1px solid rgba(44, 29, 20, 0.12);
  border-radius: 10px;
  background: #f1e7dd;
  color: #2c1d14;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.menu-close:hover{
  background: #eadbce;
  transform: translateY(-1px);
}

.booking-popup-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.booking-popup-card{
  position: relative;
  width: 460px;
  max-width: 95%;
  background: rgba(28, 20, 16, 0.92);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 34px 28px 28px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.35);
  text-align: center;
  overflow: hidden;
}

.booking-popup-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.01)
  );
  pointer-events: none;
}

.booking-popup-close{
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: 0.25s ease;
}

.booking-popup-close:hover{
  background: rgba(255,255,255,0.16);
}

.booking-popup-top{
  position: relative;
  z-index: 2;
}

.booking-popup-label{
  margin: 0 0 10px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
}

.booking-popup-title{
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 36px;
  line-height: 1.15;
  color: #fff;
}

.booking-popup-subtitle{
  margin: 14px auto 0;
  max-width: 340px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.68);
}

.booking-popup-options{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}

.booking-platform{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.booking-platform:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.22);
  border-color: rgba(255,255,255,0.28);
}

.booking-platform--swiggy{
  background: linear-gradient(135deg, #fc8019, #ff9a3d);
}

.booking-platform--zomato{
  background: linear-gradient(135deg, #e23744, #ff5c68);
}

.booking-platform__name{
  font-size: 18px;
}

.booking-platform__arrow{
  font-size: 22px;
  opacity: 0.9;
}

@media (max-width: 768px){
  .booking-popup-card{
    padding: 30px 20px 24px;
    border-radius: 18px;
  }

  .booking-popup-title{
    font-size: 30px;
  }

  .booking-platform{
    padding: 15px 16px;
    font-size: 16px;
  }

  .booking-platform__name{
    font-size: 17px;
  }
}

/* ===== ORDER ONLINE SECTION ===== */
.order-online{
  background: #fffcf9;
  padding: 120px 0 110px;
}

.order-online__container{
  width: min(1240px, 92%);
  margin: 0 auto;
  text-align: center;
}

.order-online__kicker{
  margin: 0 0 18px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b5a2b;
}

.order-online__title{
  margin: 0;
 font-family: "Fraunces", serif;
  font-size: clamp(54px, 5vw, 88px);
  line-height: 0.98;
  font-weight: 500;
  color: #2f2a26;
}

.order-online__subtitle{
  max-width: 860px;
  margin: 28px auto 54px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  line-height: 1.65;
  color: rgba(47, 42, 38, 0.66);
}

.order-online__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 24px;
}

.order-card{
  background: #ffffff;
  border: 1px solid rgba(47, 42, 38, 0.08);
  border-radius: 22px;
  padding: 34px 34px 30px;
  text-align: left;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

/* ---------- HOVER COLORS ---------- */

/* SWIGGY */
.order-card:nth-child(1):hover{
  background:linear-gradient(135deg,#ff7a00,#ff9a2b);
  color:white;
}

/* ZOMATO */
.order-card:nth-child(2):hover{
  background:linear-gradient(135deg,#e23744,#ff5a5f);
  color:white;
}

/* OWNLY */
.order-card:nth-child(3):hover{
  background:linear-gradient(135deg,#5b67f3,#7c84ff);
  color:white;
}

/* TEXT WHITE ON HOVER */

.order-card:hover .order-card__name,
.order-card:hover .order-card__sub,
.order-card:hover .order-card__desc,
.order-card:hover .order-card__link{
  color:white;
}

.order-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

/* bottom text */

.order-online__bottom{
  margin-top:40px;
  color:#8a8a8a;
}

/* MOBILE */

@media(max-width:900px){

.order-online__grid{
grid-template-columns:1fr;
}

.order-online__title{
font-size:40px;
}

}

.order-card__name{
  margin: 0 0 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}

.order-card__sub{
  margin: 0 0 18px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #000000;
}

.order-card__desc{
  margin: 0 0 36px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.68);
  max-width: 320px;
}

.order-card__link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #000000;
}

.order-card__link span{
  font-size: 22px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease;
}

.order-card:hover .order-card__link span{
  transform: translateX(4px);
}

.order-online__bottom{
  margin: 54px 0 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(47, 42, 38, 0.55);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px){
  .order-online__grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .order-card{
    min-height: auto;
  }
}

@media (max-width: 768px){
  .order-online{
    padding: 84px 0 80px;
  }

  .order-online__container{
    width: min(92%, 680px);
  }

  .order-online__title{
    font-size: 52px;
  }

  .order-online__subtitle{
    font-size: 17px;
    margin: 22px auto 34px;
  }

  .order-card{
    padding: 24px 22px 24px;
    border-radius: 18px;
  }

  .order-card__name{
    font-size: 16px;
  }

  .order-card__sub{
    font-size: 18px;
  }

  .order-card__desc{
    font-size: 16px;
    margin-bottom: 24px;
  }

  .order-card__link{
    font-size: 17px;
  }

  .order-online__bottom{
    margin-top: 36px;
    font-size: 16px;
  }
}