/* ===================================================================
   Adissia — Aadi Sale Microsite  ·  Brochure edition
   Theme: #1d428f (royal blue) + white
   =================================================================== */

:root {
  --blue:      #1d428f;   /* primary brand */
  --blue-700:  #16346f;
  --blue-800:  #112a5c;
  --blue-900:  #0c1f45;
  --blue-500:  #2b56ad;
  --blue-400:  #3f6bc7;
  --blue-tint: #e9eef8;
  --blue-tint2:#f3f6fc;
  --blue-line: #d4ddf0;

  --ink:    #17233d;
  --muted:  #5b6a86;
  --white:  #ffffff;

  --grad-blue: linear-gradient(135deg, #1d428f 0%, #2b56ad 100%);
  --grad-deep: linear-gradient(140deg, #0c1f45 0%, #16346f 50%, #1d428f 100%);

  --shadow-sm: 0 2px 10px rgba(29, 66, 143, .07);
  --shadow-md: 0 16px 40px rgba(17, 42, 92, .13);
  --shadow-lg: 0 30px 70px rgba(12, 31, 69, .22);

  --radius:   18px;
  --radius-sm:11px;
  --container:1180px;

  --font-body:  'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-block;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}
.section-head { text-align: center; max-width: 660px; margin: 0 auto 42px; }
.section-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.14;
  color: var(--blue-900);
  letter-spacing: -.01em;
}
.section-desc { color: var(--muted); font-size: 16px; margin-top: 14px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 13px 28px; border-radius: 999px; border: 1.6px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s, color .2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--grad-blue); color: #fff; box-shadow: 0 10px 24px rgba(29,66,143,.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(29,66,143,.45); }
.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-white { background: #fff; color: var(--blue); box-shadow: var(--shadow-md); }
.btn-white:hover { transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn-lg { padding: 15px 30px; font-size: 16px; }
.btn-sm { padding: 10px 20px; font-size: 14px; }

/* ---------- Ribbon ---------- */
.ribbon { background: var(--grad-deep); color: #fff; overflow: hidden; }
.ribbon-inner { display: flex; justify-content: center; padding: 9px 24px; }
.ribbon span { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-align: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--blue-line);
  transition: box-shadow .2s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand-logo { height: 42px; width: auto; }
.main-nav { display: flex; gap: 32px; }
.main-nav a {
  font-weight: 600; font-size: 15px; color: var(--blue-900); position: relative; padding: 4px 0;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--blue); transition: width .2s ease;
}
.main-nav a:hover { color: var(--blue); }
.main-nav a:hover::after { width: 100%; }

/* ---------- Hero banner ---------- */
.hero {
  position: relative;
  color: var(--ink);
  overflow: hidden;
  min-height: 660px;
  display: flex;
  align-items: center;
  background: #fff;
}
.hero-banner-img {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 72% 18%;
}
.hero-wash {
  position: absolute; inset: 0; z-index: 1;
  /* White wash keeps the left content crisp, fades clear so the lady shows naturally */
  background: linear-gradient(90deg,
    rgba(255,255,255,.96) 0%,
    rgba(255,255,255,.94) 30%,
    rgba(255,255,255,.72) 42%,
    rgba(255,255,255,.28) 52%,
    rgba(255,255,255,0) 62%);
}

/* Festive gold glitters on the left */
.hero-glitters { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.hero-glitters .g { position: absolute; }
.g-m1 { top: -48px; left: -58px; width: 215px; opacity: .5; }
.g-m2 { bottom: -46px; left: 4px; width: 150px; opacity: .38; }
.g-s1 { top: 108px; left: 210px; width: 22px; }
.g-s2 { top: 58px; left: 46px; width: 15px; }
.g-s3 { bottom: 150px; left: 84px; width: 24px; }
.g-s4 { top: 300px; left: 18px; width: 17px; }
.g-s5 { bottom: 60px; left: 250px; width: 19px; }
.g-s1, .g-s2, .g-s3, .g-s4, .g-s5 { animation: twinkle 3s ease-in-out infinite; }
.g-s2 { animation-delay: .5s; }
.g-s3 { animation-delay: 1s; }
.g-s4 { animation-delay: 1.6s; }
.g-s5 { animation-delay: 2.2s; }
@keyframes twinkle { 0%, 100% { opacity: .25; transform: scale(.85); } 50% { opacity: .85; transform: scale(1.1); } }

.hero-inner {
  position: relative; z-index: 3;
  width: 100%;
  padding-top: 44px; padding-bottom: 44px;
}
.hero-left { max-width: 560px; }
.hero-logo { height: 46px; width: auto; margin-bottom: 24px; }
.hero-ticks {
  list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 24px;
}
.hero-ticks li { position: relative; padding-left: 22px; font-size: 14px; font-weight: 600; color: var(--blue-700); }
.hero-ticks li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  color: #fff; background: var(--grad-blue); width: 16px; height: 16px;
  font-size: 10px; font-weight: 800; border-radius: 50%;
  display: grid; place-items: center;
}

/* Festive tagline + trust badges (Aadi Aishwaryam) */
.hero-tagline {
  font-family: var(--font-serif); font-style: italic; font-weight: 600;
  font-size: clamp(1.1rem, 1.9vw, 1.4rem); color: #b6862c; letter-spacing: .03em;
  margin-bottom: 6px;
}
.hero-tagline span { color: #cba135; padding: 0 5px; font-style: normal; }
.hero-celebrate {
  font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 22px;
}
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 16px; margin-bottom: 24px; }
.hero-badges li { display: flex; align-items: center; gap: 9px; }
.hb-ico {
  width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center;
  border-radius: 12px; background: var(--blue-tint); color: var(--blue);
  border: 1px solid var(--blue-line);
}
.hb-ico svg { width: 21px; height: 21px; }
.hb-txt { font-size: 11.5px; font-weight: 700; color: var(--blue-900); line-height: 1.3; letter-spacing: .01em; white-space: nowrap; }

/* Enquiry form on the banner */
.hero-form {
  background: var(--grad-deep);
  border-radius: 16px;
  padding: 24px 24px 22px;
  box-shadow: 0 26px 60px rgba(12,31,69,.4);
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
}
.hero-form-title { font-family: var(--font-body); font-weight: 800; font-size: 1.15rem; letter-spacing: .1em; text-transform: uppercase; color: #fff; }
.hero-form-sub { font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #8db4f0; margin: 5px 0 18px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 14px; align-items: start; }
.form-grid > * { min-width: 0; }               /* let fields shrink instead of overflowing */
.hero-form input, .hero-form select { width: 100%; min-width: 0; }
.hero-form .field { margin-bottom: 0; }

/* White inputs on the navy card */
.hero-form input,
.hero-form select {
  background: #fff; border: 1.5px solid transparent; color: var(--ink);
  border-radius: 10px; padding: 12px 14px;
}
.hero-form input::placeholder { color: #8395ad; }
.hero-form input:focus,
.hero-form select:focus { border-color: #8db4f0; box-shadow: 0 0 0 4px rgba(141,180,240,.25); background: #fff; }
.hero-form .error { color: #ffc7c2; }
.consent--full { grid-column: 1 / -1; }

/* Mobile number with country code + flag */
.phone-group { display: flex; align-items: stretch; background: #fff; border-radius: 10px; border: 1.5px solid transparent; overflow: hidden; }
.phone-group:focus-within { border-color: #8db4f0; box-shadow: 0 0 0 4px rgba(141,180,240,.25); }
.phone-group .cc {
  display: flex; align-items: center; gap: 7px; padding: 0 11px;
  font-size: 14px; font-weight: 700; color: var(--ink);
  border-right: 1.5px solid var(--blue-line); white-space: nowrap;
}
.phone-group input { border: none !important; box-shadow: none !important; border-radius: 0; flex: 1; min-width: 0; }
.flag-in {
  width: 22px; height: 15px; border-radius: 2px; flex-shrink: 0;
  background: linear-gradient(#ff9933 33.33%, #fff 33.33% 66.66%, #138808 66.66%);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}

/* "I agree to Privacy Policy" checkbox (sits beside Email) */
.consent--inline {
  margin: 0; align-self: center; align-items: center;
  font-size: 12.5px; color: rgba(255,255,255,.9);
}
.consent--inline a { color: #8db4f0; text-decoration: underline; }
.error-consent { color: #ffc7c2; }

/* Submit with circled arrow */
.btn-submit {
  margin-top: 18px; display: inline-flex; align-items: center; gap: 12px;
  background: none; border: none; padding: 0; cursor: pointer;
  font-family: var(--font-body); font-weight: 800; font-size: 16px; letter-spacing: .04em; color: #fff;
}
.btn-submit .arrow {
  width: 36px; height: 36px; border: 2px solid #fff; border-radius: 50%;
  display: grid; place-items: center; font-size: 17px; line-height: 1;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.btn-submit:hover .arrow { background: #fff; color: var(--blue); transform: translateX(4px); }

/* Success state on the navy card */
.hero-form .form-success { padding: 16px 6px 4px; }
.hero-form .success-icon { background: #fff; color: var(--blue); }
.hero-form .form-success h3 { color: #fff; }
.hero-form .form-success p { color: #d3e0f4; }

/* Submit status / error message */
.form-msg { margin-top: 12px; font-size: 13px; font-weight: 600; color: #ffb4ae; text-align: center; }

/* Consent checkbox (shared) */
.consent {
  display: flex; gap: 9px; align-items: flex-start;
  font-size: 11px; line-height: 1.45; color: var(--muted);
  margin: 8px 0 4px; cursor: pointer;
}
.consent input { margin-top: 2px; width: 15px; height: 15px; accent-color: var(--blue); flex-shrink: 0; cursor: pointer; }
.consent strong { color: var(--blue); font-weight: 700; }

.hero-kicker {
  display: inline-block; font-weight: 700; font-size: 12.5px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 14px;
}
.hero-title {
  font-family: var(--font-serif); font-weight: 800;
  font-size: clamp(2.3rem, 4.6vw, 3.6rem); line-height: 1.06; letter-spacing: -.02em;
  color: var(--blue-900); margin-bottom: 18px;
}
.hero-title em { font-style: italic; color: var(--blue); }
.hero-sub { font-size: 16.5px; color: #40506a; max-width: 460px; margin-bottom: 22px; }

.hero-offer {
  display: flex; align-items: center; gap: 18px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px; padding: 16px 20px; margin-bottom: 28px; max-width: 540px;
}
.hero-offer-badge {
  flex-shrink: 0;
  width: 66px; height: 66px; border-radius: 14px;
  background: #fff; color: var(--blue);
  display: grid; place-items: center; text-align: center;
  font-weight: 800; font-size: 14px; line-height: 1.05;
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
}
.hero-offer ul { list-style: none; display: grid; gap: 5px; }
.hero-offer li { position: relative; padding-left: 20px; font-size: 14.5px; color: #e4edfb; }
.hero-offer li::before { content: "✓"; position: absolute; left: 0; color: #8db4f0; font-weight: 800; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-actions .btn-outline { color: #fff; border-color: rgba(255,255,255,.6); }
.hero-actions .btn-outline:hover { background: #fff; color: var(--blue); }

/* ---------- Features ---------- */
.features {
  padding: 84px 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, var(--blue-tint) 0, transparent 70%),
    #fff;
}
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature {
  position: relative;
  background: #fff;
  border: 1px solid var(--blue-line);
  border-radius: var(--radius);
  padding: 30px 26px 28px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s;
}
/* Accent bar that sweeps in on hover */
.feature::after {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 0;
  background: var(--grad-blue); transition: width .3s ease;
}
.feature:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  background: var(--grad-deep);
  border-color: transparent;
}
.feature:hover::after { width: 100%; }

.feature-num {
  position: absolute; top: 14px; right: 20px;
  font-family: var(--font-serif); font-weight: 700; font-size: 40px;
  line-height: 1; color: var(--blue-tint); transition: color .25s ease;
  pointer-events: none;
}
.feature:hover .feature-num { color: rgba(255,255,255,.14); }

.feature-ico {
  display: grid; place-items: center;
  width: 60px; height: 60px; margin-bottom: 18px;
  background: var(--grad-blue); border-radius: 16px;
  color: #fff;                                 /* icon color (svg uses currentColor) */
  box-shadow: 0 10px 22px rgba(29,66,143,.32);
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease, color .25s ease;
}
.feature-ico svg { width: 30px; height: 30px; display: block; }
.feature:hover .feature-ico {
  background: #fff; color: var(--blue); transform: scale(1.05);
  box-shadow: 0 12px 26px rgba(0,0,0,.28);
}

.feature h3 {
  position: relative; font-family: var(--font-serif); font-size: 19px; font-weight: 700;
  color: var(--blue-900); margin-bottom: 8px; transition: color .25s ease;
}
.feature p { position: relative; font-size: 14px; color: var(--muted); transition: color .25s ease; }
.feature:hover h3 { color: #fff; }
.feature:hover p { color: #cfdcf2; }

/* ---------- Enquiry ---------- */
.enquiry { padding: 78px 0; background: var(--blue-tint); }
.enquiry-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: stretch; }

.enquiry-visual {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--grad-deep); box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; justify-content: flex-end; min-height: 460px;
}
.enquiry-lady {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}
.enquiry-visual-caption {
  position: relative; z-index: 1;
  padding: 28px 28px 30px; color: #fff;
  background: linear-gradient(to top, rgba(12,31,69,.94) 30%, rgba(12,31,69,.55) 70%, transparent);
}
.enquiry-visual-caption h3 { font-family: var(--font-serif); font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.enquiry-visual-caption p { font-size: 15px; color: #d3e0f4; margin-bottom: 16px; }
.enquiry-contact { display: flex; flex-wrap: wrap; gap: 16px; }
.enquiry-contact a { font-weight: 700; font-size: 15px; color: #fff; }
.enquiry-contact a:hover { color: #8db4f0; }

.enquiry-form {
  background: #fff; border-radius: var(--radius); padding: 36px;
  box-shadow: var(--shadow-md); border: 1px solid var(--blue-line);
}
.form-title { font-family: var(--font-serif); font-weight: 700; font-size: 1.9rem; color: var(--blue-900); line-height: 1.1; margin-bottom: 10px; }
.form-lead { color: var(--muted); font-size: 15px; margin-bottom: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 14px; color: var(--blue-900); margin-bottom: 7px; }
.field label span { color: #d6453f; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 15px; color: var(--ink);
  padding: 12px 14px; border: 1.6px solid var(--blue-line); border-radius: var(--radius-sm);
  background: var(--blue-tint2); transition: border-color .15s ease, box-shadow .15s ease, background .15s;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(29,66,143,.14); background: #fff;
}
.field input.invalid { border-color: #d6453f; }
.error { display: block; color: #d6453f; font-size: 12.5px; margin-top: 5px; }
.form-note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 12px; }
.form-success { text-align: center; padding: 24px 10px 8px; animation: pop .3s ease; }
.success-icon {
  width: 62px; height: 62px; margin: 0 auto 14px; display: grid; place-items: center;
  background: var(--grad-blue); color: #fff; font-size: 30px; font-weight: 700; border-radius: 50%;
  box-shadow: 0 10px 24px rgba(29,66,143,.4);
}
.form-success h3 { font-family: var(--font-serif); color: var(--blue-900); font-size: 24px; margin-bottom: 6px; }
.form-success p { color: var(--muted); font-size: 15px; }
@keyframes pop { from { transform: scale(.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ---------- Projects (festive cream + gold) ---------- */
.projects {
  padding: 84px 0;
  position: relative;
  overflow: hidden;
  background-color: #f8f1e1;
  background-image:
    radial-gradient(circle at 12% 12%, rgba(201,162,60,.07) 0, transparent 32%),
    radial-gradient(circle at 88% 90%, rgba(201,162,60,.07) 0, transparent 32%);
}
/* Faint gold mandalas in the corners */
.projects-deco { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.projects-deco .pd { position: absolute; }
.pd-tr { top: -95px; right: -105px; width: 340px; opacity: .5; }
.pd-bl { bottom: -105px; left: -115px; width: 320px; opacity: .45; }
.pd-tl { top: 40px; left: -140px; width: 240px; opacity: .3; }
.projects > .container { position: relative; z-index: 1; }

/* Hanging gold lamps at the top */
.projects-deco .lamp { position: absolute; top: 0; width: 52px; }
.lamp-l { left: 3%; }
.lamp-r { right: 3%; }
/* Lit diyas at the bottom corners */
.projects-deco .diya {
  position: absolute; bottom: 26px; width: 76px;
  animation: diyaFlicker 2.4s ease-in-out infinite;
}
.diya-l { left: 2.5%; }
.diya-r { right: 2.5%; animation-delay: .8s; }
@keyframes diyaFlicker { 0%, 100% { opacity: .95; } 50% { opacity: .78; transform: scale(1.015); } }
.filter-bar { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.filter-btn {
  font-family: var(--font-body); font-weight: 600; font-size: 14.5px; color: var(--blue);
  background: var(--blue-tint); border: 1.6px solid var(--blue-line);
  padding: 10px 24px; border-radius: 999px; cursor: pointer; transition: all .18s ease;
}
.filter-btn:hover { border-color: var(--blue-400); }
.filter-btn.is-active { background: var(--grad-blue); color: #fff; border-color: transparent; box-shadow: 0 8px 18px rgba(29,66,143,.3); }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.project-card {
  background: #fff; border: 1px solid var(--blue-line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease; animation: fadeUp .4s ease both;
}
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.project-media { position: relative; height: 190px; overflow: hidden; display: grid; place-items: center; }
.project-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-media .initials {
  font-family: var(--font-serif); font-weight: 800; font-size: 48px; color: rgba(255,255,255,.92);
  z-index: 1; text-shadow: 0 4px 18px rgba(0,0,0,.25);
}
.project-media.has-photo::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,31,69,.35), transparent 55%);
}
.status-chip {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; color: #fff; backdrop-filter: blur(4px);
}
.status-chip.ongoing   { background: rgba(29,66,143,.92); }
.status-chip.upcoming  { background: rgba(12,31,69,.88); }
.status-chip.completed { background: rgba(43,86,173,.92); }
.sale-flag {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: #fff; color: var(--blue); font-size: 11px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.project-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.project-loc { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.project-body h3 { font-family: var(--font-serif); font-weight: 700; font-size: 21px; color: var(--blue-900); margin-bottom: 8px; }
.project-body p { font-size: 14px; color: var(--muted); margin-bottom: 16px; flex: 1; }
.project-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.project-meta span {
  font-size: 12px; font-weight: 600; color: var(--blue); background: var(--blue-tint);
  border: 1px solid var(--blue-line); padding: 4px 10px; border-radius: 8px;
}
.project-cta {
  display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 14.5px;
  color: var(--blue); align-self: flex-start; transition: gap .18s ease;
}
.project-cta:hover { gap: 12px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- Customers / Testimonials ---------- */
.customers {
  padding: 84px 0; position: relative; overflow: hidden;
  background-color: #f8f1e1;
  background-image:
    radial-gradient(circle at 90% 12%, rgba(201,162,60,.07) 0, transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(201,162,60,.07) 0, transparent 30%);
}
.customers::before, .customers::after {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  background: url("../images/mandala.svg") no-repeat center / contain;
}
.customers::before { top: -80px; left: -95px; width: 270px; height: 270px; opacity: .4; }
.customers::after { bottom: -95px; right: -100px; width: 300px; height: 300px; opacity: .42; }
.customers > .container { position: relative; z-index: 1; }
.featured-customers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 44px; }
.cust-card {
  background: #fff; border: 1px solid var(--blue-line); border-radius: var(--radius);
  padding: 26px 24px; text-align: center; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cust-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.cust-photo {
  width: 92px; height: 92px; margin: 0 auto 16px; border-radius: 50%;
  object-fit: cover; border: 4px solid #fff; box-shadow: 0 8px 20px rgba(29,66,143,.25);
  outline: 2px solid var(--blue-line);
}
.cust-quote { font-size: 15px; color: var(--ink); font-style: italic; margin-bottom: 16px; }
.cust-quote::before { content: "“"; font-family: var(--font-serif); color: var(--blue-400); font-size: 22px; }
.cust-quote::after { content: "”"; font-family: var(--font-serif); color: var(--blue-400); font-size: 22px; }
.cust-name { font-weight: 700; font-size: 15px; color: var(--blue-900); }
.cust-badge {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 6px;
  font-size: 12px; font-weight: 600; color: var(--blue);
  background: var(--blue-tint); padding: 3px 12px; border-radius: 999px;
}

.customer-marquee { overflow: hidden; margin-bottom: 46px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 18px; width: max-content; animation: scroll 34s linear infinite; }
.customer-marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-face {
  width: 74px; height: 74px; border-radius: 50%; object-fit: cover;
  border: 3px solid #fff; box-shadow: var(--shadow-sm); outline: 1.5px solid var(--blue-line); flex-shrink: 0;
}
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.trust-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.trust-stats > div { background: #fff; border: 1px solid var(--blue-line); border-radius: var(--radius); padding: 24px 16px; }
.trust-stats strong { display: block; font-family: var(--font-serif); font-weight: 800; font-size: 34px; color: var(--blue); }
.trust-stats span { font-size: 13.5px; color: var(--muted); }

/* ---------- CTA strip ---------- */
.cta-strip { background: var(--grad-deep); color: #fff; padding: 58px 0; position: relative; overflow: hidden; }
.cta-strip::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 30%, rgba(63,107,199,.4) 0, transparent 45%); }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.cta-inner h2 { font-family: var(--font-serif); font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.cta-inner p { color: #cfdcf2; font-size: 16px; margin-top: 6px; }

/* ---------- Footer (minimal) ---------- */
.site-footer { background: var(--blue-900); color: #b9cbe6; }
.footer-min {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px; padding: 22px 24px;
}
.footer-min p { font-size: 13px; color: #7994b8; letter-spacing: .04em; }
.footer-min .footer-legal { display: flex; gap: 22px; }
.footer-min .footer-legal a { font-size: 13px; color: #a9c2ec; }
.footer-min .footer-legal a:hover { color: #8db4f0; }
@media (max-width: 540px) { .footer-min { flex-direction: column; text-align: center; } }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; padding: 60px 24px 44px; }
.footer-logo { height: 44px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-brand p { font-size: 14.5px; color: #8ba6ca; max-width: 340px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: #c6d8ea;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.footer-social a:hover { background: var(--grad-blue); color: #fff; border-color: transparent; }
.footer-social svg { width: 18px; height: 18px; }
.footer-col h4 { font-family: var(--font-serif); font-weight: 600; font-size: 16px; color: #fff; margin-bottom: 15px; }
.footer-col .footer-h4-gap { margin-top: 26px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; margin-bottom: 4px; }
.footer-col li { font-size: 14px; }
.footer-col a:hover { color: #8db4f0; }

.footer-offices {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
  padding: 34px 24px; border-top: 1px solid rgba(255,255,255,.1);
}
.office h5 {
  font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: #8db4f0; margin-bottom: 8px;
}
.office p { font-size: 13px; line-height: 1.55; color: #93aecb; }
.office--contact { display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.office--contact a { font-weight: 700; font-size: 15px; color: #fff; }
.office--contact a:hover { color: #8db4f0; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 18px; padding-bottom: 18px; }
.footer-bottom p { font-size: 13px; color: #7994b8; letter-spacing: .04em; }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a { font-size: 13px; color: #93aecb; }
.footer-legal a:hover { color: #8db4f0; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero { display: block; min-height: 0; }
  .hero-banner-img { position: static; height: 280px; object-position: 74% 16%; }
  .hero-wash { display: none; }
  .hero-glitters { display: none; }
  .hero-inner { padding-top: 32px; padding-bottom: 44px; }
  .hero-left { max-width: 480px; margin: 0 auto; }
  .hero-logo { display: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .enquiry-inner { grid-template-columns: 1fr; gap: 30px; }
  .enquiry-visual { min-height: 340px; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-customers { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; margin-bottom: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-offices { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .main-nav { display: none; }
  .projects, .enquiry, .features, .customers { padding: 56px 0; }
  .projects-deco { display: none; }   /* decorative mandalas cause off-screen overflow on small viewports */
  .trust-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .form-grid { grid-template-columns: 1fr; }   /* stack Name/Mobile & Email/Project */
  .hero-form { padding: 22px 18px 20px; }
  .hero-title { font-size: clamp(2rem, 8.5vw, 2.6rem); }
  .hero-left { max-width: 100%; }
}
@media (max-width: 540px) {
  .header-cta { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-offices { grid-template-columns: 1fr; gap: 20px; }
  .enquiry-form { padding: 26px 20px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-bottom .container { flex-direction: column; align-items: flex-start; }
  .enquire-tab { font-size: 11px; padding: 12px 7px; }
}

/* ===================================================================
   Sticky enquire tab + Enquiry modal
   =================================================================== */
.enquire-tab {
  position: fixed; right: 0; top: 50%; transform: translateY(-50%);
  z-index: 60; cursor: pointer;
  writing-mode: vertical-rl;
  background: var(--grad-blue); color: #fff; border: none;
  padding: 18px 10px; font-family: var(--font-body); font-weight: 700;
  font-size: 13.5px; letter-spacing: .1em;
  border-radius: 12px 0 0 12px;
  box-shadow: -6px 8px 22px rgba(29,66,143,.45);
  transition: padding .2s ease, box-shadow .2s ease;
}
.enquire-tab:hover { padding-right: 14px; box-shadow: -6px 10px 28px rgba(29,66,143,.6); }
.enquire-tab-dot { margin-bottom: 3px; font-size: 11px; }

.modal {
  position: fixed; inset: 0; z-index: 100;
  display: none; align-items: flex-start; justify-content: center;
  padding: 5vh 16px; overflow-y: auto;
}
.modal.open { display: flex; }
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(9,22,50,.62); backdrop-filter: blur(3px);
  animation: fadeIn .2s ease;
}
.modal-dialog {
  position: relative; z-index: 1;
  width: min(440px, 100%);
  background: var(--grad-deep); color: #fff;
  border-radius: 18px; padding: 30px 28px 26px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.1);
  animation: modalIn .28s cubic-bezier(.2,.7,.3,1);
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: none; } }

.modal-close {
  position: absolute; top: 10px; right: 14px;
  background: none; border: none; color: rgba(255,255,255,.7);
  font-size: 30px; line-height: 1; cursor: pointer; transition: color .15s ease;
}
.modal-close:hover { color: #fff; }
.modal-title { font-family: var(--font-serif); font-weight: 700; font-size: 1.6rem; color: #fff; }
.modal-sub { font-size: 13px; color: #8db4f0; font-weight: 600; margin: 4px 0 18px; }

/* Modal form fields (navy dialog) */
.modal-form input, .modal-form select {
  background: #fff; border: 1.5px solid transparent; color: var(--ink);
  border-radius: 10px; padding: 12px 14px;
}
.modal-form input::placeholder { color: #8395ad; }
.modal-form input:focus, .modal-form select:focus { border-color: #8db4f0; box-shadow: 0 0 0 4px rgba(141,180,240,.25); }
.modal-form .error { color: #ffc7c2; }
.modal-form .consent { color: rgba(255,255,255,.9); font-size: 12.5px; margin: 4px 0 2px; }
.modal-form .consent a { color: #8db4f0; text-decoration: underline; }
.modal-form .btn-submit { margin-top: 10px; }
.modal-form .success-icon { background: #fff; color: var(--blue); }
.modal-form .form-success h3 { color: #fff; }
.modal-form .form-success p { color: #d3e0f4; }

@media (max-width: 540px) {
  .enquire-tab { font-size: 12px; padding: 14px 8px; }
  .modal-dialog { padding: 26px 20px 22px; }
}
