/* ISCON Green City Extension — premium responsive landing page */
:root {
  --forest: #153d32;
  --forest-deep: #0d2b24;
  --forest-soft: #2d5a4c;
  --sage: #9eb7a1;
  --mint: #dce8dc;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --sand: #d9cfbb;
  --ochre: #c59a52;
  --ink: #17201c;
  --muted: #667068;
  --line: rgba(23, 32, 28, .15);
  --white-line: rgba(255, 255, 255, .22);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 128px 0; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; color: var(--forest); background: white; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.announcement { position: relative; z-index: 40; height: 32px; background: var(--forest-deep); color: rgba(255,255,255,.75); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.announcement__inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.announcement__inner > span:first-child { display: flex; align-items: center; gap: 9px; }
.announcement__rera { margin-right: auto; color: white; }
.announcement a { color: white; border-bottom: 1px solid rgba(255,255,255,.38); }
.live-dot { width: 6px; height: 6px; background: #b6d687; border-radius: 50%; box-shadow: 0 0 0 4px rgba(182,214,135,.12); }

.site-header { position: absolute; z-index: 30; top: 32px; left: 0; width: 100%; color: white; transition: background .35s, color .35s, transform .35s, box-shadow .35s; }
.site-header__inner { min-height: 84px; display: flex; align-items: center; gap: 42px; border-bottom: 1px solid rgba(255,255,255,.28); }
.site-header.is-scrolled { position: fixed; top: 0; color: var(--ink); background: rgba(251,250,246,.95); box-shadow: 0 10px 35px rgba(13,43,36,.08); backdrop-filter: blur(16px); }
.site-header.is-scrolled .site-header__inner { min-height: 72px; border-bottom-color: transparent; }
.site-header.is-scrolled .brand__mark { border-color: rgba(21,61,50,.25); }
.site-header.is-scrolled .button--nav { border-color: var(--forest); }
.site-header.is-scrolled .button--nav:hover { color: white; background: var(--forest); }

.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; line-height: 1; }
.brand__mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.brand__mark svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.brand__text { display: flex; flex-direction: column; }
.brand__text strong { font-family: var(--serif); font-size: 16px; letter-spacing: .06em; font-weight: 600; }
.brand__text strong span { font-weight: 400; }
.brand__text small { margin-top: 6px; font-size: 8px; letter-spacing: .46em; opacity: .7; }
.site-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.site-nav a { position: relative; font-size: 11px; letter-spacing: .08em; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

.button { min-height: 52px; padding: 0 22px; border: 1px solid currentColor; display: inline-flex; align-items: center; justify-content: center; gap: 42px; font-size: 10px; line-height: 1; letter-spacing: .12em; text-transform: uppercase; transition: background .3s, color .3s, border-color .3s, transform .3s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--nav { min-height: 42px; padding: 0 16px; gap: 20px; border-color: rgba(255,255,255,.55); }
.button--nav:hover { color: var(--forest); background: white; border-color: white; }
.button--primary { color: var(--forest-deep); background: #e9efdf; border-color: #e9efdf; }
.button--primary:hover { background: white; border-color: white; }
.button--light { color: var(--forest); background: white; border-color: white; }
.button--light:hover { background: #e9efdf; border-color: #e9efdf; }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.text-link span { transition: transform .3s; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link--light { color: white; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; color: var(--forest-soft); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: rgba(255,255,255,.75); }
.section-number { margin-bottom: 42px; color: #66726a; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.section-number span { color: var(--ochre); margin-inline: 6px; }
.section-number--light { color: rgba(255,255,255,.52); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h2 { margin-bottom: 0; color: var(--forest-deep); font-size: clamp(48px, 5.2vw, 78px); line-height: .98; }
h1 em, h2 em { font-weight: 400; color: var(--ochre); }

.hero { position: relative; min-height: calc(100svh - 32px); height: max(720px, calc(100svh - 32px)); overflow: hidden; color: white; background: var(--forest); }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media img { height: 100%; object-fit: cover; object-position: 58% center; animation: heroIn 1.3s cubic-bezier(.2,.7,.2,1) both; }
.hero__shade { background: linear-gradient(90deg, rgba(6,28,22,.82) 0%, rgba(7,27,22,.56) 35%, rgba(7,27,22,.08) 69%, rgba(7,27,22,.19) 100%), linear-gradient(0deg, rgba(7,27,22,.6) 0%, transparent 29%, rgba(7,27,22,.12) 70%); }
.hero__content { position: relative; z-index: 2; height: 100%; padding-top: 158px; padding-bottom: 92px; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.hero__copy { max-width: 720px; }
.hero h1 { margin: 0 0 32px; font-size: clamp(66px, 7.4vw, 112px); line-height: .85; color: white; }
.hero h1 em { display: inline-block; }
.hero__lead { max-width: 560px; margin-bottom: 36px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 34px; }
.hero__card { width: 298px; padding: 25px 26px 22px; align-self: flex-end; margin-bottom: 50px; color: var(--forest-deep); background: rgba(244,241,233,.92); backdrop-filter: blur(14px); box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.hero__card-top { display: flex; align-items: center; gap: 13px; padding-bottom: 19px; border-bottom: 1px solid rgba(21,61,50,.16); }
.hero__card-top div { display: flex; flex-direction: column; line-height: 1.25; }
.hero__card-top small, .hero__rera-no small, .hero__meta small { color: #6f776f; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.hero__card-top strong { font-family: var(--serif); font-size: 18px; }
.seal { width: 35px; height: 35px; flex: 0 0 auto; color: var(--forest); }
.seal svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.hero__rera-no { padding: 18px 0 14px; }
.copy-rera { width: 100%; padding: 5px 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 0; background: none; cursor: pointer; text-align: left; }
.copy-rera span { font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.copy-rera svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hero__meta { padding-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border-top: 1px solid rgba(21,61,50,.16); }
.hero__meta span { display: flex; flex-direction: column; }
.hero__meta strong { margin-top: 4px; font-family: var(--serif); font-size: 13px; }
.hero__foot { position: absolute; z-index: 2; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-hint { display: flex; align-items: center; gap: 12px; }
.scroll-hint i { width: 30px; height: 1px; background: rgba(255,255,255,.5); animation: scrollLine 1.8s ease-in-out infinite; transform-origin: left; }
@keyframes heroIn { from { opacity: .4; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes scrollLine { 0%,100%{transform:scaleX(.35)} 50%{transform:scaleX(1)} }

.intro { background: var(--paper); }
.intro__grid { display: grid; grid-template-columns: 190px minmax(0, 1.25fr) minmax(250px, .55fr); gap: 56px; align-items: start; }
.intro__copy h2 { font-size: clamp(50px, 5.5vw, 78px); }
.intro__lead { max-width: 700px; margin: 30px 0 0; color: #4f5952; font-size: 17px; line-height: 1.8; }
.intro__aside { padding-top: 94px; color: var(--muted); font-size: 13px; }
.intro__aside p { margin-bottom: 28px; }
.facts { margin-top: 100px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts article { position: relative; min-height: 166px; padding: 31px 25px 26px; display: flex; flex-direction: column; justify-content: flex-end; border-left: 1px solid var(--line); }
.facts article:last-child { border-right: 1px solid var(--line); }
.facts__icon { position: absolute; top: 25px; right: 25px; color: var(--ochre); font-size: 15px; }
.facts small { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.facts strong { margin-top: 11px; font-family: var(--serif); color: var(--forest); font-size: 30px; font-weight: 400; line-height: 1; }
.facts strong em { color: var(--muted); font-family: var(--sans); font-size: 9px; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }

.vision { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: .85fr 1.1fr .65fr; gap: 50px; align-items: end; }
.section-heading .section-number { margin-bottom: 85px; }
.section-heading p:last-child { margin: 0 0 4px; color: var(--muted); font-size: 13px; }
.feature-visual { position: relative; margin: 90px 0 72px; height: min(600px, 52vw); min-height: 430px; overflow: hidden; }
.feature-visual > img { height: 100%; object-fit: cover; }
.feature-visual::after { content:""; position:absolute; inset: 0; background: linear-gradient(0deg, rgba(6,28,22,.58), transparent 43%); pointer-events:none; }
.feature-visual figcaption { position: absolute; z-index: 2; left: 42px; right: 42px; bottom: 34px; display: grid; grid-template-columns: 45px 1fr auto; align-items: end; gap: 18px; color: white; }
.feature-visual figcaption > span { font-size: 9px; letter-spacing: .15em; }
.feature-visual figcaption div { display: flex; flex-direction: column; }
.feature-visual figcaption strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.feature-visual figcaption small { color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .08em; }
.feature-visual__note { position: absolute; z-index: 2; top: 25px; right: 25px; padding: 9px 13px; display: flex; align-items: center; gap: 8px; color: var(--forest-deep); background: rgba(255,255,255,.88); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.feature-visual__note i { width: 6px; height: 6px; background: var(--ochre); border-radius: 50%; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.principle { position: relative; padding: 43px 46px 20px 0; border-right: 1px solid var(--line); }
.principle + .principle { padding-left: 46px; }
.principle:last-child { border-right: 0; }
.principle > span { position: absolute; top: 50px; right: 35px; color: #849087; font-size: 9px; letter-spacing: .12em; }
.principle__icon { width: 52px; height: 52px; margin-bottom: 42px; color: var(--forest); }
.principle__icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.principle h3 { margin-bottom: 14px; color: var(--forest-deep); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.principle p { max-width: 290px; margin: 0; color: var(--muted); font-size: 12px; }
.concept-disclaimer { margin: 52px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: #778178; font-size: 10px; }

.gallery { overflow: hidden; background: var(--paper); }
.gallery__heading { display: grid; grid-template-columns: .9fr 1.4fr; align-items: end; margin-bottom: 78px; }
.gallery__heading .section-number { margin-bottom: 70px; }
.gallery__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; align-items: end; }
.gallery-card { margin: 0; }
.gallery-card__button { position: relative; width: 100%; height: 440px; padding: 0; overflow: hidden; border: 0; background: #d8dfd4; cursor: zoom-in; }
.gallery-card--large .gallery-card__button { height: 620px; }
.gallery-card__button img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gallery-card__button:hover img { transform: scale(1.035); }
.gallery-card__expand { position: absolute; top: 20px; right: 20px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--forest); background: rgba(255,255,255,.88); font-size: 14px; transition: transform .3s; }
.gallery-card__button:hover .gallery-card__expand { transform: rotate(45deg); }
.gallery-card figcaption { padding: 20px 4px; display: grid; grid-template-columns: 45px 1fr; border-bottom: 1px solid var(--line); }
.gallery-card figcaption > span { padding-top: 4px; color: var(--ochre); font-size: 9px; }
.gallery-card figcaption div { display: flex; flex-direction: column; }
.gallery-card figcaption strong { color: var(--forest-deep); font-family: var(--serif); font-size: 20px; font-weight: 400; }
.gallery-card figcaption small { margin-top: 4px; color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.gallery__note { margin: 45px 0 0 auto; max-width: 590px; display: flex; gap: 14px; color: #768078; font-size: 9px; letter-spacing: .03em; }
.gallery__note i { width: 7px; height: 7px; flex: 0 0 auto; margin-top: 4px; border: 1px solid var(--ochre); border-radius: 50%; }

.rera { position: relative; overflow: hidden; color: white; background: var(--forest-deep); }
.rera__pattern { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(30deg, transparent 12%, rgba(255,255,255,.04) 12.5%, transparent 13%), linear-gradient(150deg, transparent 12%, rgba(255,255,255,.035) 12.5%, transparent 13%); background-size: 90px 156px; }
.rera__grid { position: relative; display: grid; grid-template-columns: 1fr .92fr; gap: 115px; align-items: center; }
.rera__copy h2 { color: white; }
.rera__copy > p:not(.eyebrow) { max-width: 540px; margin: 30px 0 36px; color: rgba(255,255,255,.62); font-size: 13px; }
.rera-number-block { max-width: 540px; padding: 20px 0; display: grid; grid-template-columns: 1fr auto; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.rera-number-block small { grid-column: 1 / -1; margin-bottom: 9px; color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.rera-number-block strong { font-family: var(--serif); font-size: clamp(20px, 2.3vw, 31px); font-weight: 400; letter-spacing: .01em; }
.copy-rera--light { width: auto; align-self: center; color: rgba(255,255,255,.65); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.35); }
.rera__actions { margin-top: 32px; display: flex; align-items: center; gap: 34px; }
.rera__panel { padding: 39px 42px 30px; color: var(--ink); background: var(--cream); box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.rera__panel-head { display: flex; align-items: center; gap: 15px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.rera__panel-head > div { display: flex; flex-direction: column; }
.rera__panel-head small { color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.rera__panel-head strong { color: var(--forest); font-family: var(--serif); font-size: 19px; font-weight: 400; }
.rera__facts { margin: 6px 0 16px; }
.rera__facts div { padding: 15px 0; display: grid; grid-template-columns: .9fr 1.35fr; gap: 15px; border-bottom: 1px solid var(--line); }
.rera__facts dt { color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.rera__facts dd { margin: 0; color: var(--forest-deep); font-size: 11px; font-weight: 600; text-align: right; }
.source-preview { width: 100%; padding: 13px 0 4px; display: flex; justify-content: space-between; border: 0; background: none; color: var(--forest); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: zoom-in; }
.rera__footnote { position: relative; margin-top: 62px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); font-size: 9px; }

.timeline { background: #ebe8df; }
.timeline__heading { display: grid; grid-template-columns: .9fr 1.4fr; align-items: end; }
.timeline__heading .section-number { margin-bottom: 70px; }
.timeline__track { position: relative; margin: 110px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.timeline__track::before { content: ""; position: absolute; top: 38px; left: 0; right: 0; height: 1px; background: #b7b9b2; }
.timeline__track li { position: relative; padding-right: 25px; display: flex; flex-direction: column; }
.timeline__date { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.timeline__track i { position: relative; z-index: 2; width: 11px; height: 11px; margin: 26px 0 29px; background: #ebe8df; border: 2px solid #9a9e98; border-radius: 50%; box-shadow: 0 0 0 7px #ebe8df; }
.timeline__track .is-past i, .timeline__track .is-current i { background: var(--forest); border-color: var(--forest); }
.timeline__track .is-current i::after { content: ""; position: absolute; inset: -7px; border: 1px solid var(--ochre); border-radius: 50%; }
.timeline__track strong { color: var(--forest); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.timeline__track small { margin-top: 5px; color: var(--muted); font-size: 9px; }

.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }
.faq__heading h2 { margin-bottom: 30px; }
.faq__heading > p:not(.eyebrow) { max-width: 320px; color: var(--muted); font-size: 12px; }
.faq__heading .text-link { margin-top: 10px; }
.accordion { border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item button { width: 100%; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion__item button span { color: var(--forest-deep); font-family: var(--serif); font-size: 21px; }
.accordion__item button i { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.accordion__item button i::before, .accordion__item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--forest); transform: translate(-50%, -50%); transition: transform .3s; }
.accordion__item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion__item.is-open button i::after { transform: translate(-50%, -50%) rotate(0); }
.accordion__content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.accordion__content p { min-height: 0; overflow: hidden; max-width: 640px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.accordion__item.is-open .accordion__content { grid-template-rows: 1fr; }
.accordion__item.is-open .accordion__content p { padding: 0 50px 24px 0; }

.enquire { position: relative; overflow: hidden; min-height: 760px; padding-block: 110px; color: white; background: var(--forest); }
.enquire__image, .enquire__shade { position: absolute; inset: 0; }
.enquire__image img { width: 100%; height: 100%; object-fit: cover; }
.enquire__shade { background: linear-gradient(90deg, rgba(8,35,27,.92) 0%, rgba(8,35,27,.73) 45%, rgba(8,35,27,.32) 100%); }
.enquire__grid { position: relative; display: grid; grid-template-columns: 1fr 540px; gap: 100px; align-items: center; }
.enquire__copy h2 { color: white; font-size: clamp(62px, 6vw, 88px); }
.enquire__copy > p:not(.eyebrow) { max-width: 450px; margin: 33px 0 49px; color: rgba(255,255,255,.7); font-size: 14px; }
.contact-line { padding-top: 18px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.25); }
.contact-line span { color: rgba(255,255,255,.52); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.contact-line a { margin-top: 5px; font-family: var(--serif); font-size: 27px; }
.lead-form { padding: 38px 40px 32px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.lead-form__head { margin-bottom: 27px; padding-bottom: 22px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.lead-form__head div { display: flex; flex-direction: column; }
.lead-form__head small { color: var(--ochre); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.lead-form__head strong { color: var(--forest); font-family: var(--serif); font-size: 27px; font-weight: 400; }
.lead-form__head > span { color: var(--forest); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.field { display: flex; flex-direction: column; }
.field--full { grid-column: 1 / -1; }
.field > span { margin-bottom: 6px; color: #667069; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.field > span em { font-style: normal; text-transform: none; }
.field input, .field select { width: 100%; height: 41px; padding: 0 0 8px; color: var(--forest-deep); border: 0; border-bottom: 1px solid #b8beb7; border-radius: 0; outline: none; background: transparent; font-size: 12px; }
.field select { cursor: pointer; }
.field input:focus, .field select:focus { border-color: var(--forest); }
.field input::placeholder { color: #9ba19b; }
.field.has-error input, .field.has-error select { border-color: #a8513a; }
.consent { margin: 22px 0 18px; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 9px; cursor: pointer; }
.consent input { width: 14px; height: 14px; margin: 1px 0 0; accent-color: var(--forest); }
.button--submit { width: 100%; justify-content: space-between; color: white; background: var(--forest); border-color: var(--forest); }
.button--submit:hover { background: var(--forest-deep); border-color: var(--forest-deep); }
.form-status { min-height: 0; margin: 10px 0 0; color: #a8513a; font-size: 9px; }
.form-note { display: block; margin-top: 13px; color: #8a918b; font-size: 8px; line-height: 1.5; }

.site-footer { padding: 75px 0 30px; color: rgba(255,255,255,.75); background: #081f1a; }
.site-footer__top { padding-bottom: 50px; display: grid; grid-template-columns: 1fr .9fr .65fr; gap: 70px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand--footer { color: white; }
.site-footer__top > p { max-width: 330px; margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
.footer-call { display: flex; flex-direction: column; text-align: right; }
.footer-call small { color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.footer-call strong { margin-top: 7px; color: white; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.site-footer__middle { position: relative; padding: 48px 0 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px; border-bottom: 1px solid rgba(255,255,255,.14); }
.site-footer__middle > div { display: flex; flex-direction: column; gap: 8px; }
.site-footer__middle small { margin-bottom: 8px; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.site-footer__middle a, .site-footer__middle span { font-size: 10px; }
.site-footer__middle a:hover { color: white; }
.back-top { position: absolute; right: 0; top: 48px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); }
.site-footer__bottom { padding-top: 25px; display: flex; justify-content: space-between; gap: 50px; color: rgba(255,255,255,.34); font-size: 8px; }
.site-footer__bottom p { max-width: 760px; margin: 0; text-align: right; }

.floating-contact { position: fixed; z-index: 25; right: 22px; bottom: 22px; height: 48px; padding: 0 17px 0 13px; display: flex; align-items: center; gap: 9px; color: white; background: var(--forest); border: 1px solid rgba(255,255,255,.25); box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; transition: transform .3s, background .3s; }
.floating-contact:hover { transform: translateY(-3px); background: #1b513f; }
.floating-contact svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }

.lightbox { position: fixed; z-index: 100; inset: 0; padding: 60px; display: grid; place-items: center; opacity: 0; visibility: hidden; color: white; background: rgba(3,19,15,.94); transition: opacity .3s, visibility .3s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__content { max-width: min(1200px, 90vw); max-height: 85vh; }
.lightbox__content img { max-width: 100%; max-height: 76vh; object-fit: contain; }
.lightbox__content p { margin: 13px 0 0; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .1em; text-align: center; }
.lightbox__close { position: absolute; top: 22px; right: 28px; width: 44px; height: 44px; color: white; border: 1px solid rgba(255,255,255,.35); background: transparent; font-size: 28px; font-weight: 200; cursor: pointer; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 25px; padding: 10px 15px; opacity: 0; transform: translate(-50%, 20px); color: white; background: var(--forest-deep); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; transition: opacity .3s, transform .3s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 48px, 1240px); }
  .site-header__inner { gap: 22px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 10px; }
  .button--nav { display: none; }
  .hero__card { width: 275px; }
  .intro__grid { grid-template-columns: 130px 1fr; }
  .intro__aside { grid-column: 2; padding-top: 0; max-width: 570px; }
  .section-heading { grid-template-columns: .7fr 1.3fr; }
  .section-heading > p { grid-column: 2; max-width: 470px; }
  .section-heading .section-number { margin-bottom: 30px; }
  .rera__grid { gap: 55px; }
  .faq__grid { gap: 65px; }
  .enquire__grid { grid-template-columns: 1fr 500px; gap: 45px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 36px); }
  .section { padding: 88px 0; }
  .announcement__rera { display: none; }
  .announcement__inner > span:first-child { margin-right: auto; }
  .site-header__inner { min-height: 74px; }
  .site-header.is-scrolled .site-header__inner { min-height: 66px; }
  .menu-toggle { position: relative; z-index: 3; width: 44px; height: 44px; margin-left: auto; padding: 0; display: block; border: 0; background: transparent; }
  .menu-toggle span { position: absolute; left: 10px; top: 18px; width: 24px; height: 1px; background: currentColor; transition: transform .3s, top .3s; }
  .menu-toggle span:last-child { top: 26px; width: 17px; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { top: 22px; width: 24px; transform: rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 130px 35px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; opacity: 0; visibility: hidden; color: white; background: var(--forest-deep); transition: opacity .3s, visibility .3s; }
  .site-nav.is-open { opacity: 1; visibility: visible; }
  .site-nav a { width: 100%; padding: 10px 0; font-family: var(--serif); font-size: 34px; letter-spacing: -.02em; border-bottom: 1px solid rgba(255,255,255,.15); }
  .site-nav a::after { display: none; }
  .site-header:has(.site-nav.is-open) { color: white; }
  .hero { height: auto; min-height: 800px; }
  .hero__media img { object-position: 62% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(6,28,22,.84) 0%, rgba(7,27,22,.32) 95%), linear-gradient(0deg, rgba(7,27,22,.7) 0%, transparent 55%); }
  .hero__content { padding-top: 135px; padding-bottom: 85px; display: block; }
  .hero h1 { font-size: clamp(57px, 16vw, 88px); }
  .hero__copy { padding-top: 45px; }
  .hero__card { display: none; }
  .hero__foot > span:last-child { display: none; }
  .intro__grid { grid-template-columns: 1fr; gap: 24px; }
  .intro__aside { grid-column: auto; }
  .section-number { margin-bottom: 30px; }
  .facts { grid-template-columns: 1fr 1fr; margin-top: 70px; }
  .facts article:nth-child(2) { border-right: 1px solid var(--line); }
  .facts article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .gallery__heading, .timeline__heading { grid-template-columns: 1fr; gap: 30px; }
  .section-heading > p { grid-column: auto; }
  .gallery__heading .section-number, .timeline__heading .section-number { margin-bottom: 30px; }
  .feature-visual { margin-top: 60px; height: 500px; }
  .feature-visual figcaption { grid-template-columns: 35px 1fr; left: 20px; right: 20px; bottom: 20px; }
  .feature-visual figcaption small { grid-column: 2; }
  .principles { grid-template-columns: 1fr; }
  .principle, .principle + .principle { padding: 35px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle__icon { margin-bottom: 22px; }
  .gallery__grid { grid-template-columns: 1fr; }
  .gallery-card__button, .gallery-card--large .gallery-card__button { height: 490px; }
  .rera__grid { grid-template-columns: 1fr; }
  .rera__panel { max-width: 620px; }
  .timeline__track { margin-top: 70px; grid-template-columns: 1fr; gap: 0; }
  .timeline__track::before { top: 0; bottom: 0; left: 5px; width: 1px; height: auto; }
  .timeline__track li { min-height: 145px; padding-left: 40px; }
  .timeline__track i { position: absolute; left: 0; top: 3px; margin: 0; }
  .faq__grid { grid-template-columns: 1fr; gap: 70px; }
  .enquire__grid { grid-template-columns: 1fr; }
  .lead-form { max-width: 590px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .footer-call { grid-column: 2; grid-row: 1; }
  .site-footer__top > p { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 72px 0; }
  .announcement { height: 30px; }
  .announcement__inner { gap: 10px; }
  .announcement__inner > span:first-child { display: none; }
  .announcement a { margin-left: auto; }
  .site-header { top: 30px; }
  .site-header__inner { min-height: 68px; }
  .brand__mark { width: 40px; height: 40px; }
  .brand__mark svg { width: 24px; }
  .brand__text strong { font-size: 13px; }
  .brand__text small { font-size: 7px; }
  .hero { min-height: 760px; }
  .hero__content { padding-top: 105px; }
  .hero__copy { padding-top: 46px; }
  .hero h1 { margin-bottom: 27px; font-size: clamp(54px, 17vw, 76px); line-height: .9; }
  .hero__lead { font-size: 13px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero__foot { bottom: 16px; }
  h2 { font-size: 48px; }
  .intro__lead { font-size: 14px; }
  .facts { grid-template-columns: 1fr; }
  .facts article { min-height: 135px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .facts article:last-child { border-bottom: 0; }
  .feature-visual { min-height: 460px; height: 120vw; }
  .feature-visual > img { object-position: 54% center; }
  .feature-visual figcaption { display: flex; flex-wrap: wrap; }
  .feature-visual figcaption > span { width: 25px; }
  .feature-visual figcaption strong { font-size: 21px; }
  .feature-visual figcaption small { width: 100%; padding-left: 43px; }
  .gallery__grid { gap: 45px; }
  .gallery-card__button, .gallery-card--large .gallery-card__button { height: 112vw; max-height: 520px; }
  .rera__grid { gap: 55px; }
  .rera-number-block { grid-template-columns: 1fr; }
  .copy-rera--light { margin-top: 10px; }
  .rera__actions { align-items: flex-start; flex-direction: column; gap: 25px; }
  .rera__panel { padding: 28px 22px 22px; }
  .rera__facts div { grid-template-columns: 1fr; gap: 4px; }
  .rera__facts dd { text-align: left; }
  .accordion__item button span { font-size: 18px; }
  .enquire { min-height: auto; padding-block: 75px; }
  .enquire__shade { background: rgba(8,35,27,.79); }
  .enquire__copy h2 { font-size: 57px; }
  .lead-form { padding: 29px 20px 25px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .site-footer__top { grid-template-columns: 1fr; gap: 35px; }
  .footer-call { grid-column: auto; grid-row: auto; text-align: left; }
  .site-footer__middle { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .site-footer__middle > div:last-of-type { grid-column: 1 / -1; }
  .back-top { top: auto; bottom: 42px; }
  .site-footer__bottom { flex-direction: column; gap: 15px; }
  .site-footer__bottom p { text-align: left; }
  .floating-contact { right: 14px; bottom: 14px; }
  .lightbox { padding: 50px 12px; }
}

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