:root {
  --forest: #123f32;
  --forest-dark: #082b22;
  --leaf: #2f7655;
  --lime: #98bf53;
  --gold: #e6ad31;
  --gold-light: #f6cf70;
  --terracotta: #b95f3b;
  --cream: #f7f2e8;
  --warm-white: #fffdf8;
  --white: #ffffff;
  --ink: #1f2b26;
  --muted: #68736d;
  --line: rgba(25, 64, 50, .15);
  --shadow: 0 28px 70px -34px rgba(14, 52, 40, .38);
  --font: "Aptos", "Segoe UI", "Noto Sans Malayalam", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--warm-white);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; }
button, input, select, textarea { font: inherit; }
section[id] { scroll-margin-top: 80px; }

.announcement {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 8px 22px;
  color: #e8f3e8;
  background: var(--forest-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .25px;
}
.announcement p { margin: 0; }
.announcement p span { margin-right: 8px; color: var(--lime); font-size: 8px; }
.announcement > a { color: var(--gold-light); font-weight: 800; }
.announcement > a span { margin-left: 6px; }

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 78px);
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brandLink { display: inline-flex; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brandMark {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px 14px 14px 4px;
  color: white;
  background: var(--forest);
  box-shadow: 0 10px 22px -12px rgba(18, 63, 50, .75);
}
.brandMark svg { width: 39px; height: 39px; overflow: visible; }
.brandMark path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.markArch { stroke: rgba(255,255,255,.32); stroke-width: 1.5; }
.markN { stroke: white; stroke-width: 3.4; }
.markLeaf { stroke: var(--gold-light); stroke-width: 2.2; }
.brandWords { line-height: 1; }
.brandWords strong { display: block; color: var(--forest); font-size: 20px; font-weight: 900; letter-spacing: .6px; }
.brandWords small { display: block; margin-top: 7px; color: var(--terracotta); font-size: 8px; font-weight: 900; letter-spacing: 3.8px; }
.brandLight .brandMark { color: var(--forest-dark); background: var(--gold-light); }
.brandLight .markArch { stroke: rgba(8,43,34,.28); }
.brandLight .markN { stroke: var(--forest-dark); }
.brandLight .markLeaf { stroke: var(--leaf); }
.brandLight .brandWords strong { color: white; }
.brandLight .brandWords small { color: #b9cfc4; }

.desktopNav { display: flex; align-items: center; gap: clamp(19px, 2.3vw, 36px); color: #31483f; font-size: 13px; font-weight: 750; }
.desktopNav > a:not(.navCta) { position: relative; padding: 8px 0; }
.desktopNav > a:not(.navCta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1px; height: 2px; background: var(--gold); transition: right .2s ease; }
.desktopNav > a:hover::after { right: 0; }
.navCta { padding: 12px 19px; border-radius: 8px; color: white; background: var(--forest); }
.navCta span { margin-left: 5px; color: var(--gold-light); }
.mobileMenu { display: none; position: relative; }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(44px, 6vw, 94px);
  padding: clamp(78px, 8vw, 124px) clamp(22px, 5vw, 78px);
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 5%, rgba(152, 191, 83, .17), transparent 26%),
    linear-gradient(115deg, #f4f0e5 0%, #fffdf8 48%, #edf1e8 100%);
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: linear-gradient(90deg, var(--forest) 0 42%, var(--gold) 42% 67%, var(--terracotta) 67%); }
.heroCopy, .heroMedia { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: var(--leaf); font-size: 11px; font-weight: 900; letter-spacing: 2.1px; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--gold); }
.malayalam { margin: 0 0 16px; color: var(--terracotta); font-family: "Noto Sans Malayalam", var(--font); font-size: clamp(15px, 1.25vw, 18px); font-weight: 750; letter-spacing: .1px; }
.hero h1 { max-width: 760px; margin: 0; color: var(--forest-dark); font-size: clamp(50px, 5.6vw, 82px); font-weight: 780; line-height: .98; letter-spacing: -4.2px; }
.hero h1 em { display: block; color: var(--leaf); font-style: normal; font-weight: 520; }
.heroLead { max-width: 640px; margin: 28px 0 34px; color: #536159; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.65; }
.heroActions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 24px; border-radius: 8px; font-size: 13px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.buttonPrimary { color: white; background: var(--forest); box-shadow: 0 18px 35px -19px rgba(18, 63, 50, .8); }
.buttonPrimary span { color: var(--gold-light); }
.buttonOutline { color: var(--forest); border: 1px solid rgba(18, 63, 50, .35); background: rgba(255,255,255,.56); }
.buttonOutline:hover { background: white; }
.heroProof { display: flex; gap: clamp(20px, 3vw, 45px); margin-top: 50px; padding-top: 25px; border-top: 1px solid var(--line); }
.heroProof div { min-width: 92px; }
.heroProof strong { display: block; color: var(--forest); font-size: clamp(26px, 2.3vw, 36px); font-weight: 850; line-height: 1; letter-spacing: -1.5px; }
.heroProof span { display: block; margin-top: 7px; color: #718078; font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.heroMedia { min-height: 570px; padding: 14px 0 34px 36px; }
.heroImageWrap { height: 100%; min-height: 540px; overflow: hidden; border-radius: 7px 70px 7px 7px; background: #d9dfd6; box-shadow: var(--shadow); }
.heroImageWrap img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.openingTag { position: absolute; top: 0; right: 24px; width: 112px; height: 112px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--forest-dark); background: var(--gold-light); box-shadow: 0 16px 34px -18px rgba(35, 48, 40, .55); }
.openingTag span { font-size: 9px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.openingTag strong { margin-top: 2px; font-size: 26px; letter-spacing: -1px; }
.localTag { position: absolute; left: 0; bottom: 0; display: flex; align-items: center; gap: 13px; padding: 15px 21px; color: white; background: var(--forest); box-shadow: 0 18px 38px -20px rgba(8,43,34,.9); }
.localTag i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--gold-light); font-size: 23px; font-style: normal; }
.localTag strong, .localTag span { display: block; }
.localTag strong { font-size: 13px; }
.localTag span { margin-top: 4px; color: #bcd0c7; font-size: 10px; }

.trustStrip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(22px, 5vw, 78px); color: white; background: var(--forest); }
.trustStrip p { margin: 0; padding: 24px 18px; border-right: 1px solid rgba(255,255,255,.14); font-size: 11px; font-weight: 800; letter-spacing: .7px; text-align: center; text-transform: uppercase; }
.trustStrip p:last-child { border-right: 0; }
.trustStrip span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 10px; border-radius: 50%; color: var(--forest); background: var(--gold-light); font-size: 10px; }

.section { padding: clamp(88px, 9vw, 140px) clamp(22px, 5.5vw, 88px); }
.sectionLabel { margin: 0 0 18px; color: var(--terracotta); font-size: 10px; font-weight: 900; letter-spacing: 2.3px; text-transform: uppercase; }
.sectionLabel::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }
.sectionLabel.light { color: var(--gold-light); }
.section h2, .facilityCopy h2, .partnerCard h2, .contactSection h2 { margin: 0; color: var(--forest-dark); font-size: clamp(40px, 4.7vw, 68px); font-weight: 730; line-height: 1.04; letter-spacing: -3px; }
.section h2 em, .facilityCopy h2 em, .contactSection h2 em { color: var(--leaf); font-style: normal; font-weight: 480; }

.aboutSection { background: var(--warm-white); }
.aboutHeading { display: grid; grid-template-columns: 1fr; max-width: 760px; }
.aboutIntro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 76px); max-width: 1030px; margin: 48px 0 72px auto; padding-left: clamp(0px, 12vw, 180px); }
.aboutIntro p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.aboutIntro p:first-child { color: #38473f; font-size: 19px; font-weight: 580; }
.valueGrid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.valueGrid article { position: relative; min-height: 260px; padding: 40px clamp(24px, 3.4vw, 52px); border-right: 1px solid var(--line); }
.valueGrid article:last-child { border-right: 0; }
.valueNumber { display: block; margin-bottom: 48px; color: var(--terracotta); font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.valueGrid h3 { margin: 0; color: var(--forest); font-size: 24px; letter-spacing: -.7px; }
.valueGrid p { max-width: 330px; margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.departmentsSection { background: var(--cream); }
.sectionIntro { max-width: 1320px; margin: 0 auto clamp(48px, 6vw, 74px); display: flex; align-items: end; justify-content: space-between; gap: 55px; }
.sectionIntro > div { max-width: 780px; }
.sectionIntro > p { max-width: 460px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.departmentGrid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.departmentCard { position: relative; min-height: 270px; overflow: hidden; border-radius: 5px 28px 5px 5px; color: white; background: var(--forest); box-shadow: 0 18px 44px -32px rgba(8,43,34,.7); isolation: isolate; transition: transform .28s ease, box-shadow .28s ease; }
.departmentCard::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(8,43,34,.08) 3%, rgba(8,43,34,.33) 42%, rgba(8,43,34,.95) 100%); transition: background .28s ease; }
.departmentCard > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .28s ease; }
.departmentCard:hover { z-index: 2; transform: translateY(-6px); box-shadow: 0 30px 62px -30px rgba(8,43,34,.75); }
.departmentCard:hover::after { background: linear-gradient(180deg, rgba(8,43,34,.02) 0%, rgba(8,43,34,.26) 42%, rgba(8,43,34,.96) 100%); }
.departmentCard:hover > img { transform: scale(1.045); }
.departmentNumber { position: absolute; top: 19px; left: 20px; min-width: 37px; height: 29px; display: grid; place-items: center; padding: 0 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 20px; color: var(--gold-light); background: rgba(8,43,34,.66); backdrop-filter: blur(8px); font-size: 10px; font-weight: 900; letter-spacing: .7px; }
.departmentCopy { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 58px 27px 25px; }
.departmentCard h3 { margin: 0; color: white; font-size: 22px; letter-spacing: -.45px; text-shadow: 0 1px 15px rgba(0,0,0,.2); }
.departmentCard p { max-width: 310px; margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.55; }
.cardArrow { position: absolute; right: 20px; bottom: 24px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: var(--gold-light); background: rgba(8,43,34,.46); font-size: 13px; transition: transform .2s, background .2s; }
.departmentCard:hover .cardArrow { transform: translate(2px,-2px); background: var(--forest); }

.facilitySection { padding: clamp(88px, 9vw, 140px) clamp(22px, 5.5vw, 88px); color: white; background: var(--forest-dark); }
.facilityCopy { max-width: 1320px; margin: 0 auto 58px; display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 80px; }
.facilityCopy .sectionLabel { grid-column: 1 / -1; }
.facilityCopy h2 { max-width: 750px; color: white; }
.facilityCopy h2 em { color: var(--gold-light); }
.facilityCopy > p:not(.sectionLabel) { max-width: 480px; margin: 8px 0 24px; color: #b8cbc2; font-size: 16px; line-height: 1.75; }
.facilityFeatures { grid-column: 2; display: flex; flex-wrap: wrap; gap: 9px; }
.facilityFeatures span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 4px; color: #d7e4de; font-size: 10px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; }
.facilityGallery { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.55fr .8fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.facilityGallery figure { position: relative; min-height: 280px; margin: 0; overflow: hidden; background: #173b31; }
.facilityGallery .galleryMain { grid-row: span 2; min-height: 650px; }
.facilityGallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.facilityGallery figure:hover img { transform: scale(1.025); }
.facilityGallery figcaption { position: absolute; inset: auto 0 0; padding: 60px 24px 22px; background: linear-gradient(transparent, rgba(8,43,34,.9)); }
.facilityGallery figcaption strong, .facilityGallery figcaption span { display: block; }
.facilityGallery figcaption strong { font-size: 17px; }
.facilityGallery figcaption span { margin-top: 4px; color: #b9ccc3; font-size: 11px; }
.renderNote { max-width: 1320px; margin: 18px auto 0; color: #849d91; font-size: 10px; }

.partnersSection { display: grid; grid-template-columns: 1fr 1fr; }
.partnerCard { min-height: 680px; padding: clamp(62px, 7vw, 104px); }
.supplierCard { color: white; background: var(--leaf); }
.careersCard { color: var(--ink); background: var(--gold-light); }
.cardLabel { margin: 0 0 25px; font-size: 10px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.supplierCard .cardLabel { color: #d7ebdf; }
.careersCard .cardLabel { color: #74561d; }
.partnerCard h2 { max-width: 650px; color: inherit; font-size: clamp(39px, 4.3vw, 62px); }
.partnerCard > p:not(.cardLabel) { max-width: 590px; margin: 22px 0 0; color: inherit; opacity: .78; font-size: 15px; line-height: 1.75; }
.partnerCard ul { display: grid; gap: 13px; margin: 34px 0 40px; padding: 0; list-style: none; font-size: 13px; font-weight: 750; }
.partnerCard li span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 10px; border-radius: 50%; font-size: 10px; }
.supplierCard li span { color: var(--forest); background: var(--gold-light); }
.careersCard li span { color: white; background: var(--forest); }
.buttonLight { color: var(--forest-dark); background: white; box-shadow: 0 18px 38px -22px rgba(8,43,34,.75); }
.buttonDark { color: white; background: var(--forest-dark); box-shadow: 0 18px 38px -22px rgba(8,43,34,.75); }
.buttonDark span { color: var(--gold-light); }

.roadmapSection { background: var(--warm-white); }
.roadmapGrid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.roadmapGrid article { position: relative; padding-right: clamp(20px, 3vw, 45px); }
.roadmapGrid article::after { content: ""; position: absolute; left: 12px; right: 0; top: 46px; height: 1px; background: var(--line); }
.roadmapGrid article:last-child::after { right: 70%; }
.roadmapGrid article > span { color: var(--terracotta); font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.roadDot { position: relative; z-index: 2; width: 13px; height: 13px; margin: 23px 0 29px; border: 3px solid var(--warm-white); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.roadmapGrid h3 { margin: 0 0 12px; color: var(--forest); font-size: 20px; letter-spacing: -.3px; }
.roadmapGrid p { max-width: 260px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.contactSection { display: flex; align-items: end; justify-content: space-between; gap: 65px; padding: clamp(82px, 9vw, 130px) clamp(22px, 5.5vw, 88px); color: white; background: var(--forest); }
.contactSection > div:first-child { max-width: 840px; }
.contactSection h2 { color: white; }
.contactSection h2 em { color: var(--gold-light); }
.contactSection > div:first-child > p:last-child { max-width: 650px; margin: 24px 0 0; color: #bfd2c8; font-size: 16px; line-height: 1.7; }
.contactActions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 11px; min-width: 235px; }
.buttonGold { color: var(--forest-dark); background: var(--gold-light); }
.buttonContactOutline { color: white; border: 1px solid rgba(255,255,255,.28); }
.buttonContactOutline:hover { background: rgba(255,255,255,.08); }

/* Local family story */
.familyStory { padding: clamp(88px, 9vw, 140px) clamp(22px, 5.5vw, 88px); overflow: hidden; background: #efe9dc; }
.storyHeading { max-width: 1320px; margin: 0 auto 48px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px 70px; }
.storyHeading .sectionLabel { grid-column: 1 / -1; margin-bottom: -4px; }
.storyHeading h2 { margin: 0; color: var(--forest-dark); font-size: clamp(40px, 4.7vw, 68px); font-weight: 730; line-height: 1.04; letter-spacing: -3px; }
.storyHeading h2 em { color: var(--leaf); font-style: normal; font-weight: 480; }
.storyMalayalam { max-width: 480px; margin: 0 0 7px; color: var(--terracotta); font-family: "Noto Sans Malayalam", var(--font); font-size: 16px; font-weight: 700; line-height: 1.65; }
.storyGrid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 1fr 1fr; gap: 15px; }
.storyCard { position: relative; min-height: 330px; margin: 0; overflow: hidden; border-radius: 6px 34px 6px 6px; background: #cbd4ca; box-shadow: var(--shadow); isolation: isolate; }
.storyCard1 { grid-row: 1 / span 2; min-height: 680px; }
.storyCard img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.storyCard::after { content: ""; position: absolute; z-index: -1; inset: 30% 0 0; background: linear-gradient(transparent, rgba(8,43,34,.92)); }
.storyCard:hover img { transform: scale(1.035); }
.storyCard figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: end; gap: 17px; padding: 35px 26px 26px; color: white; }
.storyCard figcaption > span { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: var(--gold-light); font-size: 10px; font-weight: 900; }
.storyCard h3 { margin: 0; font-size: 24px; letter-spacing: -.5px; }
.storyCard p { margin: 6px 0 0; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.55; }

/* Project update */
.projectUpdates { background: var(--warm-white); }
.updateHeader { max-width: 1320px; margin: 0 auto 48px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.updateHeader h2 { max-width: 760px; }
.updateStamp { flex: 0 0 auto; padding: 14px 18px; border-left: 3px solid var(--gold); background: var(--cream); }
.updateStamp span, .updateStamp strong { display: block; }
.updateStamp span { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
.updateStamp strong { margin-top: 5px; color: var(--forest); font-size: 17px; }
.updateBoard { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 1.35fr; border: 1px solid var(--line); border-radius: 6px 36px 6px 6px; overflow: hidden; box-shadow: 0 26px 60px -42px rgba(8,43,34,.48); }
.currentUpdate { padding: clamp(38px, 5vw, 70px); color: white; background: var(--forest); }
.statusPill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; color: #d7e5de; font-size: 9px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.statusPill i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 5px rgba(246,207,112,.12); }
.currentUpdate h3 { max-width: 520px; margin: 28px 0 16px; font-size: clamp(27px, 3vw, 40px); line-height: 1.12; letter-spacing: -1.3px; }
.currentUpdate p { max-width: 550px; margin: 0; color: #bfd1c8; font-size: 14px; line-height: 1.75; }
.updateSteps { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--cream); }
.updateSteps > div { display: flex; flex-direction: column; justify-content: center; min-height: 300px; padding: 34px; border-right: 1px solid var(--line); }
.updateSteps > div:last-child { border-right: 0; }
.updateSteps span { color: var(--terracotta); font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.updateSteps p { min-height: 52px; margin: 38px 0 17px; color: var(--forest); font-size: 18px; font-weight: 800; line-height: 1.35; }
.updateSteps strong { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; }

/* Enquiry forms */
.partnersSection { align-items: stretch; }
.partnerCard { min-height: 0; }
.enquiryForm { max-width: 650px; margin-top: 38px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.22); }
.careersCard .enquiryForm { border-top-color: rgba(8,43,34,.18); }
.formGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.formField { display: grid; gap: 7px; margin-bottom: 15px; }
.formField > span { font-size: 9px; font-weight: 900; letter-spacing: .75px; text-transform: uppercase; }
.formField input, .formField select, .formField textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; outline: none; color: white; background: rgba(255,255,255,.08); transition: border-color .2s, box-shadow .2s, background .2s; }
.formField textarea { resize: vertical; }
.formField input::placeholder, .formField textarea::placeholder { color: rgba(255,255,255,.55); }
.formField select option { color: var(--ink); }
.careersCard .formField input, .careersCard .formField select, .careersCard .formField textarea { border-color: rgba(8,43,34,.24); color: var(--ink); background: rgba(255,255,255,.36); }
.careersCard .formField input::placeholder, .careersCard .formField textarea::placeholder { color: rgba(31,43,38,.5); }
.formField input:focus, .formField select:focus, .formField textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(246,207,112,.18); background: rgba(255,255,255,.13); }
.careersCard .formField input:focus, .careersCard .formField select:focus, .careersCard .formField textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(18,63,50,.12); }
.enquiryForm .button { margin-top: 5px; border: 0; cursor: pointer; }
.formEmail { display: inline-block; margin: 18px 0 0 12px; color: rgba(255,255,255,.8); font-size: 11px; font-weight: 700; }
.formEmail.dark { color: rgba(8,43,34,.7); }
.hiddenField { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }

/* Location */
.locationSection { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 680px; background: #f1ecdf; }
.locationCopy { align-self: center; padding: clamp(72px, 8vw, 120px) clamp(22px, 6vw, 96px); }
.locationCopy h2 { margin: 0; color: var(--forest-dark); font-size: clamp(40px, 4.7vw, 68px); font-weight: 730; line-height: 1.04; letter-spacing: -3px; }
.locationCopy h2 em { color: var(--leaf); font-style: normal; font-weight: 480; }
.locationCopy > p:not(.sectionLabel) { max-width: 620px; margin: 24px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.locationFacts { display: grid; grid-template-columns: repeat(3,1fr); max-width: 570px; margin-bottom: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.locationFacts div { padding: 20px 18px 20px 0; }
.locationFacts span, .locationFacts strong { display: block; }
.locationFacts span { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.locationFacts strong { margin-top: 7px; color: var(--forest); font-size: 15px; }
.locationCopy > small { display: block; max-width: 560px; margin-top: 18px; color: #7d887f; font-size: 10px; line-height: 1.55; }
.mapWrap { position: relative; min-height: 680px; overflow: hidden; background: #d9dfd6; }
.mapWrap iframe { width: 100%; height: 100%; min-height: 680px; border: 0; filter: saturate(.75) sepia(.08) contrast(.95); }
.mapBadge { position: absolute; left: 30px; bottom: 30px; display: flex; align-items: center; gap: 13px; max-width: calc(100% - 60px); padding: 15px 20px; color: white; background: var(--forest); box-shadow: var(--shadow); }
.mapBadge > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--forest-dark); background: var(--gold-light); font-size: 22px; }
.mapBadge strong, .mapBadge small { display: block; }
.mapBadge strong { font-size: 13px; }
.mapBadge small { margin-top: 4px; color: #bcd0c6; font-size: 9px; }

/* Motion and quick contact */
.reveal { animation: sectionReveal .75s ease both; }
@keyframes sectionReveal { from { opacity: .6; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.floatingContact { position: fixed; z-index: 48; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 40px; color: white; background: #137d46; box-shadow: 0 18px 35px -16px rgba(6,55,31,.8); transition: transform .2s, box-shadow .2s; }
.floatingContact:hover { transform: translateY(-3px); box-shadow: 0 23px 42px -16px rgba(6,55,31,.85); }
.whatsappGlyph { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #137d46; background: white; font-size: 19px; }
.floatingContact strong, .floatingContact small { display: block; }
.floatingContact strong { font-size: 11px; }
.floatingContact small { margin-top: 2px; color: rgba(255,255,255,.7); font-size: 8px; }
.mobileContactBar { display: none; }

footer { padding: 78px clamp(22px, 5.5vw, 88px) 28px; color: #9eb1a8; background: #061f19; }
.footerMain { max-width: 1320px; margin: 0 auto 62px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 55px; }
.footerBrand > p { max-width: 330px; margin: 24px 0 15px; color: #c5d4cd; font-size: 13px; line-height: 1.65; }
.footerBrand > small { color: #7f9b8f; font-size: 9px; }
.footerColumn { display: grid; align-content: start; gap: 12px; }
.footerColumn h3 { margin: 0 0 8px; color: white; font-size: 10px; letter-spacing: 1.7px; text-transform: uppercase; }
.footerColumn a, .footerColumn p { margin: 0; color: #9eb1a8; font-size: 12px; line-height: 1.7; }
.footerColumn a:hover { color: var(--gold-light); }
.addressColumn > a { color: var(--gold-light); overflow-wrap: anywhere; }
.footerBottom { max-width: 1320px; margin: 0 auto; display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }

@media (max-width: 1050px) {
  .desktopNav { display: none; }
  .mobileMenu { display: block; }
  .mobileMenu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border-radius: 8px; background: var(--forest); cursor: pointer; list-style: none; }
  .mobileMenu summary::-webkit-details-marker { display: none; }
  .mobileMenu summary span { width: 18px; height: 2px; background: white; }
  .mobileMenu nav { position: absolute; right: 0; top: 54px; width: 245px; display: grid; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: var(--shadow); }
  .mobileMenu nav a { padding: 12px; color: var(--forest); font-size: 13px; font-weight: 750; }
  .hero { grid-template-columns: 1fr; }
  .heroCopy { max-width: 760px; }
  .heroMedia { width: min(100%, 760px); }
  .departmentGrid { grid-template-columns: repeat(2,1fr); }
  .storyHeading { grid-template-columns: 1fr; }
  .storyHeading .sectionLabel { grid-column: auto; }
  .storyMalayalam { max-width: 620px; }
  .facilityCopy { grid-template-columns: 1fr; }
  .facilityCopy > p:not(.sectionLabel), .facilityFeatures { grid-column: 1; }
  .contactSection { align-items: start; flex-direction: column; }
  .contactActions { width: min(100%, 390px); flex-direction: row; }
  .contactActions .button { flex: 1; }
  .updateBoard { grid-template-columns: 1fr; }
  .currentUpdate { min-height: 330px; }
  .locationSection { grid-template-columns: 1fr; }
  .mapWrap, .mapWrap iframe { min-height: 520px; }
  .footerMain { grid-template-columns: 1.6fr 1fr 1fr; }
  .addressColumn { grid-column: 2 / span 2; }
}

@media (max-width: 720px) {
  .announcement { justify-content: center; text-align: center; }
  .announcement > a { display: none; }
  .siteHeader { height: 74px; }
  .brandMark { width: 43px; height: 43px; }
  .brandWords strong { font-size: 17px; }
  .brandWords small { font-size: 7px; letter-spacing: 3.1px; }
  .hero { min-height: 0; padding-top: 62px; }
  .hero h1 { font-size: clamp(45px, 13.5vw, 62px); letter-spacing: -3px; }
  .heroActions { flex-direction: column; align-items: stretch; }
  .heroProof { justify-content: space-between; gap: 12px; }
  .heroProof span { font-size: 8px; }
  .heroMedia { min-height: 0; padding: 10px 0 28px 19px; }
  .heroImageWrap, .heroImageWrap img { min-height: 400px; }
  .heroImageWrap { border-radius: 5px 48px 5px 5px; }
  .openingTag { right: 11px; width: 90px; height: 90px; }
  .openingTag strong { font-size: 22px; }
  .localTag { padding: 12px 15px; }
  .trustStrip { grid-template-columns: 1fr 1fr; padding: 0 15px; }
  .trustStrip p { padding: 18px 8px; font-size: 9px; }
  .trustStrip p:nth-child(2) { border-right: 0; }
  .section h2, .facilityCopy h2, .contactSection h2 { font-size: 43px; letter-spacing: -2.2px; }
  .aboutIntro { grid-template-columns: 1fr; margin: 36px 0 55px; padding: 0; gap: 19px; }
  .valueGrid { grid-template-columns: 1fr; }
  .valueGrid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .valueGrid article:last-child { border-bottom: 0; }
  .valueNumber { margin-bottom: 25px; }
  .storyGrid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .storyCard, .storyCard1 { grid-row: auto; min-height: 390px; }
  .storyHeading h2 { font-size: 43px; letter-spacing: -2.2px; }
  .storyMalayalam { font-size: 14px; }
  .sectionIntro { align-items: start; flex-direction: column; gap: 25px; }
  .departmentGrid { grid-template-columns: 1fr; }
  .departmentGrid { gap: 12px; }
  .departmentCard { min-height: 255px; border-radius: 5px 24px 5px 5px; }
  .departmentCopy { padding: 28px 56px 25px 23px; }
  .facilityGallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .facilityGallery .galleryMain { grid-row: auto; min-height: 430px; }
  .facilityGallery figure { min-height: 310px; }
  .partnersSection { grid-template-columns: 1fr; }
  .partnerCard { min-height: 0; padding: 70px 24px; }
  .partnerCard h2 { font-size: 41px; letter-spacing: -2px; }
  .formGrid { grid-template-columns: 1fr; gap: 0; }
  .formEmail { display: block; margin-left: 0; overflow-wrap: anywhere; }
  .updateHeader { align-items: start; flex-direction: column; gap: 28px; }
  .updateSteps { grid-template-columns: 1fr; }
  .updateSteps > div { min-height: 0; padding: 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .updateSteps > div:last-child { border-bottom: 0; }
  .updateSteps p { min-height: 0; margin: 18px 0 9px; }
  .locationCopy { padding-top: 80px; padding-bottom: 70px; }
  .locationCopy h2 { font-size: 43px; letter-spacing: -2.2px; }
  .locationFacts { grid-template-columns: 1fr; }
  .locationFacts div { border-bottom: 1px solid var(--line); }
  .locationFacts div:last-child { border-bottom: 0; }
  .mapWrap, .mapWrap iframe { min-height: 450px; }
  .mapBadge { left: 16px; bottom: 16px; max-width: calc(100% - 32px); }
  .roadmapGrid { grid-template-columns: 1fr; gap: 38px; }
  .roadmapGrid article::after { display: none; }
  .roadDot { margin: 15px 0 21px; }
  .roadmapGrid p { max-width: 100%; }
  .contactActions { flex-direction: column; }
  .footerMain { grid-template-columns: 1fr; }
  .addressColumn { grid-column: auto; }
  .footerBottom { flex-direction: column; gap: 13px; }
  footer { padding-bottom: 98px; }
  .floatingContact { display: none; }
  .mobileContactBar { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; color: white; background: rgba(6,31,25,.96); box-shadow: 0 18px 42px -15px rgba(0,0,0,.7); backdrop-filter: blur(16px); }
  .mobileContactBar a { min-height: 60px; display: grid; place-items: center; align-content: center; gap: 4px; border-right: 1px solid rgba(255,255,255,.12); color: #dce8e2; font-size: 9px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
  .mobileContactBar a:last-child { border-right: 0; }
  .mobileContactBar span { color: var(--gold-light); font-size: 17px; }
}

@media (max-width: 420px) {
  .heroProof div { min-width: 0; }
  .heroProof strong { font-size: 24px; }
  .localTag i { display: none; }
  .trustStrip { grid-template-columns: 1fr; }
  .trustStrip p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal { animation: none !important; }
}
