/* =====================================================================
   Vaikunta — Franchise page
   Loaded ALONGSIDE styles.css: reuses the shared design tokens, base,
   header/nav, buttons, eyebrow, reveal and footer shell. This file adds
   only the franchise-specific sections.
   ===================================================================== */

/* ------------------------------- Hero -------------------------------- */
.fr-hero {
  position: relative;
  background: var(--teal);
  color: #F1E9D8;
  overflow: hidden;
}
.fr-hero__motif {
  position: absolute;
  top: -40px;
  right: -30px;
  width: 320px;
  opacity: .08;
  pointer-events: none;
}
.fr-hero__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 96px var(--pad-x) 104px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
}
.fr-hero .eyebrow { margin-bottom: 26px; }
.fr-hero__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--light);
  margin: 0 0 26px;
}
.fr-hero__text {
  font-size: 18.5px;
  line-height: 1.64;
  color: #CFE0D6;
  max-width: 560px;
  margin: 0 0 22px;
}
.fr-hero__text:last-of-type { margin-bottom: 40px; }
.fr-hero__cta {
  background: var(--orange);
  color: #fff;
  font-size: 15.5px;
  padding: 16px 32px;
  box-shadow: 0 12px 30px rgba(224, 138, 43, .32);
}
.fr-hero__cta:hover { background: #F09A3A; transform: translateY(-2px); }

.fr-hero__media { position: relative; justify-self: end; }
.fr-hero__frame {
  position: relative;
  width: min(420px, 40vw);
  aspect-ratio: 0.9;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .5);
  border: 1px solid rgba(247, 241, 228, .18);
}
.fr-hero__frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.fr-hero__badge {
  position: absolute;
  bottom: 24px;
  left: -28px;
  background: var(--card);
  border-radius: 16px;
  padding: 16px 22px;
  box-shadow: 0 22px 44px -16px rgba(0, 0, 0, .4);
  display: flex;
  align-items: center;
  gap: 13px;
}
.fr-hero__badge img { width: 38px; height: auto; }
.fr-hero__badge-title { font-family: var(--font-serif); font-size: 17px; color: var(--teal); line-height: 1.1; }
.fr-hero__badge-sub { font-size: 12.5px; color: var(--muted); font-weight: 600; }

/* -------------------------- Foundation strip ------------------------- */
.fr-strip { background: var(--cream-2); }
.fr-strip__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 34px var(--pad-x);
  text-align: center;
}
.fr-strip__text {
  font-size: 17.5px;
  line-height: 1.55;
  color: var(--body);
  margin: 0 auto;
  max-width: 880px;
}
.fr-strip__text strong { color: var(--teal); }

/* --------------------------- Growth split ---------------------------- */
.fr-growth {
  max-width: var(--container);
  margin: 0 auto;
  padding: 104px var(--pad-x);
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 72px;
  align-items: center;
}
.fr-growth__media { position: relative; }
.fr-growth__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 0.92;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 36px 70px -30px rgba(1, 75, 67, .40);
}
.fr-growth__frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.fr-corner { position: absolute; width: 90px; height: 90px; }
.fr-corner--tl { top: -22px; left: -22px; border-top: 2px solid var(--orange); border-left: 2px solid var(--orange); border-radius: 18px 0 0 0; }
.fr-corner--br { bottom: -22px; right: -22px; border-bottom: 2px solid var(--orange); border-right: 2px solid var(--orange); border-radius: 0 0 18px 0; }
.fr-growth__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.1;
  color: var(--teal);
  margin: 0 0 28px;
}
.fr-growth__text { font-size: 18px; line-height: 1.66; color: var(--body); margin: 0 0 22px; }
.fr-quote {
  margin: 28px 0 0;
  padding: 24px 30px;
  border-left: 3px solid var(--orange);
  background: #FBF4E6;
  border-radius: 0 14px 14px 0;
}
.fr-quote p {
  font-family: var(--font-serif);
  font-size: 21px;
  line-height: 1.4;
  color: var(--teal);
  margin: 0;
  font-style: italic;
}

/* ---------------------------- Why Vaikunta --------------------------- */
.fr-why {
  position: relative;
  background: var(--teal);
  color: #F1E9D8;
  overflow: hidden;
}
.fr-why__motif {
  position: absolute;
  bottom: -50px;
  left: -40px;
  width: 280px;
  opacity: .06;
  pointer-events: none;
  transform: rotate(180deg);
}
.fr-why__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 104px var(--pad-x);
  position: relative;
  z-index: 2;
}
.fr-why__head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.fr-why__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  color: var(--light);
  margin: 0;
}
.fr-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fr-card {
  background: rgba(247, 241, 228, .05);
  border: 1px solid rgba(247, 241, 228, .12);
  border-radius: 18px;
  padding: 34px 28px;
  transition: background .25s ease, transform .25s ease;
}
.fr-card:hover { background: rgba(247, 241, 228, .09); transform: translateY(-6px); }
.fr-card__num { font-family: var(--font-serif); font-size: 30px; color: var(--orange-soft); margin-bottom: 16px; }
.fr-card__title { font-family: var(--font-serif); font-weight: 400; font-size: 22px; color: var(--light); margin: 0 0 12px; }
.fr-card__text { font-size: 14.5px; line-height: 1.62; color: #BFD3C8; margin: 0; }

.fr-card--cta {
  background: linear-gradient(135deg, var(--orange), #D2791C);
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fr-card--cta:hover { transform: none; }
.fr-card__cta-title { font-family: var(--font-serif); font-weight: 400; font-size: 22px; color: #FFFDF8; margin: 0 0 10px; }
.fr-card__cta-text { font-size: 14.5px; line-height: 1.55; color: #FDF1DD; margin: 0 0 18px; }
.fr-card__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal);
  color: var(--light);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 100px;
  text-decoration: none;
  align-self: flex-start;
  transition: background .25s ease;
}
.fr-card__cta-btn:hover { background: var(--teal-deep); }

/* --------------------------- Expansion Vision ------------------------ */
.fr-vision {
  max-width: 1100px;
  margin: 0 auto;
  padding: 108px var(--pad-x);
  text-align: center;
}
.fr-vision__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  color: var(--teal);
  margin: 0 0 30px;
}
.fr-vision__text { font-size: 19px; line-height: 1.66; color: var(--body); margin: 0 0 22px; }
.fr-vision__text:last-child { margin-bottom: 0; }

/* ----------------------------- Enquire CTA --------------------------- */
.fr-enquire {
  position: relative;
  background: linear-gradient(135deg, #E08A2B 0%, #D2791C 100%);
  overflow: hidden;
}
.fr-enquire__motif {
  position: absolute;
  top: -30px;
  right: 6%;
  width: 240px;
  opacity: .16;
  pointer-events: none;
}
.fr-enquire__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 96px var(--pad-x);
  position: relative;
  z-index: 2;
  text-align: center;
}
.fr-enquire__eyebrow {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #FCEBD0;
}
.fr-enquire__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
  color: #FFFDF8;
  margin: 18px 0 24px;
}
.fr-enquire__text { font-size: 18.5px; line-height: 1.62; color: #FDF1DD; max-width: 640px; margin: 0 auto 16px; }
.fr-enquire__text:last-of-type { margin-bottom: 38px; }
.fr-enquire__cta {
  background: var(--teal);
  color: var(--light);
  font-size: 16px;
  gap: 11px;
  padding: 18px 40px;
  box-shadow: 0 16px 36px rgba(1, 75, 67, .3);
}
.fr-enquire__cta:hover { background: var(--teal-deep); transform: translateY(-2px); }

/* ------------------------------- Footer ------------------------------ */
.fr-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 54px;
}
.fr-footer-logo { height: 72px; width: auto; margin-bottom: 20px; display: block; }
.fr-footer-tagline {
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.3;
  color: var(--light);
  margin: 0;
  max-width: 360px;
}
.fr-footer-actions { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.fr-footer-btn {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.fr-footer-btn--ghost { color: #CFE0D6; border: 1.5px solid rgba(247, 241, 228, .22); }
.fr-footer-btn--ghost:hover { border-color: var(--orange-soft); color: var(--light); }
.fr-footer-btn--solid { color: var(--teal-darker); background: var(--orange-soft); border: 1.5px solid var(--orange-soft); }
.fr-footer-btn--solid:hover { background: var(--light); border-color: var(--light); }

/* ---------------------------- Responsive ----------------------------- */
@media (max-width: 1024px) {
  .fr-hero__inner { gap: 48px; }
  .fr-why__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .fr-hero__inner { grid-template-columns: 1fr; padding: 64px var(--pad-x) 72px; }
  .fr-hero__media { justify-self: center; }
  .fr-hero__frame { width: min(420px, 78vw); }
  .fr-growth { grid-template-columns: 1fr; gap: 56px; padding: 72px var(--pad-x); }
  .fr-growth__media { order: -1; }
  .fr-why__inner { padding: 72px var(--pad-x); }
  .fr-vision { padding: 80px var(--pad-x); }
  .fr-enquire__inner { padding: 72px var(--pad-x); }
}

@media (max-width: 560px) {
  .fr-why__grid { grid-template-columns: 1fr; }
  .fr-hero__badge { left: 0; }
  .fr-footer-top { flex-direction: column; align-items: flex-start; }
}
