:root {
  --forest: #123c31;
  --forest-deep: #0a2b23;
  --forest-soft: #245448;
  --cream: #f7f3eb;
  --cream-deep: #ede5d7;
  --paper: #fffdf9;
  --terracotta: #db6b4a;
  --terracotta-dark: #bb5034;
  --gold: #d7ad68;
  --smdc-blue: #0838f8;
  --smdc-blue-deep: #0525ad;
  --smdc-blue-soft: #f1f4ff;
  --ink: #162721;
  --muted: #617069;
  --line: rgba(18, 60, 49, .14);
  --shadow: 0 24px 70px rgba(8, 38, 30, .13);
  --radius: 4px;
  --font-heading: "Manrope", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; background: white; color: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  transition: background .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled { position: fixed; background: rgba(10, 43, 35, .96); box-shadow: 0 10px 35px rgba(0,0,0,.15); backdrop-filter: blur(12px); }
.nav-wrap { height: 104px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: flex-start; gap: 11px; font-family: var(--font-heading); font-size: 25px; font-weight: 800; letter-spacing: -.8px; }
.brand-copy { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-name { white-space: nowrap; }
.brand-name > span { color: var(--gold); }
.parent-logo { width: 88px; height: auto; margin-top: 6px; border-radius: 2px; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; margin-top: 2px; color: var(--gold); }
.brand-mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; padding: 8px 0; color: rgba(255,255,255,.85); }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.language-picker { position: relative; display: flex; align-items: center; margin-left: -8px; }
.language-label { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.language-picker select {
  height: 38px;
  padding: 0 40px 0 14px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  color: white;
  background-color: rgba(255,255,255,.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='m1 1.5 5 5 5-5' fill='none' stroke='%23fff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  outline: none;
}
.language-picker select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,173,104,.13); }
.language-picker option { color: var(--ink); background: white; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 6px auto; background: white; transition: transform .25s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid var(--terracotta);
  border-radius: var(--radius);
  color: white;
  background: var(--terracotta);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(219, 107, 74, .23);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--terracotta-dark); border-color: var(--terracotta-dark); box-shadow: 0 16px 34px rgba(219, 107, 74, .3); }
.button-small { min-height: 44px; padding-inline: 20px; box-shadow: none; }

.hero { position: relative; min-height: 840px; color: white; background: var(--forest-deep); overflow: hidden; }
.hero-image { position: absolute; inset: -2.5%; background: url("assets/bahayone-hero-casual.webp") 66% center / cover no-repeat; transform: scale(1.015); will-change: transform; animation: hero-in 1.4s cubic-bezier(.2,.75,.2,1) both, hero-drift 13s ease-in-out 1.4s infinite alternate; }
.hero-overlay { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(90deg, rgba(7,35,28,.96) 0%, rgba(7,35,28,.89) 30%, rgba(7,35,28,.45) 57%, rgba(7,35,28,.06) 82%), linear-gradient(180deg, rgba(4,26,20,.25), transparent 65%, rgba(4,26,20,.24)); }
.hero-overlay::after { content: ""; position: absolute; width: 62vw; height: 62vw; right: -14vw; top: -29vw; border-radius: 50%; background: radial-gradient(circle, rgba(255,207,126,.2) 0%, rgba(237,190,111,.06) 43%, transparent 70%); opacity: .58; will-change: transform, opacity; animation: ambient-glow 9s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; left: -7vw; bottom: -34vw; width: 47vw; height: 47vw; border: 1px solid rgba(215,173,104,.24); border-radius: 50%; box-shadow: 0 0 0 5vw rgba(215,173,104,.05); }
.hero-inner { position: relative; z-index: 2; min-height: 840px; display: flex; align-items: center; padding-top: 104px; }
.hero-copy { max-width: 695px; padding: 76px 0 100px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--terracotta); }
h1, h2, h3 { margin-top: 0; font-family: var(--font-heading); }
h1 { margin-bottom: 28px; font-size: clamp(48px, 5.25vw, 76px); line-height: 1.07; letter-spacing: -.055em; font-weight: 700; }
h1 em, h2 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.035em; }
.hero-lead { max-width: 600px; margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.4); padding: 10px 0 8px; }
.text-link span { color: var(--gold); }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.78); font-size: 12px; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid rgba(215,173,104,.8); border-radius: 50%; color: var(--gold); font-size: 10px; font-style: normal; }
.hero-card { position: absolute; z-index: 3; right: max(30px, calc((100vw - 1180px) / 2)); bottom: 36px; display: flex; align-items: center; gap: 16px; min-width: 295px; padding: 18px 22px; background: rgba(255,253,249,.94); color: var(--ink); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-card-icon { width: 45px; height: 45px; display: grid; place-items: center; background: var(--forest); color: var(--gold); font-size: 25px; }
.hero-card strong, .hero-card span { display: block; }
.hero-card strong { font: 700 15px var(--font-heading); }
.hero-card span { color: var(--muted); font-size: 12px; }

.intro { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .why-copy h2, .steps-heading h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.13; letter-spacing: -.05em; }
.section-heading h2 em, .why-copy h2 em { color: var(--terracotta); }
.split-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.purpose-card { position: relative; min-height: 420px; padding: 40px 36px 34px; background: var(--paper); border-top: 3px solid transparent; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.purpose-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.purpose-home { border-color: var(--terracotta); }
.purpose-rent { border-color: var(--gold); }
.purpose-grow { border-color: var(--forest-soft); }
.card-number { position: absolute; right: 25px; top: 16px; color: rgba(18,60,49,.07); font: 800 66px var(--font-heading); letter-spacing: -.08em; }
.line-icon { width: 64px; height: 64px; margin-bottom: 34px; color: var(--terracotta); }
.purpose-rent .line-icon { color: #af8447; }
.purpose-grow .line-icon { color: var(--forest-soft); }
.line-icon svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.purpose-grow .growth-dot {
  fill: var(--terracotta);
  stroke: var(--paper);
  stroke-width: 1.4;
  filter: drop-shadow(0 1px 2px rgba(186, 91, 56, .35));
  will-change: transform, opacity;
  animation: growth-dot-travel 5.8s ease-in-out infinite;
}
.purpose-card h3 { margin-bottom: 14px; font-size: 23px; letter-spacing: -.035em; }
.purpose-card p { margin: 0 0 30px; color: var(--muted); font-size: 15px; }
.purpose-card a { position: absolute; left: 36px; bottom: 32px; display: flex; gap: 12px; color: var(--forest); font-size: 13px; font-weight: 700; }
.purpose-card a span { color: var(--terracotta); transition: transform .2s; }
.purpose-card a:hover span { transform: translateX(4px); }

.projects { position: relative; overflow: hidden; background: #f3f6ff; }
.projects::before { content: ""; position: absolute; width: 560px; height: 560px; right: -280px; top: -310px; border: 1px solid rgba(8,56,248,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,56,248,.025), 0 0 0 140px rgba(8,56,248,.018); }
.projects-heading { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 55px; }
.projects-eyebrow { margin-bottom: 20px; color: var(--smdc-blue); }
.projects-title { max-width: 720px; margin-bottom: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.12; letter-spacing: -.05em; }
.projects-copy { max-width: 510px; margin: 0 0 6px; color: var(--muted); font-size: 17px; }
.collection-tabs { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; padding: 2px; background: rgba(8,56,248,.1); }
.collection-tab { position: relative; min-height: 132px; padding: 25px 24px; border: 0; color: #10245c; background: rgba(255,255,255,.9); text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.collection-tab:hover { z-index: 1; transform: translateY(-3px); }
.collection-tab.is-active { color: white; background: var(--smdc-blue); }
.collection-tab > span { position: absolute; right: 20px; top: 14px; color: rgba(8,56,248,.13); font: 800 42px var(--font-heading); letter-spacing: -.06em; }
.collection-tab.is-active > span { color: rgba(255,255,255,.23); }
.collection-tab strong, .collection-tab small { position: relative; display: block; }
.collection-tab strong { margin-top: 30px; font: 700 16px var(--font-heading); }
.collection-tab small { margin-top: 4px; color: #7180a5; font-size: 12px; }
.collection-tab.is-active small { color: rgba(255,255,255,.72); }
.property-picker { position: relative; display: grid; grid-template-columns: .34fr .66fr; min-height: 245px; margin-top: 24px; box-shadow: 0 22px 65px rgba(8,39,135,.11); }
.property-picker-summary { display: flex; flex-direction: column; justify-content: center; padding: 42px 48px; color: white; background: linear-gradient(145deg, var(--smdc-blue-deep), var(--smdc-blue)); }
.property-picker-kicker { color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.property-picker-summary strong { margin: 8px 0 0; font: 700 clamp(62px, 7vw, 92px) var(--font-heading); line-height: 1; letter-spacing: -.07em; }
.property-count-label { color: rgba(255,255,255,.75); font-size: 14px; }
.property-picker-form { display: flex; flex-direction: column; justify-content: center; padding: 46px 52px; background: white; }
.project-select-label { margin-bottom: 10px; color: #0a246f; font-size: 12px; font-weight: 700; }
.property-select-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; }
.property-select-row select { min-width: 0; height: 56px; padding: 0 46px 0 17px; border: 1px solid rgba(8,56,248,.24); border-radius: 3px; appearance: none; color: var(--ink); background: #fbfcff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='m1 1.5 5 5 5-5' fill='none' stroke='%230838f8' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 16px center / 12px 8px no-repeat; outline: none; }
.property-select-row select:focus { border-color: var(--smdc-blue); box-shadow: 0 0 0 3px rgba(8,56,248,.11); }
.property-open { min-width: 225px; border-color: var(--smdc-blue); background: var(--smdc-blue); box-shadow: 0 12px 30px rgba(8,56,248,.2); }
.property-open:hover { border-color: var(--smdc-blue-deep); background: var(--smdc-blue-deep); box-shadow: 0 16px 34px rgba(8,56,248,.25); }
.property-open:disabled { opacity: .42; cursor: not-allowed; box-shadow: none; transform: none; }
.property-open-hint { margin: 10px 0 0; color: #8792ad; font-size: 11px; }
.property-detail { position: relative; display: grid; grid-template-columns: minmax(300px, .9fr) 1.1fr; gap: 0; align-items: stretch; margin-top: 24px; border-left: 4px solid var(--smdc-blue); background: white; box-shadow: 0 20px 55px rgba(8,39,135,.1); overflow: hidden; }
.property-detail[hidden] { display: none; }
.property-detail-media { position: relative; min-height: 440px; background: #dce4f8; }
.property-detail-image { width: 100%; height: 100%; object-fit: cover; }
.property-detail-status { position: absolute; top: 22px; left: 22px; padding: 8px 13px; color: white; background: var(--smdc-blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.property-detail-body { padding: 40px 46px; }
.property-detail-label, .property-detail-group { display: block; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.property-detail-label { color: #8490ad; }
.property-detail-group { margin-top: 8px; color: var(--smdc-blue); }
.property-detail-name { margin: 8px 0 10px; font-size: clamp(28px, 3vw, 42px); line-height: 1.15; letter-spacing: -.04em; }
.property-detail-copy { max-width: 700px; margin: 0; color: var(--muted); }
.property-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; margin: 28px 0 30px; }
.property-facts div { padding-top: 13px; border-top: 1px solid #dfe4ef; }
.property-facts dt { color: #8490ad; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.property-facts dd { margin: 6px 0 0; color: #142942; font-size: 13px; line-height: 1.45; }
.property-detail-actions { display: flex; align-items: center; gap: 18px; }
.property-detail-cta { border-color: var(--smdc-blue); background: var(--smdc-blue); box-shadow: 0 12px 30px rgba(8,56,248,.2); }
.property-detail-cta:hover { border-color: var(--smdc-blue-deep); background: var(--smdc-blue-deep); box-shadow: 0 16px 34px rgba(8,56,248,.25); }
.property-detail-close { padding: 8px; border: 0; color: #6f7b98; background: transparent; font-size: 12px; cursor: pointer; }
.property-detail-close:hover { color: var(--smdc-blue); }
.lead-property-summary { display: grid; grid-template-columns: 90px 1fr; gap: 16px; align-items: center; padding: 12px; border: 1px solid #cbd7ff; background: #f4f7ff; }
.lead-property-summary[hidden] { display: none; }
.lead-property-summary img { width: 90px; height: 64px; object-fit: cover; }
.lead-property-summary span, .lead-property-summary strong, .lead-property-summary small { display: block; }
.lead-property-summary span { color: #7481a1; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lead-property-summary strong { margin-top: 3px; color: #052372; font-size: 15px; }
.lead-property-summary small { margin-top: 3px; color: #64708e; font-size: 11px; }

.why { position: relative; background: var(--paper); overflow: hidden; }
.why::before { content: ""; position: absolute; inset: 0 0 0 calc(50% - 20px); background: var(--cream); }
.why-grid { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; gap: 100px; align-items: center; }
.why-visual { position: relative; min-height: 640px; }
.visual-frame { position: absolute; inset: 0 30px 55px 0; overflow: hidden; }
.visual-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.visual-frame img { height: 100%; object-fit: cover; object-position: 76% center; transform: scale(1.2); }
.stat-card { position: absolute; right: 0; bottom: 0; width: 220px; padding: 24px 28px; background: var(--terracotta); color: white; box-shadow: 0 16px 45px rgba(187,80,52,.25); }
.stat-card strong, .stat-card span { display: block; }
.stat-card strong { font: 700 36px var(--font-heading); line-height: 1.15; letter-spacing: -.04em; }
.stat-card span { margin-top: 4px; color: rgba(255,255,255,.8); font-size: 12px; }
.sun-shape { position: absolute; z-index: -1; width: 180px; height: 180px; left: -70px; bottom: 0; border: 1px solid rgba(215,173,104,.5); border-radius: 50%; }
.why-copy { padding: 50px 0; }
.why-copy h2 { margin-bottom: 28px; }
.large-copy { margin: 0; color: var(--muted); font-size: 17px; }
.benefit-list { margin-top: 38px; }
.benefit { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 23px 0; border-top: 1px solid var(--line); }
.benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--terracotta); font-size: 11px; font-weight: 700; }
.benefit h3 { margin: 1px 0 4px; font-size: 16px; letter-spacing: -.02em; }
.benefit p { margin: 0; color: var(--muted); font-size: 14px; }

.steps { position: relative; color: white; background: var(--forest-deep); overflow: hidden; }
.steps::before { content: ""; position: absolute; right: -150px; top: -260px; width: 580px; height: 580px; border: 1px solid rgba(215,173,104,.17); border-radius: 50%; box-shadow: 0 0 0 70px rgba(215,173,104,.025), 0 0 0 140px rgba(215,173,104,.018); }
.steps-heading { position: relative; margin-bottom: 70px; }
.steps-heading h2 em { color: var(--gold); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.step { position: relative; min-height: 230px; padding: 0 30px; border-left: 1px solid rgba(255,255,255,.15); }
.step:first-child { padding-left: 0; border-left: 0; }
.step > span { display: inline-grid; place-items: center; width: 54px; height: 54px; margin-bottom: 40px; border: 1px solid rgba(215,173,104,.65); border-radius: 50%; color: var(--gold); font-size: 12px; }
.step:not(:last-child)::after { content: "→"; position: absolute; top: 17px; right: -8px; color: rgba(215,173,104,.75); font-size: 20px; }
.step h3 { margin-bottom: 10px; font-size: 18px; }
.step p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }

.section.contact { padding-bottom: 32px; background: linear-gradient(180deg, #f7f8fc 0%, var(--smdc-blue-soft) 100%); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--smdc-blue); box-shadow: 0 28px 80px rgba(8,56,248,.17); }
.contact-copy { position: relative; padding: 72px 64px; color: white; overflow: hidden; background: linear-gradient(145deg, var(--smdc-blue-deep), var(--smdc-blue)); }
.contact-copy::after { content: ""; position: absolute; width: 300px; height: 300px; left: -160px; bottom: -190px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.045); }
.contact-copy .eyebrow { color: rgba(255,255,255,.82); }
.contact-copy h2 { max-width: 500px; margin-bottom: 24px; font-size: clamp(35px, 3.5vw, 50px); }
.contact-copy > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.7); }
.contact-note { display: flex; align-items: center; gap: 15px; margin-top: 38px; }
.contact-note > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; }
.contact-note p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.5; }
.contact-note strong { color: white; }
.lead-form { padding: 65px; background: #fbfcff; }
.lead-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #0a246f; font-size: 12px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form input, .lead-form select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid rgba(8,56,248,.2); border-radius: 2px; color: var(--ink); background: white; outline: none; font-size: 14px; font-weight: 400; transition: border .2s, box-shadow .2s; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--smdc-blue); box-shadow: 0 0 0 3px rgba(8,56,248,.11); }
.lead-form input::placeholder { color: #9aa49f; }
.form-button { width: 100%; margin-top: 4px; }
.contact .form-button { border-color: var(--smdc-blue); background: var(--smdc-blue); box-shadow: 0 12px 30px rgba(8,56,248,.22); }
.contact .form-button:hover { border-color: var(--smdc-blue-deep); background: var(--smdc-blue-deep); box-shadow: 0 16px 34px rgba(8,56,248,.28); }
.lead-form small { display: block; margin-top: 14px; color: #8b9691; font-size: 10px; text-align: center; }
.form-status { margin: 15px 0 0; color: var(--smdc-blue-deep); font-size: 13px; text-align: center; }
.form-status.is-error { color: #a52d2d; }
.form-status.is-success { color: #087443; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-button:disabled { cursor: wait; opacity: .72; }
.contact-partner { display: grid; grid-template-columns: .9fr 1.1fr; margin-top: 32px; }
.contact-partner img { grid-column: 2; justify-self: center; width: clamp(220px, 24vw, 300px); max-width: 100%; height: auto; border-radius: 4px; box-shadow: 0 12px 32px rgba(8,56,248,.18); }

.site-footer { padding: 74px 0 26px; color: white; background: #071f19; }
.whatsapp-button { position: fixed; z-index: 80; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 0 20px 0 15px; color: #fff; background: #25d366; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; box-shadow: 0 12px 30px rgba(7,31,25,.28); font: 700 14px var(--font-heading); transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.whatsapp-button:hover { color: #fff; background: #1fba59; transform: translateY(-2px); box-shadow: 0 16px 36px rgba(7,31,25,.34); }
.whatsapp-button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.whatsapp-button svg { width: 28px; height: 28px; fill: currentColor; flex: 0 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 60px; }
.brand-light { margin-bottom: 18px; }
.footer-brand p { color: rgba(255,255,255,.53); font-size: 14px; }
.footer-links { display: grid; align-content: start; gap: 11px; }
.footer-links strong { margin-bottom: 8px; color: var(--gold); font: 700 12px var(--font-heading); letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.58); font-size: 13px; transition: color .2s; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 11px; }
.footer-bottom div { display: flex; gap: 25px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-sm { transition-delay: .1s; }
.reveal-delay, .reveal-delay-md { transition-delay: .2s; }
.reveal-delay-lg { transition-delay: .3s; }
@keyframes hero-in { from { opacity: .5; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }
@keyframes hero-drift { from { transform: scale(1.015) translate3d(0, 0, 0); } to { transform: scale(1.085) translate3d(-1.1%, -.7%, 0); } }
@keyframes ambient-glow { from { opacity: .34; transform: translate3d(0, -2%, 0) scale(.92); } to { opacity: .86; transform: translate3d(-8%, 10%, 0) scale(1.14); } }
@keyframes growth-dot-travel {
  0%, 12% { opacity: 0; transform: translate(15px, 45px) scale(.7); }
  20% { opacity: 1; transform: translate(15px, 45px) scale(1); }
  42% { opacity: 1; transform: translate(26px, 33px) scale(1); }
  62% { opacity: 1; transform: translate(35px, 40px) scale(1); }
  88% { opacity: 1; transform: translate(50px, 19px) scale(1); }
  100% { opacity: 0; transform: translate(50px, 19px) scale(.7); }
}

@media (max-width: 1000px) {
  .section { padding: 95px 0; }
  .main-nav { gap: 20px; }
  .main-nav > a:not(.button) { display: none; }
  .language-picker { margin-left: auto; }
  .why::before { left: calc(50% - 22px); }
  .hero, .hero-inner { min-height: 760px; }
  .hero-copy { max-width: 650px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .purpose-card { padding-inline: 28px; }
  .purpose-card a { left: 28px; }
  .projects-heading { grid-template-columns: 1fr; gap: 24px; }
  .collection-tabs { grid-template-columns: 1fr 1fr; }
  .property-picker { grid-template-columns: .4fr .6fr; }
  .property-picker-summary { padding: 38px; }
  .property-picker-form { padding: 42px 38px; }
  .property-select-row { grid-template-columns: 1fr; }
  .property-open { width: 100%; }
  .property-detail { grid-template-columns: 1fr; }
  .property-detail-media { min-height: 360px; }
  .why-grid { gap: 55px; }
  .why-visual { min-height: 560px; }
  .contact-copy, .lead-form { padding: 52px 42px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 34px, 600px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 88px; }
  .site-header .button-small { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 25; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 80px 34px; background: var(--forest-deep); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a:not(.button) { display: block; font: 600 28px var(--font-heading); }
  .language-picker { margin: 8px 0 0; }
  .language-picker select { height: 44px; min-width: 90px; font-size: 14px; }
  .main-nav .button { display: inline-flex; margin-top: 14px; font-size: 14px; }
  .hero, .hero-inner { min-height: 800px; }
  .hero-image { inset: auto 0 0; height: 430px; background-position: 72% center; transform: none; animation: none; }
  .hero-overlay { background: linear-gradient(180deg, var(--forest-deep) 0, var(--forest-deep) calc(100% - 430px), rgba(7,35,28,.08) calc(100% - 340px), rgba(7,35,28,.08) 100%); }
  .hero-inner { align-items: flex-start; padding-top: 115px; }
  .hero-copy { padding: 45px 0 455px; }
  h1 { font-size: clamp(41px, 12vw, 58px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .trust-row { gap: 12px 20px; margin-top: 32px; }
  .hero-card { right: 17px; bottom: 22px; min-width: 285px; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-card { min-height: 360px; }
  .collection-tab { min-height: 118px; padding: 20px; }
  .property-picker { grid-template-columns: 1fr; }
  .property-picker-summary { padding: 34px 30px; }
  .property-picker-summary strong { font-size: 64px; }
  .property-picker-form { padding: 36px 30px; }
  .property-detail-body { padding: 34px 30px; }
  .property-detail-media { min-height: 260px; }
  .property-facts { grid-template-columns: 1fr; gap: 14px; }
  .property-detail-actions { align-items: stretch; flex-direction: column; }
  .why::before { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why-visual { min-height: 480px; }
  .visual-frame { right: 18px; bottom: 40px; }
  .why-copy { padding: 10px 0 0; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .step:nth-child(3) { padding-left: 0; border-left: 0; }
  .step:nth-child(2)::after { display: none; }
  .contact-shell { grid-template-columns: 1fr; width: min(100% - 24px, 600px); }
  .contact-partner { grid-template-columns: 1fr; }
  .contact-partner img { grid-column: 1; }
  .contact-copy, .lead-form { padding: 48px 30px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .whatsapp-button { right: 16px; bottom: 16px; width: 56px; min-height: 56px; padding: 0; justify-content: center; }
  .whatsapp-button span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .brand { font-size: 22px; }
  .brand-mark { width: 34px; height: 34px; }
  .parent-logo { width: 74px; margin-top: 5px; }
  .eyebrow { font-size: 10px; }
  .hero { min-height: 850px; }
  .hero-inner { min-height: 850px; }
  .hero-copy { padding-bottom: 455px; }
  .trust-row { display: grid; }
  .hero-card { left: 17px; right: 17px; min-width: 0; }
  .purpose-card { padding: 32px 26px; }
  .purpose-card a { left: 26px; }
  .why-visual { min-height: 415px; }
  .stat-card { width: 190px; padding: 18px 22px; }
  .steps-grid { grid-template-columns: 1fr; gap: 0; }
  .step, .step:first-child, .step:nth-child(3) { min-height: 0; padding: 28px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .step:first-child { border-top: 0; }
  .step > span { margin-bottom: 20px; }
  .step::after { display: none; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .collection-tabs { grid-template-columns: 1fr; }
  .collection-tab { min-height: 100px; }
  .collection-tab strong { margin-top: 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
}

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