/* =========================================================
   Manchester City Yas Residences by Ohana — Landing Page
   ========================================================= */
:root {
  --navy: #0b1f2e;
  --navy-2: #12293b;
  --teal: #2f6b6b;
  --teal-2: #3d8383;
  --sky: #6cabdd;
  --sky-2: #98c7ea;
  --sand: #e9dfcf;
  --sand-2: #f5f0e8;
  --ink: #1c2530;
  --muted: #5d6b78;
  --line: #e3e7eb;
  --white: #ffffff;
  --font-head: 'Bebas Neue', 'Manrope', sans-serif;
  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;
  --radius: 14px;
  --shadow: 0 20px 50px rgba(11, 31, 46, .12);
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul, ol { margin: 0; padding: 0; }

.container { width: min(var(--max), 100% - 2.5rem); margin-inline: auto; }
.container--narrow { max-width: 860px; }

/* ---------- Typography ---------- */
.h2 {
  font-family: var(--font-head);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: .98;
  letter-spacing: .02em;
  margin: 0 0 1.1rem;
  color: var(--navy);
}
.h3 { font-family: var(--font-head); font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: .03em; line-height: 1; margin: 0 0 .9rem; color: var(--navy); }
.h4 { font-size: 1.1rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 1rem; color: var(--navy); }
.eyebrow {
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
  margin: 0 0 .9rem;
}
.eyebrow--light { color: var(--sky); }
.lead { font-size: 1.12rem; color: var(--muted); font-weight: 500; }
.section__head { max-width: 760px; margin-bottom: 3rem; }
.section__head--light .h2 { color: var(--white); }
.section__head--light .lead { color: rgba(255,255,255,.72); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.6rem;
  border-radius: 999px;
  font-weight: 700; font-size: .92rem; letter-spacing: .04em;
  border: 1.5px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--sky); color: var(--navy); border-color: var(--sky); box-shadow: 0 10px 30px rgba(108,171,221,.35); }
.btn--primary:hover { background: var(--sky-2); }
.btn--dark { background: var(--navy); color: var(--white); }
.btn--dark:hover { background: var(--navy-2); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.55); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--light { background: var(--white); color: var(--teal); }
.btn--wa { background: #25d366; color: var(--white); }
.btn--sm { padding: .6rem 1.15rem; font-size: .82rem; }
.btn--lg { padding: 1.05rem 2.2rem; font-size: 1rem; }
.btn--block { width: 100%; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 1rem 0;
  transition: background .3s, padding .3s, box-shadow .3s;
}
.nav.is-scrolled { background: rgba(11,31,46,.92); backdrop-filter: blur(12px); padding: .6rem 0; box-shadow: 0 6px 30px rgba(0,0,0,.2); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--white); }
.brand__crest { width: 46px; height: 46px; object-fit: contain; flex-shrink: 0; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__text strong { font-family: var(--font-head); font-weight: 400; font-size: 1.15rem; letter-spacing: .06em; }
.brand__text span { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; opacity: .85; }
.brand__text em { font-style: italic; text-transform: none; letter-spacing: 0; }
.nav__links { display: flex; gap: 1.8rem; }
.nav__links a { color: rgba(255,255,255,.85); font-size: .88rem; font-weight: 600; letter-spacing: .04em; position: relative; }
.nav__links a::after { content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--sky); transition: width .25s; }
.nav__links a:hover::after { width: 100%; }
.nav__actions { display: flex; align-items: center; gap: .8rem; }
.nav__toggle { display: none; background: none; border: 0; flex-direction: column; gap: 5px; padding: 6px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--white); display: block; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  color: var(--white); overflow: hidden;
  padding: 7.5rem 0 4.5rem;
}
.hero__bg, .hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero__bg img { animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,31,46,.72) 0%, rgba(11,31,46,.35) 40%, rgba(11,31,46,.55) 75%, rgba(11,31,46,.9) 100%),
    radial-gradient(ellipse at 30% 40%, rgba(47,107,107,.35), transparent 60%);
}
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .85fr; gap: 3.5rem; align-items: center; }
.hero__content { text-align: left; }
.hero__lockup { width: min(300px, 70%); height: auto; margin-bottom: 1.8rem; filter: drop-shadow(0 8px 24px rgba(0,0,0,.35)); }
.hero__title { margin: .3rem 0 1.2rem; line-height: .95; }
.hero__phase { display: block; font-family: var(--font-head); font-size: clamp(4.2rem, 9vw, 7.5rem); letter-spacing: .02em; }
.hero__soon { display: block; font-weight: 300; font-size: clamp(1.5rem, 3vw, 2.6rem); letter-spacing: .12em; text-transform: uppercase; }
.hero__lead { max-width: 600px; margin: 0 0 1rem; font-size: 1.05rem; color: rgba(255,255,255,.88); }
.hero__meta { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--sky-2); margin-bottom: 1.8rem; }
.hero__cta { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero__cta-mobile { display: none; }

/* Hero form */
.form--hero { padding: 1.8rem; max-width: 440px; width: 100%; margin-left: auto; box-shadow: 0 40px 90px rgba(0,0,0,.45); }
.form--hero h3 { font-size: 1.8rem; margin-bottom: .3rem; }
.form--hero .form__row { margin-bottom: .75rem; }
.form--hero input, .form--hero select { padding: .75rem .95rem; }
.form--hero .form__check { margin: .1rem 0 .9rem; }
.form__tag { display: inline-block; font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 800; color: var(--teal); background: rgba(47,107,107,.1); padding: .35rem .7rem; border-radius: 999px; margin-bottom: .8rem; }
.form__intro { margin: 0 0 1.1rem; font-size: .88rem; color: var(--muted); }

/* ---------- Ribbon ---------- */
.ribbon { background: var(--teal); color: var(--white); }
.ribbon__inner { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: .9rem 0; flex-wrap: wrap; }
.ribbon p { margin: 0; font-size: clamp(1.1rem, 2.4vw, 1.6rem); letter-spacing: .06em; font-weight: 400; }
.ribbon strong { font-weight: 800; font-style: italic; }

/* ---------- Stats ---------- */
.stats { background: var(--navy); color: var(--white); padding: 2.2rem 0; }
.stats__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.stat { text-align: center; padding: .4rem 0; border-right: 1px solid rgba(255,255,255,.12); }
.stat:last-child { border-right: 0; }
.stat__num { display: block; font-family: var(--font-head); font-size: clamp(2rem, 3.5vw, 2.8rem); letter-spacing: .03em; color: var(--sky); line-height: 1; }
.stat__num small { font-size: .5em; margin-left: .1em; color: var(--sky-2); }
.stat__label { display: block; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; opacity: .75; margin-top: .4rem; }

/* ---------- Sections ---------- */
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--tint { background: var(--sand-2); }
.section--dark { background: var(--navy); color: var(--white); }
.section--dark .h2, .section--dark .h3 { color: var(--white); }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 4rem; align-items: center; }
.about__text p { margin: 0 0 1rem; }
.about__text .btn { margin-top: 1.2rem; }
.ticks { list-style: none; margin: 1.4rem 0 .4rem; display: grid; gap: .55rem; }
.ticks li { padding-left: 1.8rem; position: relative; font-weight: 600; }
.ticks li::before { content: ''; position: absolute; left: 0; top: .45em; width: 16px; height: 16px; border-radius: 50%; background: var(--sky); box-shadow: inset 0 0 0 4px var(--white); }
.ticks--light li::before { box-shadow: inset 0 0 0 4px var(--navy); }
.about__media { position: relative; }
.about__img img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about__img--main img { aspect-ratio: 4 / 5; object-fit: cover; }
.about__img--float { position: absolute; right: -8%; bottom: -10%; width: 58%; background: var(--white); padding: .6rem; border-radius: calc(var(--radius) + 6px); box-shadow: var(--shadow); }
.about__img--float img { aspect-ratio: 16 / 11; object-fit: cover; box-shadow: none; }
.about__img--float figcaption { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); padding: .5rem .3rem .1rem; }

/* ---------- Masterplan ---------- */
.mp__grid { display: grid; grid-template-columns: 1fr 1.2fr 1.4fr; gap: 2.5rem; align-items: stretch; }
.mp__col { background: var(--white); border-radius: var(--radius); padding: 2rem; box-shadow: 0 8px 30px rgba(11,31,46,.05); }
.mp__col--img { padding: 0; overflow: hidden; }
.mp__col--img img { width: 100%; height: 100%; object-fit: cover; }
.mp__list { list-style: none; display: grid; gap: .55rem; font-weight: 500; }
.mp__list li { padding: .5rem 0; border-bottom: 1px solid var(--line); }
.mp__list li:last-child { border-bottom: 0; }
.mp__list--num { counter-reset: n; }
.mp__list--num li { counter-increment: n; display: flex; gap: .8rem; }
.mp__list--num li::before { content: counter(n, decimal-leading-zero); font-family: var(--font-head); color: var(--teal); font-size: 1.1rem; min-width: 1.6rem; }

/* ---------- Why Yas ---------- */
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.why__card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem; position: relative; overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.why__card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.why__num { font-family: var(--font-head); font-size: 3rem; color: var(--sky); line-height: 1; opacity: .6; }
.why__card h3 { font-size: 1.15rem; margin: .6rem 0 1rem; color: var(--navy); line-height: 1.3; }
.why__card ul { list-style: none; display: grid; gap: .5rem; font-size: .92rem; color: var(--muted); }
.why__card li { padding-left: 1.1rem; position: relative; }
.why__card li::before { content: ''; position: absolute; left: 0; top: .6em; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }
.why__card--accent { background: var(--navy); color: var(--white); border-color: var(--navy); }
.why__card--accent h3 { color: var(--white); }
.why__card--accent ul { color: rgba(255,255,255,.78); }
.why__card--accent strong { color: var(--sky); }
.why__card--accent .why__num { opacity: 1; }
.why__card--img { padding: 0; border: 0; min-height: 320px; }
.why__card--img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.why__card--img:hover img { transform: scale(1.05); }
.why__card-overlay { position: absolute; inset: auto 0 0 0; padding: 2rem; background: linear-gradient(180deg, transparent, rgba(11,31,46,.95)); color: var(--white); }
.why__card-overlay h3 { color: var(--white); margin: 0 0 .5rem; }
.why__card-overlay p { margin: 0; font-size: .9rem; color: rgba(255,255,255,.8); }

/* ---------- Residences ---------- */
.tabs { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.tab {
  background: none; border: 0; color: rgba(255,255,255,.6);
  padding: .9rem 1.4rem; font-weight: 700; letter-spacing: .06em; font-size: .9rem; text-transform: uppercase;
  border-bottom: 2px solid transparent; margin-bottom: -1px; transition: .2s;
}
.tab:hover { color: var(--white); }
.tab.is-active { color: var(--white); border-bottom-color: var(--sky); }
.tab-panel { display: none; }
.tab-panel.is-active { display: block; animation: fadeUp .45s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.units { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.units--two { grid-template-columns: 1.4fr 1fr; align-items: stretch; }
.unit {
  background: var(--navy-2); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius);
  overflow: hidden; position: relative; display: flex; flex-direction: column;
  transition: transform .25s, border-color .25s;
}
.unit:hover { transform: translateY(-6px); border-color: rgba(108,171,221,.5); }
.unit--featured { border-color: rgba(108,171,221,.45); }
.unit__badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; background: var(--sky); color: var(--navy); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; padding: .35rem .7rem; border-radius: 999px; }
.unit__img { aspect-ratio: 4 / 3; overflow: hidden; }
.unit__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.unit:hover .unit__img img { transform: scale(1.06); }
.unit__body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.unit__body h3 { font-family: var(--font-head); font-weight: 400; letter-spacing: .05em; font-size: 1.7rem; margin: 0 0 .5rem; }
.unit__body p { margin: 0 0 1rem; font-size: .9rem; color: rgba(255,255,255,.7); }
.unit__specs { margin: auto 0 1.1rem; display: grid; gap: .45rem; border-top: 1px solid rgba(255,255,255,.1); padding-top: 1rem; }
.unit__specs div { display: flex; justify-content: space-between; align-items: baseline; gap: .6rem; font-size: .85rem; }
.unit__specs dt { color: rgba(255,255,255,.55); letter-spacing: .05em; text-transform: uppercase; font-size: .7rem; font-weight: 700; }
.unit__specs dd { margin: 0; font-weight: 700; text-align: right; }
.unit__specs dd span { color: rgba(255,255,255,.55); font-weight: 500; }
.unit__link { color: var(--sky); font-weight: 700; font-size: .88rem; }
.unit__link:hover { color: var(--sky-2); }
.unit--wide { flex-direction: row; }
.unit--wide .unit__img { flex: 1 1 50%; aspect-ratio: auto; }
.unit--wide .unit__body { flex: 1 1 50%; }
.unit__extra { margin: 0; border-radius: var(--radius); overflow: hidden; position: relative; }
.unit__extra img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.unit__extra figcaption { position: absolute; inset: auto 0 0 0; padding: 1.4rem; font-size: .9rem; background: linear-gradient(180deg, transparent, rgba(11,31,46,.95)); color: rgba(255,255,255,.9); }
.residences__cta { margin-top: 3.5rem; text-align: center; background: linear-gradient(135deg, rgba(108,171,221,.15), rgba(47,107,107,.25)); border: 1px solid rgba(108,171,221,.25); border-radius: var(--radius); padding: 2.5rem 2rem; }
.residences__cta p { margin: 0 0 1.2rem; font-size: 1.05rem; color: rgba(255,255,255,.85); }

/* ---------- Gallery ---------- */
.filters, .am__pillars { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.filter, .pill {
  background: var(--white); border: 1px solid var(--line); color: var(--muted);
  padding: .55rem 1.15rem; border-radius: 999px; font-weight: 700; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; transition: .2s;
}
.filter:hover, .pill:hover { border-color: var(--navy); color: var(--navy); }
.filter.is-active, .pill.is-active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; grid-auto-flow: dense; gap: 1rem; }
.g-item { position: relative; border-radius: var(--radius); overflow: hidden; display: block; }
.g-item--tall { grid-row: span 2; }
.g-item--wide { grid-column: span 2; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.g-item:hover img { transform: scale(1.06); }
.g-item span { position: absolute; left: 1rem; bottom: 1rem; color: var(--white); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.6); opacity: 0; transform: translateY(6px); transition: .3s; }
.g-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(11,31,46,.75)); opacity: 0; transition: .3s; }
.g-item:hover::after, .g-item:hover span { opacity: 1; transform: none; }
.g-item.is-hidden { display: none; }

/* ---------- Amenities ---------- */
.am__feature { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 3rem; }
.am__feature-img img { width: 100%; height: 100%; object-fit: cover; min-height: 380px; }
.am__feature-body { padding: 2.6rem; }
.am__feature-body p { color: var(--muted); }
.am__chips { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.2rem; }
.am__chips li { font-size: .74rem; font-weight: 700; letter-spacing: .04em; padding: .4rem .75rem; border-radius: 999px; background: var(--sand-2); border: 1px solid var(--line); color: var(--navy); }
.am__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.am { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.am:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.am img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.am > div { padding: 1.1rem 1.2rem 1.3rem; }
.am__tag { font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--teal); font-weight: 800; }
.am h4 { margin: .35rem 0 .4rem; font-size: 1rem; color: var(--navy); }
.am p { margin: 0; font-size: .82rem; color: var(--muted); }
.am.is-hidden { display: none; }
.am__stats { margin-top: 3rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.am__stats div { padding: 1.6rem 1rem; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); }
.am__stats strong { display: block; font-family: var(--font-head); font-size: 2.6rem; color: var(--navy); line-height: 1; }
.am__stats span { display: block; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: .4rem; }

/* ---------- Location ---------- */
.loc__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.5rem; align-items: stretch; }
.loc__times { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.time { background: var(--sand-2); border-radius: var(--radius); padding: 1.3rem 1.2rem; display: flex; flex-direction: column; }
.time strong { font-family: var(--font-head); font-size: 2.4rem; color: var(--navy); line-height: 1; }
.time small { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--teal); font-weight: 800; }
.time span { font-size: .9rem; font-weight: 600; margin-top: .5rem; color: var(--ink); }
.loc__img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.loc__img img { width: 100%; height: 100%; object-fit: cover; }
.poi { margin-top: 3rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); }
.poi__list { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; }
.poi__list li { padding: .5rem 1rem; border-radius: 999px; background: var(--navy); color: var(--white); font-size: .8rem; font-weight: 600; }

/* ---------- Developer ---------- */
.dev__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.dev__logos { display: flex; align-items: center; gap: 1.4rem; margin-bottom: 1.6rem; }
.dev__logos img { height: 64px; width: auto; object-fit: contain; }
.dev__logos img:last-child { height: 48px; }
.dev__logos-x { font-size: 1.6rem; font-weight: 300; color: var(--sky); }
.dev__text p { color: rgba(255,255,255,.78); }
.dev__text .lead { color: rgba(255,255,255,.9); }
.dev__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.dev__facts div { border-left: 2px solid var(--sky); padding-left: 1rem; }
.dev__facts strong { display: block; font-family: var(--font-head); font-size: 2rem; line-height: 1; color: var(--sky); }
.dev__facts span { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.dev__quote { margin: 0; padding: 1.6rem; border-radius: var(--radius); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); font-style: italic; color: rgba(255,255,255,.85); }
.dev__quote cite { display: block; margin-top: .8rem; font-style: normal; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sky); }
.dev__media { position: relative; height: 560px; }
.dev__img { position: absolute; border-radius: var(--radius); object-fit: cover; box-shadow: 0 30px 60px rgba(0,0,0,.4); }
.dev__img--a { width: 78%; height: 68%; top: 0; right: 0; }
.dev__img--b { width: 52%; height: 52%; bottom: 0; left: 0; border: 6px solid var(--navy); }

/* ---------- FAQ ---------- */
.accordion { display: grid; gap: .8rem; }
.accordion details { background: var(--sand-2); border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; }
.accordion summary { list-style: none; cursor: pointer; padding: 1.2rem 1.5rem; font-weight: 700; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; font-size: 1.5rem; color: var(--teal); font-weight: 300; transition: transform .25s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { margin: 0; padding: 0 1.5rem 1.4rem; color: var(--muted); }

/* ---------- Register ---------- */
.register { position: relative; color: var(--white); overflow: hidden; }
.register__bg, .register__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.register__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,31,46,.95) 0%, rgba(11,31,46,.85) 50%, rgba(11,31,46,.7) 100%); }
.register__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.register__text .lead { color: rgba(255,255,255,.85); }
.register__text .h2 { color: var(--white); }
.register__contact { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.form { background: var(--white); color: var(--ink); border-radius: calc(var(--radius) + 4px); padding: 2.2rem; box-shadow: 0 40px 80px rgba(0,0,0,.35); }
.form h3 { font-family: var(--font-head); font-weight: 400; font-size: 2rem; letter-spacing: .04em; margin: 0 0 1.4rem; color: var(--navy); }
.form__row { display: grid; gap: 1rem; margin-bottom: 1rem; }
.form__row--2 { grid-template-columns: 1fr 1fr; }
.form label { display: flex; flex-direction: column; gap: .4rem; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.form input, .form select, .form textarea {
  font: inherit; font-size: .95rem; font-weight: 500; text-transform: none; letter-spacing: 0;
  padding: .85rem 1rem; border-radius: 10px; border: 1.5px solid var(--line); background: var(--sand-2); color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 0; border-color: var(--sky); box-shadow: 0 0 0 4px rgba(108,171,221,.2); background: var(--white); }
.form input.is-invalid, .form select.is-invalid { border-color: #d64545; }
.form textarea { resize: vertical; }
.form__check { flex-direction: row !important; align-items: flex-start; gap: .6rem !important; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500 !important; font-size: .82rem !important; margin: .2rem 0 1.2rem; }
.form__check input { width: 18px; height: 18px; margin-top: .1rem; padding: 0; }
.form__note { text-align: center; font-size: .75rem; color: var(--muted); margin: .9rem 0 0; }
.form__success { margin-top: 1.2rem; padding: 1rem 1.2rem; border-radius: 10px; background: #e7f6ee; border: 1px solid #bfe6d0; color: #1d6a3f; font-size: .92rem; }

/* ---------- Footer ---------- */
.footer { background: #071521; color: rgba(255,255,255,.75); padding: 4rem 0 2rem; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__lockup { width: 200px; height: auto; }
.footer__brand p { font-size: .9rem; margin-top: 1rem; }
.partner__logo { height: 44px; width: auto; object-fit: contain; }
.footer h5 { margin: 0 0 1rem; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sky); }
.footer__links { display: flex; flex-direction: column; gap: .55rem; }
.footer__links a { font-size: .9rem; }
.footer__links a:hover { color: var(--white); }
.partners { display: flex; align-items: center; gap: 1.2rem; }
.footer__legal { padding-top: 1.6rem; font-size: .74rem; color: rgba(255,255,255,.45); }
.footer__legal p { margin: 0 0 .6rem; }

/* ---------- Sticky CTA (mobile) ---------- */
.sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; padding: .7rem 1rem; background: rgba(11,31,46,.95); backdrop-filter: blur(10px); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(5,14,22,.95); display: flex; align-items: center; justify-content: center; padding: 3rem; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 85vh; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox__close, .lightbox__nav { position: absolute; background: rgba(255,255,255,.1); border: 0; color: var(--white); width: 48px; height: 48px; border-radius: 50%; font-size: 1.8rem; line-height: 1; display: grid; place-items: center; transition: background .2s; }
.lightbox__close:hover, .lightbox__nav:hover { background: rgba(255,255,255,.25); }
.lightbox__close { top: 1.2rem; right: 1.2rem; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev { left: 1.2rem; }
.lightbox__nav--next { right: 1.2rem; }
.lightbox__cap { position: absolute; bottom: 1.2rem; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.8); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; margin: 0; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
  .hero__content { text-align: center; }
  .hero__lockup { margin-inline: auto; }
  .hero__lead { margin-inline: auto; }
  .hero__cta { justify-content: center; }
  .form--hero { margin-inline: auto; }
  .about__media { display: flex; flex-direction: column; align-items: center; gap: 1.4rem; }
  .about__img { margin: 0; width: 100%; max-width: 560px; }
  .about__img--main img { aspect-ratio: 4 / 3; }
  .about__img--float { position: static; width: 100%; max-width: 560px; }
  .about__img--float figcaption { text-align: center; }
  .units { grid-template-columns: repeat(2, 1fr); }
  .am__grid { grid-template-columns: repeat(3, 1fr); }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(3, 1fr); }
  .stats__grid { grid-template-columns: repeat(3, 1fr); row-gap: 1.6rem; }
  .stat:nth-child(3) { border-right: 0; }
  .mp__grid { grid-template-columns: 1fr 1fr; }
  .mp__col--img { grid-column: span 2; max-height: 320px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav__links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: rgba(11,31,46,.97); padding: .5rem 0 1rem; }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: .9rem 1.4rem; }
  .nav__links a::after { display: none; }
  .nav__toggle { display: flex; }
  .nav__actions .btn { display: none; }
  .nav { background: rgba(11,31,46,.85); }
  .about__grid, .loc__grid, .dev__grid, .register__grid, .am__feature { grid-template-columns: 1fr; gap: 2.5rem; }
  .about__text { text-align: center; }
  .about__text .ticks { text-align: left; max-width: 360px; margin-inline: auto; }
  .hero { padding-top: 6rem; }
  .hero__lockup { width: min(240px, 70%); }
  .hero__cta-mobile { display: inline-flex; }
  .form--hero { padding: 1.5rem; }
  .units--two { grid-template-columns: 1fr; }
  .unit--wide { flex-direction: column; }
  .unit--wide .unit__img { aspect-ratio: 4 / 3; }
  .dev__media { height: 420px; }
  .am__stats { grid-template-columns: repeat(2, 1fr); }
  .sticky-cta { display: block; }
  body { padding-bottom: 64px; }
  .hero__cta .btn { width: 100%; max-width: 360px; }
}
@media (max-width: 600px) {
  .units, .why__grid, .am__grid, .loc__times { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .g-item--wide { grid-column: span 2; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat { border-right: 0; }
  .form__row--2 { grid-template-columns: 1fr; }
  .form { padding: 1.5rem; }
  .footer__grid { grid-template-columns: 1fr; }
  .mp__grid { grid-template-columns: 1fr; }
  .mp__col--img { grid-column: auto; }
  .dev__facts { grid-template-columns: 1fr; }
  .lightbox { padding: 1rem; }
}
