.wrap { max-width: 1280px; margin: 0 auto; padding-left: 26px; padding-right: 26px; }

main { padding-right: 116px; }
@media (max-width: 900px) {
  main { padding-right: 0; }
}

.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  color: var(--eyebrow);
}
.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--hair-strong);
  border-radius: 999px;
  padding: 7px 16px 7px 9px;
  animation: rise .7s ease both;
}
.eyebrow-pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.eyebrow-pill__text { font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

/* ---- Hero ---- */
.hero { position: relative; padding: 78px 26px 40px; }
.hero h1 {
  margin: 26px 0 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(50px, 7.4vw, 118px);
  line-height: .92;
  letter-spacing: -.04em;
  color: var(--ink);
  max-width: 15ch;
  animation: rise .8s ease .05s both;
}
.hero h1 em { font-style: normal; color: var(--orange-text); }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 54px;
  align-items: end;
  margin-top: 46px;
}
.hero__lead {
  margin: 0;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--body-dark);
  max-width: 32ch;
}
.hero__copy { margin: 20px 0 0; font-size: 16.5px; line-height: 1.7; font-weight: 500; color: var(--muted); max-width: 44ch; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__left { animation: rise .8s ease .15s both; }
.hero__art {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 340px;
  animation: rise .9s ease .22s both;
}
.hero__art-glow {
  position: absolute;
  bottom: 0;
  width: 340px;
  height: 170px;
  border-radius: 340px 340px 0 0;
  background: linear-gradient(180deg, rgba(245, 130, 32, .22), rgba(245, 169, 59, 0));
}
.hero__art img {
  position: relative;
  max-height: 300px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(20, 38, 28, .22));
}

@media (max-width: 820px) {
  .hero__grid { grid-template-columns: 1fr; }
}

/* ---- Commitment strip ---- */
.commitments {
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  padding: 22px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.commitments > div { text-align: center; }
.commitments > div + div { border-left: 1px solid var(--hair); }
.commitments__title { font-family: var(--font-display); font-size: 15px; font-weight: 800; letter-spacing: .04em; }
.commitments__sub { font-size: 13px; font-weight: 500; color: var(--meta); margin-top: 4px; }
@media (max-width: 700px) {
  .commitments { grid-template-columns: repeat(2, 1fr); }
  .commitments > div:nth-child(3) { border-left: none; }
}

/* ---- Two-column narrative sections (label + content) ---- */
.narrative { padding: 84px 26px 0; }
.narrative--tight { padding-top: 72px; }
.narrative__grid { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 40px; align-items: start; }
.narrative__label { font-size: 12px; font-weight: 800; letter-spacing: .18em; color: var(--eyebrow); padding-top: 12px; }
@media (max-width: 760px) {
  .narrative__grid { grid-template-columns: 1fr; }
}

.h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1;
  letter-spacing: -.03em;
}
.h2--md { font-size: clamp(32px, 3.8vw, 54px); }
.h2--sm { font-size: clamp(30px, 3.4vw, 48px); line-height: 1.02; }

.lede { margin: 20px 0 0; font-size: 17px; line-height: 1.7; font-weight: 500; color: var(--muted-2); max-width: 54ch; }

/* Shloka block */
.shloka {
  margin: 32px 0 0;
  border-left: 3px solid var(--orange);
  padding: 6px 0 6px 26px;
  max-width: 62ch;
}
.shloka__sanskrit { font-family: var(--font-devanagari); font-size: 21px; line-height: 1.85; color: var(--ink); }
.shloka__translit { font-size: 14px; font-style: italic; color: var(--meta-2); margin-top: 12px; }
.shloka__translation { margin: 14px 0 0; font-size: 17.5px; line-height: 1.65; font-weight: 500; color: var(--body-dark); }
.shloka-close { margin: 28px 0 0; font-family: var(--font-display); font-size: 22px; line-height: 1.5; color: var(--ink); max-width: 40ch; }

/* Our Beginning */
.beginning__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: start; }
.beginning h2 { font-size: clamp(30px, 3.4vw, 48px); line-height: 1.02; }
.beginning__cards { display: flex; flex-direction: column; gap: 14px; }
.beginning__card { background: rgba(255, 255, 255, .7); border: 1px solid var(--hair); border-radius: 16px; padding: 20px 22px; }
.beginning__card--dark { background: var(--ink); color: var(--cream-text); }
.beginning__card-text { font-family: var(--font-display); font-size: 19px; font-weight: 600; }
.beginning__foot { font-size: 15px; font-style: italic; color: var(--meta); padding-left: 4px; }
@media (max-width: 760px) {
  .beginning__grid { grid-template-columns: 1fr; }
}

/* ---- Rhythm dial ---- */
.rhythm { margin: 72px auto 0; padding: 0 26px; }
.rhythm__card {
  background: var(--ink);
  border-radius: 30px;
  padding: 54px 46px;
  color: var(--cream-text);
  overflow: hidden;
}
.rhythm__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 470px); gap: 52px; align-items: center; }
.rhythm__eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .18em; color: var(--amber); }
.rhythm h2 { margin: 16px 0 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(32px, 3.8vw, 54px); line-height: 1; letter-spacing: -.03em; }
.rhythm__copy { margin: 18px 0 0; font-size: 16.5px; line-height: 1.7; font-weight: 500; color: rgba(255, 246, 229, .78); max-width: 46ch; }
.rhythm__hour {
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 246, 229, .07);
  border: 1px solid rgba(255, 246, 229, .14);
  min-height: 132px;
}
.rhythm__hour-label { font-family: var(--font-display); font-size: 30px; font-weight: 800; color: var(--amber); line-height: 1; }
.rhythm__hour-title { font-size: 15px; font-weight: 800; letter-spacing: .06em; margin-top: 10px; color: var(--green-2); }
.rhythm__hour-body { margin: 8px 0 0; font-size: 16px; line-height: 1.6; font-weight: 500; color: rgba(255, 246, 229, .82); }
.rhythm__note { margin: 22px 0 0; font-size: 14.5px; font-weight: 600; color: rgba(255, 246, 229, .5); }

.dial { position: relative; width: 100%; max-width: 440px; aspect-ratio: 1; margin: 0 auto; }
.dial svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.dial__hour {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 246, 229, .22);
  background: rgba(255, 246, 229, .08);
  color: rgba(255, 246, 229, .72);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s, transform .2s, border-color .2s;
}
.dial__hour:hover { transform: translate(-50%, -50%) scale(1.12); }
.dial__hour.is-active { border: 2px solid var(--amber); background: var(--amber); color: var(--ink); }

@media (max-width: 820px) {
  .rhythm__grid { grid-template-columns: 1fr; }
  .rhythm__card { padding: 40px 24px; }
}

/* ---- S.A.I. cards ---- */
.sai-copy { margin: 14px 0 0; font-size: 16.5px; font-weight: 500; color: var(--muted); }
.sai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.sai-card { background: #FFF; border: 1px solid var(--hair); border-radius: 22px; padding: 30px 26px; border-top: 6px solid var(--orange); }
.sai-card--a { border-top-color: var(--green); }
.sai-card--i { border-top-color: var(--blue); }
.sai-card__letter { font-family: var(--font-display); font-size: 56px; font-weight: 800; line-height: .8; color: var(--orange); }
.sai-card--a .sai-card__letter { color: var(--green); }
.sai-card--i .sai-card__letter { color: var(--blue); }
.sai-card__label { font-size: 13px; font-weight: 800; letter-spacing: .14em; margin-top: 14px; }
.sai-card__title { font-family: var(--font-display); font-size: 21px; font-weight: 600; margin-top: 6px; }
.sai-card__body { margin: 10px 0 0; font-size: 15px; line-height: 1.65; color: var(--muted); }
@media (max-width: 820px) {
  .sai-grid { grid-template-columns: 1fr; }
}

/* ---- Why choose us ---- */
.why-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.why-head h2 { margin: 12px 0 0; max-width: 18ch; }
.why-head__aside { font-family: var(--font-display); font-size: 20px; font-weight: 400; font-style: italic; color: var(--orange-text); max-width: 30ch; }
.why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.why-card { background: rgba(255, 255, 255, .72); border: 1px solid var(--hair); border-radius: 18px; padding: 22px 20px; display: flex; flex-direction: column; gap: 6px; }
.why-card__check { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--amber); font-size: 16px; font-weight: 800; }
.why-card__title { font-family: var(--font-display); font-size: 18px; font-weight: 800; letter-spacing: -.01em; margin-top: 6px; }
.why-card__body { font-size: 13.5px; font-weight: 500; line-height: 1.5; color: var(--muted); }
@media (max-width: 820px) {
  .why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .why-grid { grid-template-columns: 1fr; }
}

.what-you-get {
  margin-top: 20px;
  background: var(--ink);
  border-radius: 26px;
  padding: 38px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  color: var(--cream-text);
}
.what-you-get__eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .18em; color: var(--amber); }
.what-you-get h3 { margin: 14px 0 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 3vw, 42px); line-height: 1.04; letter-spacing: -.03em; }
.what-you-get__steps { display: flex; flex-direction: column; gap: 14px; }
.what-you-get__step { display: flex; gap: 14px; align-items: flex-start; }
.what-you-get__num { font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--amber); padding-top: 2px; }
.what-you-get__text { font-size: 16px; font-weight: 500; line-height: 1.55; color: rgba(255, 246, 229, .84); }
.what-you-get__cta {
  align-self: flex-start;
  margin-top: 10px;
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 14px 26px;
  border-radius: 999px;
}
.what-you-get__cta:hover { background: var(--cream-text); color: var(--ink); }
@media (max-width: 820px) {
  .what-you-get { grid-template-columns: 1fr; }
}

/* ---- Shop your hour ---- */
.shop-hour-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.shop-hour-head a { font-size: 13.5px; font-weight: 800; letter-spacing: .08em; }
.shop-hour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 26px; }
.hour-tile {
  position: relative;
  text-align: left;
  cursor: pointer;
  border: 0;
  border-radius: 26px;
  overflow: hidden;
  padding: 30px 28px 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  font-family: var(--font-body);
  transition: transform .22s ease;
  width: 100%;
}
.hour-tile:hover { transform: translateY(-4px); }
.hour-tile--dosa { background: linear-gradient(165deg, #FFE3C4, #FFD2A8); }
.hour-tile--opti { background: linear-gradient(165deg, #F2E7CE, #E7DCBB); }
.hour-tile--toma { background: linear-gradient(165deg, #FBDCD1, #F3C4B6); }
.hour-tile__time { font-size: 11.5px; font-weight: 800; letter-spacing: .18em; color: rgba(20, 38, 28, .55); }
.hour-tile__title { font-family: var(--font-display); font-size: 30px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); margin-top: 8px; line-height: 1; }
.hour-tile__product { font-size: 14.5px; font-weight: 600; color: var(--muted); margin-top: 8px; }
.hour-tile img { margin: auto auto -14px; max-height: 168px; width: auto; object-fit: contain; filter: drop-shadow(0 14px 20px rgba(20, 38, 28, .2)); }
.hour-tile__add {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--cream-text);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 11px 18px;
  border-radius: 999px;
}
@media (max-width: 900px) {
  .shop-hour-grid { grid-template-columns: 1fr; }
}

/* ---- Our foods grid ---- */
.foods-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.foods-head h2 { margin: 12px 0 0; }
.foods-head__aside { margin: 0; font-size: 16px; font-weight: 500; line-height: 1.65; color: var(--muted); max-width: 36ch; }
.foods-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 34px; }
.food-card { display: flex; flex-direction: column; background: #FFF; border: 1px solid var(--hair); border-radius: 26px; overflow: hidden; }
.food-card__well { position: relative; min-height: 268px; display: flex; align-items: center; justify-content: center; padding: 26px; }
.food-card__slot { position: absolute; top: 16px; left: 16px; font-size: 10.5px; font-weight: 800; letter-spacing: .14em; color: var(--ink); background: rgba(255, 255, 255, .75); padding: 6px 11px; border-radius: 999px; }
.food-card__img { width: 100%; height: 218px; background-size: contain; background-position: center; background-repeat: no-repeat; filter: drop-shadow(0 16px 22px rgba(20, 38, 28, .2)); }
.food-card__body { display: flex; flex-direction: column; gap: 9px; padding: 24px 24px 26px; flex: 1; }
.food-card__name { font-family: var(--font-display); font-size: 24px; font-weight: 800; line-height: 1.05; letter-spacing: -.02em; }
.food-card__line { font-family: var(--font-display); font-size: 17px; font-weight: 400; font-style: italic; color: var(--orange-text); }
.food-card__blurb { margin: 4px 0 0; font-size: 15px; line-height: 1.65; color: var(--muted); flex: 1; }
.food-card__price-row { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; }
.food-card__price { font-family: var(--font-display); font-size: 22px; font-weight: 800; }
.food-card__size { font-size: 13px; font-weight: 600; color: var(--meta-2); }
.food-card__cta {
  margin-top: 10px;
  width: 100%;
  border: 0;
  background: var(--ink);
  color: var(--cream-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 14px 0;
  border-radius: 999px;
}
.food-card__cta:hover { background: var(--orange); color: #fff; }
@media (max-width: 900px) {
  .foods-grid { grid-template-columns: 1fr; }
}

.blizz-band {
  margin-top: 26px;
  border: 1px dashed rgba(20, 38, 28, .22);
  border-radius: 22px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.blizz-band img { height: 104px; width: auto; object-fit: contain; }
.blizz-band__body { flex: 1 1 300px; min-width: 0; }
.blizz-band__tag { font-size: 11.5px; font-weight: 800; letter-spacing: .16em; color: var(--red); }
.blizz-band__title { font-family: var(--font-display); font-size: 24px; font-weight: 800; margin-top: 6px; }
.blizz-band__desc { margin: 6px 0 0; font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 46ch; }
.blizz-band__form { display: flex; gap: 10px; flex-wrap: wrap; }
.blizz-band__form input {
  border: 1px solid rgba(20, 38, 28, .24);
  border-radius: 999px;
  padding: 13px 22px;
  font-family: var(--font-body);
  font-size: 14.5px;
  outline: none;
  width: 230px;
  max-width: 100%;
}
.blizz-band__form button {
  border: 0;
  background: var(--red);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .07em;
  padding: 13px 24px;
  border-radius: 999px;
  white-space: nowrap;
}
.blizz-band__form button:hover { background: var(--ink); }

.purpose-line {
  margin-top: 40px;
  text-align: center;
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
}
.purpose-line__title { font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 34px); font-weight: 600; line-height: 1.25; }
.purpose-line__body { margin: 12px 0 0; font-size: 16px; line-height: 1.7; color: var(--muted); }

/* ---- Reviews ---- */
.reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.reviews-head h2 { margin: 12px 0 0; }
.reviews-score { display: flex; align-items: center; gap: 14px; }
.reviews-score__num { font-family: var(--font-display); font-size: 46px; font-weight: 800; line-height: 1; }
.reviews-score__stars { display: block; color: var(--amber); font-size: 15px; letter-spacing: .2em; }
.reviews-score__note { display: block; font-size: 13.5px; font-weight: 600; color: var(--meta); margin-top: 4px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.review-card { background: #FFF; border: 1px solid var(--hair); border-radius: 24px; padding: 30px 28px; display: flex; flex-direction: column; gap: 14px; }
.review-card__stars { color: var(--amber); font-size: 15px; letter-spacing: .2em; }
.review-card__quote { margin: 0; font-family: var(--font-display); font-size: 19px; font-weight: 400; line-height: 1.5; color: var(--ink); flex: 1; }
.review-card__person { display: flex; align-items: center; gap: 12px; }
.review-card__avatar { width: 38px; height: 38px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 15px; font-weight: 800; }
.review-card__name { display: block; font-size: 14.5px; font-weight: 800; }
.review-card__place { display: block; font-size: 13px; color: var(--meta-2); }
.reviews-foot { margin-top: 16px; font-size: 12.5px; font-weight: 600; color: #9AA79C; }
@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr; }
}

/* ---- Founders ---- */
.founders-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 34px; }
.founder-card { background: #FFF; border: 1px solid var(--hair); border-radius: 26px; padding: 34px; display: flex; gap: 24px; align-items: flex-start; }
.founder-card__avatar { flex-shrink: 0; width: 96px; height: 96px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 34px; font-weight: 800; }
.founder-card__avatar--a { background: linear-gradient(140deg, var(--amber), var(--orange-text)); }
.founder-card__avatar--b { background: linear-gradient(140deg, var(--green-2), #2F5C26); }
.founder-card__name { font-family: var(--font-display); font-size: 25px; font-weight: 800; line-height: 1.1; }
.founder-card__role { font-size: 12.5px; font-weight: 800; letter-spacing: .14em; margin-top: 6px; }
.founder-card__bio { margin: 14px 0 0; font-size: 15.5px; line-height: 1.7; color: var(--muted-2); }
@media (max-width: 700px) {
  .founders-grid { grid-template-columns: 1fr; }
}

/* ---- Padmakriti band ---- */
.padmakriti-band {
  background: rgba(255, 255, 255, .66);
  border: 1px solid var(--hair);
  border-radius: 28px;
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}
.padmakriti-band img.logo { max-height: 190px; width: auto; margin: 0 auto; object-fit: contain; }
.padmakriti-band h3 { margin: 12px 0 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 2.8vw, 38px); line-height: 1.05; letter-spacing: -.02em; }
.padmakriti-band p { margin: 14px 0 0; font-size: 16px; line-height: 1.7; color: var(--muted-2); max-width: 52ch; }
.etymology { display: flex; gap: 26px; margin-top: 22px; flex-wrap: wrap; }
.etymology__word { font-family: var(--font-display); font-size: 20px; font-weight: 800; }
.etymology__def { font-size: 14px; color: var(--meta); }
.padmakriti-band .closer { margin: 18px 0 0; font-size: 15.5px; font-style: italic; color: var(--muted); }
.affiliations { display: flex; gap: 22px; align-items: center; margin-top: 26px; flex-wrap: wrap; }
.affiliations__label { font-size: 11.5px; font-weight: 800; letter-spacing: .14em; color: var(--meta-2); }
.affiliations img { height: 62px; width: auto; object-fit: contain; }
@media (max-width: 760px) {
  .padmakriti-band { grid-template-columns: 1fr; text-align: center; }
  .padmakriti-band .etymology, .padmakriti-band .affiliations { justify-content: center; }
}

/* ---- Closing ---- */
.closing { padding: 80px 26px 90px; text-align: center; }
.closing h2 { margin: 16px auto 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(36px, 5vw, 76px); line-height: .98; letter-spacing: -.035em; max-width: 16ch; }
.closing__body { margin: 20px auto 0; font-size: 17.5px; line-height: 1.7; font-weight: 500; color: var(--muted-2); max-width: 48ch; }
.closing__accent { margin: 34px auto 0; font-family: var(--font-display); font-size: clamp(24px, 2.8vw, 38px); font-weight: 600; color: var(--orange-text); }
.closing a { margin-top: 28px; }
