:root {
  --navy: #091657;
  --orange: #fe6601;
  --white: #ffffff;
  --ink: #17203d;
  --muted: #69718a;
  --sand: #f7f8fb;
  --line: #e4e9f1;
  --display: "Inter", sans-serif;
  --body: "Inter", sans-serif;
  --radius: 10px;
  --shadow: 0 12px 30px rgba(9, 22, 87, 0.1);
  --transition: 180ms ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { background: var(--white); color: var(--ink); font-family: var(--body); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.container { margin: 0 auto; width: min(1140px, calc(100% - 48px)); }
h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: -0.045em; line-height: 1.03; }
h2 { color: var(--navy); font-size: clamp(1.7rem, 2.8vw, 2.5rem); }
h2 span { color: var(--orange); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(254, 102, 1, 0.65); outline-offset: 3px; }

.section-label, .hero-label { color: var(--orange); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.section-label::before, .hero-label::before { background: var(--orange); content: ""; display: inline-block; height: 2px; margin: 0 9px 3px 0; width: 25px; }

/* Navigation */
.header { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header .container { align-items: center; display: flex; gap: 24px; height: 62px; justify-content: space-between; }
.logo img { height: 39px; max-width: 180px; object-fit: contain; object-position: left; }
.navbar { align-items: center; display: flex; gap: clamp(14px, 2vw, 28px); margin-left: auto; }
.navbar a { color: var(--navy); font-size: 0.7rem; font-weight: 700; position: relative; }
.navbar a::after { background: var(--orange); bottom: -10px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform var(--transition); width: 100%; }
.navbar a:hover, .navbar a:focus-visible { color: var(--orange); }
.navbar a:hover::after, .navbar a:focus-visible::after { transform: scaleX(1); }
.header-btn, .btn-primary, .inspection-btn { align-items: center; background: var(--orange); border: 1px solid var(--orange); border-radius: 8px; color: var(--white); display: inline-flex; font-size: 0.68rem; font-weight: 800; justify-content: center; min-height: 38px; padding: 0 17px; transition: background var(--transition), color var(--transition), transform var(--transition); }
.header-btn { min-height: 34px; }
.header-btn:hover, .btn-primary:hover, .inspection-btn:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-2px); }
.nav-toggle { background: transparent; border: 0; cursor: pointer; display: none; padding: 8px; }
.nav-toggle span { background: var(--navy); display: block; height: 2px; margin: 5px 0; width: 25px; }

/* First segment / hero: this is the single active hero image rule. */
.hero { align-items: center; background-image: linear-gradient(90deg, rgba(5, 19, 76, 0.97), rgba(5, 19, 76, 0.79) 42%, rgba(5, 19, 76, 0.08) 79%), url("./assets/fc8761cd-7b2f-4ae1-9d96-566a66243368.png?v=20260923"); background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; min-height: 400px; }
.hero-text { color: var(--white); max-width: 565px; padding: 52px 0 48px; }
.hero-label { margin-bottom: 10px; }
.hero h1 { font-size: clamp(2.8rem, 5.1vw, 4.65rem); }
.hero h1 span { color: var(--orange); }
.hero-description { color: rgba(255, 255, 255, 0.86); font-size: 0.78rem; line-height: 1.45; margin: 15px 0 20px; max-width: 435px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-secondary { align-items: center; border: 1px solid rgba(255, 255, 255, 0.65); border-radius: 8px; color: var(--white); display: inline-flex; font-size: 0.68rem; font-weight: 800; justify-content: center; min-height: 38px; padding: 0 17px; transition: background var(--transition), color var(--transition); }
.btn-secondary:hover { background: var(--white); color: var(--navy); }

/* About */
.about { background-color: var(--navy); background-image: linear-gradient(rgba(5, 19, 76, 0.94), rgba(5, 19, 76, 0.94)), url("./assets/property_designs/7eed7a14-2fbc-4a1e-978c-f2a180f37d41.png?v=20260923"); background-position: center; background-repeat: no-repeat; background-size: cover; color: var(--white); padding: 38px 0; }
.about-content { align-items: center; display: grid; gap: 48px; grid-template-columns: 1.06fr 0.94fr; }
.about .section-label { margin-bottom: 8px; }
.about h2 { color: var(--white); font-size: clamp(2rem, 3.1vw, 2.8rem); margin-bottom: 14px; }
.about-text > p:not(.section-label) { color: rgba(255, 255, 255, 0.78); font-size: 0.74rem; line-height: 1.42; margin-bottom: 12px; max-width: 500px; }
.about-btn { border-bottom: 2px solid var(--orange); color: var(--white); display: inline-block; font-size: 0.68rem; font-weight: 800; margin-top: 5px; padding-bottom: 5px; transition: color var(--transition), border-color var(--transition); }
.about-btn:hover, .about-btn:focus-visible { border-color: var(--orange); color: var(--orange); }
.about-visual { justify-self: center; min-height: 390px; position: relative; width: min(100%, 360px); }
.about-image-frame { aspect-ratio: 1; background: var(--white); border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; padding: 5px; width: 100%; }
.about-image-frame img { border-radius: 6px; height: 100%; object-fit: cover; width: 100%; }
.about-stat { background: var(--white); border-radius: 8px; box-shadow: var(--shadow); color: var(--navy); padding: 11px 14px; position: absolute; }
.about-stat span { color: var(--muted); display: block; font-size: 0.54rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.about-stat strong { display: block; font-family: var(--display); font-size: 1.7rem; line-height: 1.05; }
.about-stat-projects { left: -30px; top: 30px; }
.about-stat-clients { bottom: 28px; right: -30px; }
.about-stat-clients strong { color: var(--orange); }

/* Estates */
.properties, .why-wudamich, .services, .how-it-works, .contact { padding: 42px 0; }
.properties { background: var(--sand); }
.properties-heading, .services-heading, .contact-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 18px; }
.properties-heading .section-label, .services-heading .section-label, .contact-heading .section-label, .section-intro .section-label { margin-bottom: 5px; }
.property-carousel { overflow: hidden; }
.properties-list { display: flex; gap: 16px; overflow-x: auto; padding: 3px 2px 16px; scrollbar-color: var(--orange) transparent; scrollbar-width: thin; }
.property-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 5px 15px rgba(9, 22, 87, 0.06); flex: 0 0 calc((100% - 48px) / 4); overflow: hidden; transition: box-shadow var(--transition), transform var(--transition); }
.property-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.property-image { aspect-ratio: 2 / 1; background: #e8ecf2; overflow: hidden; position: relative; }
.property-image img { height: 100%; object-fit: cover; transition: transform 400ms ease; width: 100%; }
.property-card:hover .property-image img { transform: scale(1.04); }
.property-status { border-radius: 999px; color: var(--white); font-size: 0.52rem; font-weight: 800; letter-spacing: 0.04em; padding: 4px 8px; position: absolute; right: 8px; text-transform: uppercase; top: 8px; }
.property-status.available { background: #18794e; }.property-status.sold-out { background: #b42318; }.property-status.coming-soon { background: #c87400; }
.property-content { padding: 11px 12px; }.property-type { color: var(--orange); font-size: 0.54rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.property-content h3 { color: var(--navy); font-size: 1rem; margin: 4px 0; }.property-title { color: var(--ink); font-size: 0.62rem; font-weight: 700; }.property-location, .property-description { color: var(--muted); font-size: 0.62rem; overflow: hidden; white-space: nowrap; }.property-location-track { display: inline-block; }.property-location-track.is-scrolling { animation: property-location-scroll var(--location-scroll-duration) linear infinite; }.property-carousel:hover .property-location-track.is-scrolling, .property-carousel:focus-within .property-location-track.is-scrolling { animation-play-state: paused; }
@keyframes property-location-scroll { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
.property-details { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }.property-details span { background: #f2f4f8; border-radius: 5px; font-size: 0.58rem; font-weight: 700; padding: 4px 6px; }.property-enquiry { border-bottom: 1px solid var(--orange); color: var(--navy); display: inline-block; font-size: 0.62rem; font-weight: 800; margin-top: 10px; }.properties-empty { background: var(--white); border: 1px dashed var(--line); border-radius: var(--radius); padding: 40px; width: 100%; }.properties-bottom { align-items: center; border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: 0.7rem; gap: 18px; justify-content: space-between; margin-top: 2px; padding-top: 12px; }.properties-bottom a { color: var(--navy); font-weight: 800; }

/* Trust, services and process */
.why-wudamich, .how-it-works { background: #f6f8fc; }.section-intro { margin-bottom: 18px; }.section-intro > p, .services-heading > p, .contact-heading > p { color: var(--muted); font-size: 0.7rem; max-width: 365px; }.why-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }.why-card { background: var(--white); border: 1px solid var(--line); border-radius: 9px; padding: 15px; }.why-card--trust { overflow: hidden; padding: 0; }.why-card-image { aspect-ratio: 2.05 / 1; display: block; object-fit: cover; object-position: center; width: 100%; }.why-card-content { padding: 15px; }.why-index, .service-number { color: var(--orange); font-size: 0.55rem; font-weight: 800; }.why-card h3 { color: var(--navy); font-size: 1.15rem; margin: 10px 0 4px; }.why-card p { color: var(--muted); font-size: 0.65rem; line-height: 1.35; }.services { background: var(--white); padding-bottom: 26px; }.services-list { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }.service-row { background: #f7f9fc; border: 1px solid var(--line); border-radius: 8px; display: grid; gap: 10px; grid-template-columns: 42px 1fr; min-height: 104px; padding: 13px; transition: transform var(--transition); }.service-row:hover { transform: translateY(-2px); }.service-number { align-items: flex-start; display: flex; flex-direction: column; gap: 9px; justify-content: flex-start; }.service-icon { fill: none; height: 28px; stroke: var(--orange); stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; width: 28px; }.service-content h3 { color: var(--navy); font-size: 0.9rem; }.service-content p { color: var(--muted); font-size: 0.62rem; line-height: 1.35; margin-top: 5px; }.how-it-works { padding-top: 28px; }.steps-list { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); list-style: none; }.steps-list li { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 8px; display: flex; gap: 12px; min-height: 76px; padding: 12px; }.steps-list > li > span { background: var(--orange); border-radius: 50%; color: var(--white); display: grid; font-size: 0.59rem; font-weight: 800; height: 27px; place-items: center; width: 27px; }.steps-list h3 { color: var(--navy); font-size: 0.78rem; margin-bottom: 2px; }.steps-list p { color: var(--muted); font-size: 0.58rem; line-height: 1.25; }

/* CTA, contact and footer */
.inspection { background: linear-gradient(rgba(6, 22, 80, 0.83), rgba(6, 22, 80, 0.83)), url("./assets/hero.png"); background-position: center; background-size: cover; color: var(--white); padding: 28px 0; }.inspection-content { align-items: center; display: flex; gap: 20px; justify-content: space-between; }.inspection .section-label, .inspection-description { display: none; }.inspection h2 { color: var(--white); font-size: clamp(1.25rem, 2.3vw, 1.9rem); text-align: center; }.inspection-btn { flex: 0 0 auto; min-height: 34px; }.contact { background: var(--sand); padding-top: 58px; }.contact-layout { display: grid; gap: 24px; grid-template-columns: 0.86fr 1.14fr; }.contact-info { background: var(--navy); border-radius: var(--radius); color: var(--white); display: flex; flex-direction: column; justify-content: space-between; min-height: 500px; padding: 32px; }.contact-info-label, .form-heading > span { color: var(--orange); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }.contact-info-top h3, .form-heading h3 { font-size: 2rem; margin: 10px 0; }.contact-info-top > p { color: rgba(255, 255, 255, 0.7); font-size: 0.8rem; }.contact-details { margin: 25px 0; }.contact-detail { border-bottom: 1px solid rgba(255, 255, 255, 0.15); display: flex; gap: 14px; padding: 14px 0; }.contact-icon { color: var(--orange); font-size: 0.7rem; min-width: 32px; }.contact-detail span { color: rgba(255, 255, 255, 0.55); display: block; font-size: 0.68rem; }.contact-detail strong { font-size: 0.75rem; }.contact-info-bottom { color: rgba(255, 255, 255, 0.48); display: flex; flex-direction: column; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.08em; }.contact-form-box { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }.form-heading { margin-bottom: 25px; }.form-row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }.form-group { margin-bottom: 16px; }.form-group label { color: var(--navy); display: block; font-size: 0.7rem; font-weight: 800; margin-bottom: 6px; }.form-group input, .form-group select, .form-group textarea { background: #fbfbfc; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); outline: 0; padding: 12px; width: 100%; }.form-group textarea { min-height: 120px; resize: vertical; }.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(254, 102, 1, 0.12); }.contact-submit { background: var(--orange); border: 0; border-radius: 7px; color: var(--white); cursor: pointer; display: flex; font-size: 0.75rem; font-weight: 800; justify-content: space-between; padding: 14px; width: 100%; }.contact-message { font-size: 0.8rem; margin-top: 12px; }.contact-message.success { color: #18794e; }.contact-message.error { color: #b42318; }.footer { background: #060e3d; color: var(--white); padding: 34px 0 18px; }.footer-content { align-items: start; display: flex; gap: 45px; justify-content: space-between; padding-bottom: 30px; }.footer-content > div:first-child p { color: rgba(255, 255, 255, 0.58); font-size: 0.75rem; margin-top: 12px; max-width: 220px; }.footer-links { display: flex; flex-wrap: wrap; gap: 12px 25px; justify-content: end; }.footer-links a { color: rgba(255, 255, 255, 0.72); font-size: 0.7rem; font-weight: 700; }.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.43); font-size: 0.68rem; padding-top: 16px; }

@media (max-width: 900px) { .about-content, .contact-layout { grid-template-columns: 1fr; }.property-card { flex-basis: calc((100% - 16px) / 2); }.services-list { grid-template-columns: 1fr; }.steps-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .container { width: min(100% - 36px, 600px); }.header .container { height: 60px; }.logo img { height: 33px; }.header-btn { display: none; }.nav-toggle { display: block; }.navbar { background: var(--white); border-top: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; margin: 0; padding: 12px 18px 18px; position: absolute; right: 0; top: 60px; }.navbar.is-open { display: flex; }.navbar a { padding: 12px 0; width: 100%; }.navbar a::after { bottom: 7px; }.hero { min-height: 500px; }.hero-text { padding: 85px 0 55px; }.hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }.hero-buttons { display: grid; grid-template-columns: 1fr; }.about { padding: 55px 0; }.about-content { gap: 34px; }.about-visual { min-height: 0; width: calc(100% - 42px); }.about-stat-projects { left: -18px; top: 18px; }.about-stat-clients { bottom: 18px; right: -18px; }.properties, .why-wudamich, .services, .how-it-works, .contact { padding: 58px 0; }.properties-heading, .services-heading, .contact-heading, .inspection-content { align-items: start; flex-direction: column; }.property-card { flex-basis: 85vw; }.why-grid, .steps-list { grid-template-columns: 1fr; }.inspection h2 { text-align: left; }.inspection-content { align-items: stretch; }.inspection-btn { width: 100%; }.contact-info, .contact-form-box { padding: 26px; }.contact-info { min-height: 0; }.form-row { gap: 0; grid-template-columns: 1fr; }.footer-content { flex-direction: column; }.footer-links { justify-content: start; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; } }
.why-card--guidance { overflow: hidden; padding: 0; }
.why-card--clarity { overflow: hidden; padding: 0; }
