/* =====================================================================
   Jud Real Estate · stylesheet
   Brand: Navy #00032E, Gold #EDBF6D, Montserrat. Neutrals are navy tints.
   ===================================================================== */

/* Montserrat (SIL Open Font License, see fonts/OFL.txt), served from this website */
@font-face {
  font-family: 'Montserrat'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url('../fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url('../fonts/montserrat-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --navy: #00032e;
  --navy-deep: #00021f;
  --gold: #edbf6d;
  --gold-hover: #f2cf8f;
  --gold-soft: rgba(237, 191, 109, 0.16);

  --ink: #00032e;
  --text: rgba(0, 3, 46, 0.74);
  --muted: rgba(0, 3, 46, 0.56);
  --line: rgba(0, 3, 46, 0.1);
  --line-strong: rgba(0, 3, 46, 0.2);
  --bg: #ffffff;
  --bg-soft: #f5f5f8;

  --radius: 6px;
  --radius-lg: 12px;
  --shadow: 0 1px 2px rgba(0, 3, 46, 0.05), 0 12px 32px rgba(0, 3, 46, 0.08);

  --gutter: max(24px, calc((100% - 1200px) / 2));
  --section-y: 104px;
  --nav-h: 76px;

  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
  --chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  --check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px; line-height: 1.7; color: var(--text); background: var(--bg);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, h4 { color: var(--ink); font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.icon { width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Layout ---------- */
section, .features-strip, .partner-strip, .cta-band { padding: var(--section-y) var(--gutter); }
.projects-overview, .about-section, .vision-section, .renovation-detail-section, .gallery-section, .section-alt { background: var(--bg-soft); }

.section-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.section-label::before { content: ''; width: 24px; height: 2px; background: var(--gold); }
.section-label span { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); }

h2.section-title { font-size: clamp(30px, 3.6vw, 44px); letter-spacing: -0.02em; margin-bottom: 20px; max-width: 780px; }
.section-title em { font-style: normal; }
.section-divider { display: none; }
.section-intro { font-size: 18px; color: var(--text); max-width: 720px; margin-bottom: 48px; }
.section-intro a, .how-step p a { color: var(--ink); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.small-note { font-size: 13px !important; color: var(--muted) !important; }

/* Dark areas */
.hero .section-label span, .page-hero .section-label span, .cta-band .section-label span, .notfound-wrap .section-label span { color: var(--gold); }

/* ---------- Buttons ---------- */
.btn-primary, .btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 24px; border-radius: var(--radius); border: 1px solid transparent;
  font-size: 15px; font-weight: 600; line-height: 1.25; text-align: center; text-decoration: none;
  cursor: pointer; transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-hover); }
.btn-primary::after, .card-link::after {
  content: ''; width: 16px; height: 16px; flex-shrink: 0; background: currentColor;
  -webkit-mask: var(--arrow) center / contain no-repeat; mask: var(--arrow) center / contain no-repeat;
  transition: transform 0.2s;
}
.btn-primary:hover::after, .card-link:hover::after { transform: translateX(3px); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-secondary:hover { border-color: var(--ink); }
.hero .btn-secondary, .cta-band .btn-secondary, .notfound-wrap .btn-secondary { color: #fff; border-color: rgba(255, 255, 255, 0.35); }
.hero .btn-secondary:hover, .cta-band .btn-secondary:hover, .notfound-wrap .btn-secondary:hover { border-color: #fff; }

/* ---------- Navigation ---------- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--nav-h);
  padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: linear-gradient(180deg, rgba(0, 3, 46, 0.55), rgba(0, 3, 46, 0));
  transition: background-color 0.3s, box-shadow 0.3s;
}
nav.scrolled { background: var(--navy); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { width: auto; height: 34px; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; }
.nav-logo-text .brand { font-size: 17px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; }
.nav-logo-text .sub { margin-top: 5px; font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }

.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { position: relative; padding: 6px 0; font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--gold); }
.nav-links .nav-cta { padding: 9px 18px; border: 1px solid var(--gold); border-radius: var(--radius); color: var(--gold); }
.nav-links .nav-cta:hover, .nav-links .nav-cta[aria-current] { background: var(--gold); color: var(--navy); }

.nav-right { display: flex; align-items: center; gap: 12px; }
/* Language dropdown: <details> so it also works without JavaScript */
.lang-switch { position: relative; margin-left: 4px; padding-left: 16px; border-left: 1px solid rgba(255, 255, 255, 0.16); }
.lang-switch > summary {
  display: flex; align-items: center; gap: 7px; min-height: 36px; padding: 6px 10px; border-radius: var(--radius);
  font-size: 13px; font-weight: 600; letter-spacing: 0.06em; color: rgba(255, 255, 255, 0.78);
  list-style: none; cursor: pointer; user-select: none; transition: background-color 0.2s, color 0.2s;
}
.lang-switch > summary::-webkit-details-marker { display: none; }
.lang-switch > summary::after {
  content: ''; width: 10px; height: 10px; background: currentColor;
  -webkit-mask: var(--chevron) center / contain no-repeat; mask: var(--chevron) center / contain no-repeat;
  transition: transform 0.2s;
}
.lang-switch[open] > summary::after { transform: rotate(180deg); }
.lang-switch > summary:hover, .lang-switch[open] > summary { color: #fff; background: rgba(255, 255, 255, 0.1); }
.lang-switch > summary .icon { width: 17px; height: 17px; }
.lang-switch ul {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 1200; min-width: 176px; padding: 6px;
  list-style: none; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow);
}
.lang-switch ul a {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: var(--radius);
  font-size: 14px; color: var(--ink); text-decoration: none;
}
.lang-switch ul a b { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--muted); }
.lang-switch ul a:hover { background: var(--bg-soft); }
.lang-switch ul a[aria-current] { background: var(--gold-soft); }
.lang-switch ul a[aria-current] b { color: var(--ink); }

.hamburger { display: none; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: none; border: 0; cursor: pointer; }
.hamburger span { width: 22px; height: 2px; border-radius: 2px; background: #fff; }

.mobile-menu { position: fixed; inset: 0; z-index: 1100; display: none; flex-direction: column; justify-content: center; padding: 96px 28px 40px; background: var(--navy); }
.mobile-menu.open { display: flex; }
.mobile-menu > a { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); font-size: 24px; font-weight: 600; color: #fff; text-decoration: none; }
.mobile-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; display: grid; place-items: center; background: none; border: 0; color: #fff; cursor: pointer; }
.mobile-lang { margin-top: 28px; }
.mobile-lang .lang-switch { margin: 0; padding: 0; border: 0; }
.mobile-lang .lang-switch > summary { display: none; }
.mobile-lang .lang-switch ul {
  position: static; display: flex; flex-wrap: wrap; gap: 8px; min-width: 0; padding: 0;
  background: none; border: 0; box-shadow: none;
}
.mobile-lang .lang-switch ul a { padding: 9px 14px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: var(--radius); color: #fff; }
.mobile-lang .lang-switch ul a b { color: rgba(255, 255, 255, 0.5); }
.mobile-lang .lang-switch ul a:hover { background: rgba(255, 255, 255, 0.08); }
.mobile-lang .lang-switch ul a[aria-current] { border-color: var(--gold); background: none; }
.mobile-lang .lang-switch ul a[aria-current] b { color: var(--gold); }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative; overflow: hidden; min-height: min(100svh, 900px);
  display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start;
  padding-top: calc(var(--nav-h) + 72px); padding-bottom: 128px; background: var(--navy); color: #fff;
}
.hero-bg { position: absolute; inset: 0; background: url('../images/render-rua-acesso.jpg') center 40% / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 3, 46, 0.92) 0%, rgba(0, 3, 46, 0.7) 42%, rgba(0, 3, 46, 0.15) 100%), linear-gradient(0deg, rgba(0, 3, 46, 0.55) 0%, rgba(0, 3, 46, 0) 45%); }
.hero-content { position: relative; z-index: 2; max-width: 660px; }
.hero-tag { display: inline-flex; margin-bottom: 24px; padding: 6px 14px; border: 1px solid rgba(237, 191, 109, 0.45); border-radius: 999px; }
.hero-tag span { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.hero h1 { margin-bottom: 24px; font-size: clamp(38px, 5.4vw, 68px); line-height: 1.05; letter-spacing: -0.025em; color: #fff; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero p { max-width: 540px; margin-bottom: 36px; font-size: 18px; color: rgba(255, 255, 255, 0.82); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stats {
  position: absolute; z-index: 2; right: var(--gutter); bottom: 128px; display: flex;
  background: rgba(0, 3, 46, 0.55); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius-lg);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.hero-stat { padding: 20px 28px; }
.hero-stat + .hero-stat { border-left: 1px solid rgba(255, 255, 255, 0.14); }
.hero-stat .num { font-size: 28px; font-weight: 600; line-height: 1.1; color: #fff; white-space: nowrap; }
.hero-stat .label { margin-top: 4px; font-size: 13px; color: rgba(255, 255, 255, 0.65); }
.scroll-indicator { display: none; }

/* ---------- Page hero ---------- */
.page-hero {
  position: relative; overflow: hidden; min-height: 440px; display: flex; align-items: flex-end;
  padding: calc(var(--nav-h) + 64px) var(--gutter) 64px; background: var(--navy); color: #fff;
}
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 3, 46, 0.94) 0%, rgba(0, 3, 46, 0.6) 55%, rgba(0, 3, 46, 0.45) 100%); }
.page-hero-content { position: relative; z-index: 2; min-width: 0; max-width: 100%; }
.page-hero h1 { font-size: clamp(34px, 4.8vw, 58px); letter-spacing: -0.025em; color: #fff; overflow-wrap: break-word; hyphens: auto; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 13px; }
.breadcrumb a { color: rgba(255, 255, 255, 0.7); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { color: rgba(255, 255, 255, 0.4); }
.breadcrumb [aria-current] { color: var(--gold); }

/* 3D rendering label */
.render-tag {
  position: absolute; z-index: 3; right: 12px; bottom: 12px; padding: 4px 11px; border-radius: 999px;
  background: rgba(0, 3, 46, 0.72); color: #fff; font-size: 11px; font-weight: 500; line-height: 1.6;
  pointer-events: none; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.hero .render-tag { left: var(--gutter); right: auto; bottom: 36px; }
.page-hero .render-tag { right: var(--gutter); bottom: 24px; }

/* ---------- Facts strip ---------- */
.features-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 0; padding-bottom: 0; border-bottom: 1px solid var(--line); }
.feature-item { display: flex; align-items: flex-start; gap: 16px; padding: 36px 24px; }
.feature-item:first-child { padding-left: 0; }
.feature-item + .feature-item { border-left: 1px solid var(--line); }
.feature-icon { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: var(--gold-soft); color: var(--navy); }
.feature-icon .icon { width: 22px; height: 22px; }
.feature-item h4 { margin-bottom: 2px; font-size: 18px; }
.feature-item p { font-size: 14px; line-height: 1.5; color: var(--muted); }

/* ---------- Project overview cards ---------- */
.projects-overview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-overview-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: box-shadow 0.25s; }
.project-overview-card:hover { box-shadow: var(--shadow); }
.card-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.project-overview-card:hover .card-image img { transform: scale(1.03); }
.status-badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 6px 12px; border-radius: 999px; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 600; }
.card-body { flex: 1; display: flex; flex-direction: column; padding: 28px; }
.card-location { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; font-size: 13px; font-weight: 500; color: var(--muted); }
.card-location .icon { width: 16px; height: 16px; color: var(--ink); }
.card-title { margin-bottom: 10px; font-size: 24px; }
.card-desc { margin-bottom: 24px; font-size: 15px; }
.card-meta { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.card-units { font-size: 13px; color: var(--muted); }
.card-link { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--ink); text-decoration: none; }

.future-image-placeholder { position: relative; aspect-ratio: 16 / 10; overflow: hidden; display: grid; place-items: center; background: var(--navy); }
.future-image-placeholder::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%, rgba(237, 191, 109, 0.2), transparent 60%); }
.future-inner { position: relative; text-align: center; color: #fff; }
.future-coming { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.future-year { margin-top: 8px; font-size: clamp(56px, 7vw, 80px); font-weight: 600; line-height: 1; letter-spacing: -0.03em; }
.future-line { width: 32px; height: 2px; margin: 18px auto; background: var(--gold); }
.future-sub { font-size: 14px; line-height: 1.5; color: rgba(255, 255, 255, 0.7); }

/* ---------- Steps ---------- */
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.how-steps.four { grid-template-columns: repeat(4, 1fr); }
.how-steps.five { grid-template-columns: repeat(5, 1fr); }
.how-step { position: relative; padding: 32px 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.how-step-num { position: absolute; top: 30px; right: 28px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; color: var(--muted); }
.how-step-icon { width: 48px; height: 48px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: var(--gold); }
.how-step h3 { margin-bottom: 10px; font-size: 20px; }
.how-step p { font-size: 15px; }
.how-steps.five .how-step { padding: 28px 24px; }
.how-steps.five .how-step-num { position: static; width: 36px; height: 36px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 14px; letter-spacing: 0; }
.how-steps.five .how-step h3 { font-size: 17px; }

/* ---------- About (home) ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-images { position: relative; aspect-ratio: 1 / 1.02; }
.about-img-main { position: absolute; top: 0; right: 0; width: 82%; height: 78%; object-fit: cover; border-radius: var(--radius-lg); }
.about-img-secondary { position: absolute; left: 0; bottom: 0; width: 52%; height: 46%; object-fit: cover; border-radius: var(--radius-lg); border: 6px solid var(--bg-soft); }
.about-images .render-tag { top: calc(78% - 38px); bottom: auto; right: 12px; }
.about-content p { margin-bottom: 16px; font-size: 17px; }
.about-content > br { display: none; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 32px 0; }
.value-item { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.value-item h4 { margin-bottom: 4px; font-size: 15px; }
.value-item p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--muted); }

/* ---------- Partner (home) ---------- */
.partner-strip { display: grid; grid-template-columns: 1.5fr auto auto; gap: 56px; align-items: center; }
.partner-strip-text h3 { margin-bottom: 10px; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.partner-strip-text h2 { margin-bottom: 12px; font-size: 32px; }
.partner-strip-text p { max-width: 520px; font-size: 16px; }
.partner-strip-logo { width: 220px; }
.partner-strip-logo img { width: 100%; border-radius: var(--radius); }
.partner-strip-contacts { display: grid; gap: 12px; }
.psc-item { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; color: var(--ink); text-decoration: none; }
.psc-item .icon { width: 20px; height: 20px; }
.psc-item:hover { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }

/* ---------- CTA band ---------- */
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; background: var(--navy); color: #fff; }
.cta-band h2 { max-width: 680px; font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -0.02em; color: #fff; }
.cta-band h2 em { font-style: normal; color: var(--gold); }

/* ---------- Footer ---------- */
footer { padding: 72px var(--gutter) 32px; background: var(--navy-deep); color: rgba(255, 255, 255, 0.66); }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.footer-brand .nav-logo { margin-bottom: 20px; }
.footer-brand p { margin-bottom: 12px; font-size: 14px; line-height: 1.7; }
.footer-brand .footer-role { font-size: 13px; color: rgba(255, 255, 255, 0.48); }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.social-link { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 50%; color: #fff; transition: border-color 0.2s, color 0.2s; }
.social-link:hover { border-color: var(--gold); color: var(--gold); }
.social-link svg { width: 18px; height: 18px; }
.footer-col h4 { margin-bottom: 16px; font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; }
.footer-col ul { display: grid; gap: 10px; list-style: none; }
.footer-col a { font-size: 14px; color: rgba(255, 255, 255, 0.66); text-decoration: none; overflow-wrap: anywhere; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-size: 13px; color: rgba(255, 255, 255, 0.45); }

/* ---------- About page ---------- */
.team-section > br { display: none; }
.founder-card { display: grid; grid-template-columns: minmax(0, 400px) 1fr; gap: 64px; align-items: center; }
.founder-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: var(--radius-lg); }
.founder-info h3 { margin-bottom: 4px; font-size: 34px; letter-spacing: -0.02em; }
.founder-info .title { margin-bottom: 24px; font-size: 14px; font-weight: 500; color: var(--muted); }
.founder-info p { margin-bottom: 16px; font-size: 17px; }
.role-note { padding: 16px 20px; border-left: 3px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; background: var(--bg-soft); color: var(--ink); font-size: 15px !important; }
.founder-contacts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.founder-contact-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--line-strong); border-radius: var(--radius); font-size: 14px; font-weight: 500; color: var(--ink); text-decoration: none; transition: border-color 0.2s; }
.founder-contact-link:hover { border-color: var(--ink); }
.founder-contact-link .icon { width: 18px; height: 18px; }

.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.vision-image { position: relative; aspect-ratio: 1 / 1; }
.vision-image img:first-of-type { position: absolute; top: 0; left: 0; width: 80%; height: 60%; object-fit: cover; border-radius: var(--radius-lg); }
.vision-image img:last-of-type { position: absolute; right: 0; bottom: 0; width: 56%; height: 56%; object-fit: cover; border-radius: var(--radius-lg); border: 6px solid var(--bg-soft); }
.vision-image .render-tag { top: calc(60% - 38px); left: 12px; right: auto; bottom: auto; }
.vision-text p { margin-bottom: 16px; font-size: 17px; }
.vision-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.vision-pillar { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.vision-pillar h4 { margin-bottom: 4px; font-size: 15px; }
.vision-pillar p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--muted); }

.timeline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.timeline { position: relative; margin-left: 7px; padding-left: 32px; border-left: 2px solid var(--line); }
.timeline-item { position: relative; padding-bottom: 36px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ''; position: absolute; left: -41px; top: 5px; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 3px solid var(--gold); }
.timeline-item .yr { margin-bottom: 4px; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); }
.timeline-item h4 { margin-bottom: 4px; font-size: 19px; }
.timeline-item p { font-size: 15px; }
.values-right { display: grid; gap: 14px; }
.value-row { display: flex; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.value-row-icon { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border-radius: 10px; background: var(--navy); color: var(--gold); }
.value-row-icon .icon { width: 22px; height: 22px; }
.value-row-text h4 { margin-bottom: 4px; font-size: 17px; }
.value-row-text p { font-size: 15px; }

/* ---------- Services page ---------- */
.service-hero-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.shc-image { position: relative; min-height: 540px; }
.shc-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shc-image-overlay { display: none; }
.shc-content { padding: 56px; }
.shc-content h3 { margin-bottom: 12px; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.shc-content h2 { margin-bottom: 16px; font-size: 32px; letter-spacing: -0.02em; }
.shc-content > p { font-size: 16px; }
.shc-steps { display: grid; gap: 10px; margin-top: 28px; }
.shc-step { display: flex; gap: 16px; padding: 18px 20px; background: var(--bg-soft); border-radius: var(--radius); }
.shc-step-num { width: 32px; height: 32px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 13px; font-weight: 600; }
.shc-step-text h4 { margin-bottom: 2px; font-size: 16px; }
.shc-step-text p { font-size: 14px; line-height: 1.55; }

.renovation-detail-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: start; }
.renovation-detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rd-item { display: flex; gap: 14px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.rd-icon { width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; border-radius: 10px; background: var(--gold-soft); color: var(--navy); }
.rd-icon .icon { width: 20px; height: 20px; }
.rd-text h4 { margin-bottom: 2px; font-size: 15px; }
.rd-text p { font-size: 14px; line-height: 1.5; color: var(--muted); }
.renovation-detail-images { position: sticky; top: 110px; display: grid; gap: 12px; }
.renovation-detail-images img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius-lg); }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.why-card-num { position: absolute; top: 34px; right: 32px; font-size: 13px; font-weight: 600; color: var(--muted); }
.why-card-icon { width: 48px; height: 48px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: var(--gold); }
.why-card h3 { margin-bottom: 10px; font-size: 20px; }
.why-card p { font-size: 15px; }

/* ---------- Projects page ---------- */
.table-wrap { overflow-x: auto; margin-bottom: 48px; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.houses-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 15px; }
.houses-table th { padding: 14px 20px; text-align: left; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.houses-table td { padding: 16px 20px; color: var(--ink); border-bottom: 1px solid var(--line); }
.houses-table tr:last-child td { border-bottom: 0; }
.houses-table td:first-child a { font-weight: 600; color: var(--ink); text-decoration: none; }
.houses-table td:first-child a:hover { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.status-available, .status-sold { white-space: nowrap; }
.status-available::before, .status-sold::before { content: ''; display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; vertical-align: 1px; }
.status-available { font-weight: 600; }
.status-available::before { background: var(--gold); }
.status-sold { color: var(--muted) !important; }
.status-sold::before { background: var(--line-strong); }

.project-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-btn { padding: 9px 16px; background: #fff; border: 1px solid var(--line-strong); border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--ink); cursor: pointer; transition: background-color 0.2s, color 0.2s, border-color 0.2s; }
.filter-btn:hover { border-color: var(--ink); }
.filter-btn.active { background: var(--navy); border-color: var(--navy); color: #fff; }

.project-detail-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; margin-bottom: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.project-detail-card.reverse .project-detail-images { order: 2; }
.project-detail-images { position: relative; min-height: 480px; }
.project-detail-images img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.img-overlay { display: none; }
.sold-overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0, 3, 46, 0.55); }
.sold-stamp { padding: 10px 22px; border: 1px solid rgba(255, 255, 255, 0.75); border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; }
.project-detail-content { padding: 48px; }
.project-detail-card.sold .project-detail-content { opacity: 0.8; }
.project-type-label span { display: inline-block; margin-bottom: 14px; padding: 4px 12px; border-radius: 999px; background: var(--gold-soft); color: var(--navy); font-size: 12px; font-weight: 600; }
.project-detail-card.sold .project-type-label span { background: var(--bg-soft); color: var(--muted); }
.project-detail-title { margin-bottom: 10px; font-size: 30px; letter-spacing: -0.02em; }
.sold-label { display: none; }
.project-detail-desc { margin-bottom: 24px; font-size: 16px; }
.specs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin-bottom: 24px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.specs-grid.four { grid-template-columns: repeat(4, 1fr); }
.spec-box { padding: 14px 14px; background: #fff; }
.spec-val { display: block; font-size: 18px; font-weight: 600; line-height: 1.3; color: var(--ink); }
.spec-val.small { font-size: 14px; }
.spec-lbl { display: block; margin-top: 2px; font-size: 12px; line-height: 1.35; color: var(--muted); }
.features-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; margin-bottom: 28px; list-style: none; }
.features-list li { position: relative; padding-left: 24px; font-size: 14px; line-height: 1.5; }
.features-list li::before { content: ''; position: absolute; left: 0; top: 3px; width: 15px; height: 15px; background: var(--ink); -webkit-mask: var(--check) center / contain no-repeat; mask: var(--check) center / contain no-repeat; }
.project-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

.renovation-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.renovation-items.three { grid-template-columns: repeat(3, 1fr); }
.renovation-item { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.renovation-icon { width: 44px; height: 44px; margin-bottom: 16px; display: grid; place-items: center; border-radius: 10px; background: var(--navy); color: var(--gold); }
.renovation-icon .icon { width: 22px; height: 22px; }
.renovation-item h4 { margin-bottom: 4px; font-size: 16px; }
.renovation-item p { font-size: 14px; line-height: 1.5; color: var(--muted); }
.energy-note { margin-top: 24px; padding: 18px 22px; border: 1px dashed var(--line-strong); border-radius: var(--radius); font-size: 15px; }
.energy-note strong { color: var(--ink); font-weight: 600; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 250px; gap: 16px; }
.gallery-grid figure { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.gallery-grid figure:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-grid figure:last-child { grid-column: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gallery-grid figure:hover img { transform: scale(1.03); }
.gallery-grid figcaption { position: absolute; left: 12px; bottom: 12px; padding: 4px 11px; border-radius: 999px; background: rgba(0, 3, 46, 0.72); color: #fff; font-size: 11px; font-weight: 500; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.gallery-note { margin-top: 20px; font-size: 14px; color: var(--muted); }

/* ---------- Contact page ---------- */
.contact-top-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 64px; align-items: start; }
.contact-info-col > p { margin-bottom: 28px; font-size: 17px; }
.contact-cards { display: grid; gap: 10px; }
.contact-card { display: flex; align-items: center; gap: 16px; padding: 14px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); text-decoration: none; transition: border-color 0.2s; }
.contact-card:hover { border-color: var(--ink); }
.contact-card-icon { width: 42px; height: 42px; flex-shrink: 0; display: grid; place-items: center; border-radius: 10px; background: var(--bg-soft); color: var(--navy); }
.contact-card-icon .icon { width: 20px; height: 20px; }
.contact-card-text { display: flex; flex-direction: column; min-width: 0; }
.contact-card-text .label { font-size: 12px; font-weight: 500; color: var(--muted); }
.contact-card-text span:not(.label) { font-size: 15px; font-weight: 600; overflow-wrap: anywhere; }
.partner-box { margin-top: 40px; padding: 28px; background: var(--bg-soft); border-radius: var(--radius-lg); }
.partner-box img { width: 200px; margin: 4px 0 16px; border-radius: var(--radius); }
.partner-box p { margin-bottom: 20px; font-size: 15px; }

.contact-form-wrap { padding: 44px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-form-wrap h3 { margin-bottom: 6px; font-size: 26px; letter-spacing: -0.02em; }
.form-subtitle { margin-bottom: 28px; font-size: 15px; color: var(--muted); }
.full-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.form-group label { font-size: 14px; font-weight: 500; color: var(--ink); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; font: inherit; font-size: 15px; color: var(--ink);
  background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius);
  transition: border-color 0.2s, box-shadow 0.2s; -webkit-appearance: none; appearance: none;
}
.form-group select {
  padding-right: 40px; cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300032e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 14px center / 16px no-repeat;
}
.form-group textarea { min-height: 140px; resize: vertical; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(0, 3, 46, 0.38); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px var(--gold-soft); }
.form-group [aria-invalid="true"] { border-color: var(--ink); border-width: 2px; }
.field-error { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--ink); }
.field-error:empty { display: none; }
.field-error::before { content: '!'; width: 16px; height: 16px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 700; }
.form-note { font-size: 13px; line-height: 1.6; color: var(--muted); }
.form-note a { color: var(--ink); }
.form-submit-row { display: flex; justify-content: flex-end; }
.form-success { padding: 20px 24px; background: var(--gold-soft); border: 1px solid var(--gold); border-radius: var(--radius); }
.form-success p { font-weight: 500; color: var(--ink); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Legal pages ---------- */
.privacy-page { max-width: 820px; margin: 0 auto; padding: 80px 24px 104px; }
.updated-date { margin-bottom: 24px; font-size: 13px; font-weight: 500; color: var(--muted); }
.privacy-page h2 { margin: 44px 0 12px; font-size: 22px; letter-spacing: -0.01em; }
.privacy-page h2:first-child { margin-top: 0; }
.privacy-page p { margin-bottom: 14px; }
.privacy-page ul { margin: 0 0 14px 20px; }
.privacy-page li { margin-bottom: 6px; }
.privacy-page a { color: var(--ink); text-decoration-color: var(--gold); text-underline-offset: 3px; overflow-wrap: anywhere; }
.privacy-page strong { font-weight: 600; color: var(--ink); }
.privacy-divider { height: 1px; margin: 32px 0; background: var(--line); }
.placeholder { padding: 0 4px; border-radius: 3px; background: var(--gold); color: var(--navy); font-weight: 600; }

/* ---------- 404 ---------- */
.notfound-wrap { position: relative; overflow: hidden; min-height: 100svh; display: grid; place-items: center; padding: calc(var(--nav-h) + 48px) 24px 80px; text-align: center; background: var(--navy); color: #fff; }
.notfound-bg { position: absolute; inset: 0; background: radial-gradient(circle at 50% 35%, rgba(237, 191, 109, 0.14), transparent 60%); }
.notfound-num { position: relative; font-size: clamp(110px, 18vw, 180px); font-weight: 600; line-height: 1; letter-spacing: -0.04em; color: rgba(255, 255, 255, 0.07); }
.notfound-content { position: relative; margin-top: -48px; }
.notfound-content h1 { margin-bottom: 12px; font-size: clamp(28px, 4vw, 42px); letter-spacing: -0.02em; color: #fff; }
.notfound-content h1 em { font-style: normal; color: var(--gold); }
.notfound-content p { max-width: 460px; margin: 0 auto 32px; color: rgba(255, 255, 255, 0.72); }
.notfound-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* ---------- Privacy notice ---------- */
.cookie-banner {
  position: fixed; z-index: 1200; left: 20px; bottom: 20px; max-width: 420px; padding: 20px;
  display: none; flex-direction: column; gap: 14px; background: #fff; color: var(--text);
  border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 16px 48px rgba(0, 3, 46, 0.2);
  opacity: 0; transform: translateY(16px); transition: opacity 0.3s, transform 0.3s;
}
.cookie-banner.visible { opacity: 1; transform: none; }
.cookie-banner p { font-size: 14px; line-height: 1.55; }
.cookie-banner a { color: var(--ink); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.cookie-banner-btns { display: flex; justify-content: flex-end; gap: 8px; }
.cookie-accept, .cookie-decline { min-height: 40px; padding: 8px 18px; border-radius: var(--radius); font-size: 14px; font-weight: 600; cursor: pointer; }
.cookie-accept { background: var(--navy); border: 1px solid var(--navy); color: #fff; }
.cookie-decline { background: #fff; border: 1px solid var(--line-strong); color: var(--ink); }

/* ---------- WhatsApp ---------- */
.wa-float { position: fixed; z-index: 1000; right: 20px; bottom: 20px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); border: 1px solid rgba(237, 191, 109, 0.55); box-shadow: 0 8px 24px rgba(0, 3, 46, 0.3); text-decoration: none; transition: transform 0.2s; }
.wa-float:hover { transform: translateY(-2px); }
.wa-float svg { width: 26px; height: 26px; fill: var(--gold); }
.wa-float-tooltip { position: absolute; right: 68px; padding: 6px 12px; border-radius: var(--radius); background: var(--navy); color: #fff; font-size: 13px; font-weight: 500; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s; }
.wa-float:hover .wa-float-tooltip { opacity: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 1160px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-stats { position: relative; right: auto; bottom: auto; margin-top: 48px; }
  .hero { padding-bottom: 96px; }
  .how-steps.four { grid-template-columns: repeat(2, 1fr); }
  .how-steps.five { grid-template-columns: repeat(3, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1024px) {
  :root { --section-y: 80px; }
  .features-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-item { padding: 28px 16px 28px 0; }
  .feature-item + .feature-item { border-left: 0; }
  .feature-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .about-grid, .vision-grid, .timeline-grid, .founder-card, .service-hero-card,
  .renovation-detail-grid, .contact-top-grid, .project-detail-card, .partner-strip { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .service-hero-card, .project-detail-card { gap: 0; }
  .project-detail-card.reverse .project-detail-images { order: 0; }
  .project-detail-images { min-height: 320px; }
  .shc-image { min-height: 340px; }
  .founder-card { gap: 36px; }
  .founder-photo { max-width: 420px; }
  .renovation-detail-images { position: relative; top: 0; grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .renovation-items { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .gallery-grid figure:last-child { grid-column: span 1; }
  .partner-strip { gap: 32px; }
}

@media (max-width: 768px) {
  :root { --section-y: 64px; --gutter: 20px; --nav-h: 68px; }
  .page-hero { min-height: 340px; padding-bottom: 48px; }
  .projects-overview-grid { grid-template-columns: 1fr; }
  .how-steps, .how-steps.four, .how-steps.five { grid-template-columns: 1fr; }
  .renovation-detail-list { grid-template-columns: 1fr; }
  .features-list { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .project-detail-content { padding: 28px 24px; }
  .shc-content { padding: 32px 24px; }
  .contact-form-wrap { padding: 28px 20px; }
  .section-intro { font-size: 16px; margin-bottom: 36px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-grid figure:first-child { grid-column: span 1; grid-row: span 1; }
  .form-submit-row .btn-primary { width: 100%; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .wa-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: clamp(34px, 10vw, 44px); }
  .hero p { font-size: 16px; }
  .hero-stats { width: 100%; }
  .hero-stat { flex: 1; padding: 14px 12px; }
  .hero-stat .num { font-size: 20px; }
  .hero-stat .label { font-size: 11px; }
  .features-strip { grid-template-columns: 1fr; }
  .feature-item { padding: 20px 0; }
  .feature-item:nth-child(n+2) { border-top: 1px solid var(--line); }
  .about-values, .vision-pillars, .renovation-items, .renovation-items.three { grid-template-columns: 1fr; }
  .specs-grid, .specs-grid.four { grid-template-columns: repeat(2, 1fr); }
  .renovation-detail-images { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .nav-right > .lang-switch { display: none; }
  .hero-buttons .btn-primary, .hero-buttons .btn-secondary { flex: 1 1 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

@media print {
  nav, .mobile-menu, .wa-float, .cookie-banner, .cta-band, footer { display: none !important; }
  .hero, .page-hero { min-height: 0; padding: 24px 0; background: #fff; color: #000; }
  .hero-bg, .page-hero-bg, .hero-overlay, .page-hero-overlay, .render-tag { display: none !important; }
  .hero h1, .page-hero h1 { color: #000; }
}

/* ---------- Contact form additions ---------- */
.form-check { display: flex; align-items: flex-start; gap: 10px; }
.form-check input { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; accent-color: var(--navy); cursor: pointer; }
.form-check label { font-size: 14px; color: var(--text); cursor: pointer; }
.form-error { padding: 12px 16px; border: 2px solid var(--ink); border-radius: var(--radius); font-size: 14px; font-weight: 500; color: var(--ink); background: var(--gold-soft); }

/* ---------- Location ---------- */
.section-white { background: var(--bg); }
.location-actions { margin-top: 28px; }
.btn-secondary .icon { width: 18px; height: 18px; }

/* =====================================================================
   Brand headers, home hero with featured project, project overview
   ===================================================================== */
.page-hero.brand { min-height: 360px; background: var(--navy); }
.page-hero.brand::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(237, 191, 109, 0.16), transparent 55%); }
.page-hero.brand::after {
  content: ''; position: absolute; right: var(--gutter); bottom: -30px; width: min(420px, 45vw); aspect-ratio: 250 / 200;
  background: url('../images/logo-mark.png') center / contain no-repeat; opacity: 0.08; pointer-events: none;
}
.page-hero-lead { max-width: 620px; margin-top: 14px; font-size: 18px; color: rgba(255, 255, 255, 0.78); }

.hero.hero-brand {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 64px; align-items: center;
  min-height: min(92svh, 820px); padding-top: calc(var(--nav-h) + 56px); padding-bottom: 88px;
}
.hero.hero-brand::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(237, 191, 109, 0.14), transparent 55%); pointer-events: none; }
.hero.hero-brand::after {
  content: ''; position: absolute; left: -60px; bottom: -60px; width: 520px; aspect-ratio: 250 / 200;
  background: url('../images/logo-mark.png') center / contain no-repeat; opacity: 0.05; pointer-events: none;
}
.hero-feature {
  position: relative; z-index: 2; display: block; overflow: hidden; color: var(--ink); text-decoration: none;
  background: #fff; border-radius: var(--radius-lg); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); transition: transform 0.25s;
}
.hero-feature:hover { transform: translateY(-4px); }
.hero-feature-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.hero-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-feature-body { display: grid; gap: 4px; padding: 22px 24px 24px; }
.hero-feature-label { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.hero-feature-title { font-size: 22px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); }
.hero-feature-meta { font-size: 14px; color: var(--text); margin-bottom: 10px; }

.about-images.single { aspect-ratio: 4 / 5; max-width: 440px; }
.about-images.single .about-img-main { position: static; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.section-more { margin-top: 28px; }

.vision-grid.no-media { grid-template-columns: minmax(0, 1fr); }
.vision-grid.no-media .vision-text { max-width: none; }
.vision-grid.no-media .vision-text > p { max-width: 760px; }
.vision-grid.no-media .vision-pillars { grid-template-columns: repeat(4, 1fr); }

.shc-brand { position: relative; min-height: 420px; display: grid; place-items: center; background: var(--navy); overflow: hidden; }
.shc-brand::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, rgba(237, 191, 109, 0.18), transparent 60%); }
.shc-brand img { position: relative; width: 55%; max-width: 260px; height: auto; }

.renovation-detail-grid.no-media { grid-template-columns: minmax(0, 1fr); }
.renovation-detail-grid.no-media .renovation-detail-list { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1160px) {
  .hero.hero-brand { grid-template-columns: minmax(0, 1fr); gap: 48px; min-height: 0; }
  .hero-feature { max-width: 560px; }
}
@media (max-width: 1024px) {
  .vision-grid.no-media .vision-pillars { grid-template-columns: repeat(2, 1fr); }
  .renovation-detail-grid.no-media .renovation-detail-list { grid-template-columns: repeat(2, 1fr); }
  .about-images.single { max-width: 380px; }
  .shc-brand { min-height: 260px; }
}
@media (max-width: 768px) {
  .renovation-detail-grid.no-media .renovation-detail-list { grid-template-columns: 1fr; }
  .page-hero.brand { min-height: 300px; }
  .page-hero-lead { font-size: 16px; }
}
@media (max-width: 560px) {
  .vision-grid.no-media .vision-pillars { grid-template-columns: 1fr; }
}

/* =====================================================================
   Tighter vertical rhythm (overrides the values above)
   ===================================================================== */
:root { --section-y: 80px; }
.section-label { margin-bottom: 12px; }
h2.section-title { margin-bottom: 16px; }
.section-intro { margin-bottom: 32px; font-size: 17px; }
.cta-band { padding-top: 64px; padding-bottom: 64px; }
.features-strip .feature-item { padding-top: 28px; padding-bottom: 28px; }
.about-grid, .vision-grid, .timeline-grid { gap: 56px; }
.about-values { margin: 24px 0; }
.contact-top-grid { gap: 48px; }
.project-detail-card { margin-bottom: 20px; }
.project-detail-content { padding: 40px; }
.project-detail-desc, .specs-grid, .features-list { margin-bottom: 20px; }
.table-wrap { margin-bottom: 36px; }
.project-filter { margin-bottom: 20px; }
.section-more, .location-actions { margin-top: 24px; }
.page-hero { min-height: 360px; padding-bottom: 52px; }
.page-hero.brand { min-height: 300px; }
.hero.hero-brand { min-height: min(84svh, 740px); padding-bottom: 72px; }
.privacy-page { padding-top: 64px; padding-bottom: 80px; }
.privacy-page h2 { margin-top: 36px; }
footer { padding-top: 56px; }
.footer-main { padding-bottom: 36px; }

@media (max-width: 1024px) {
  :root { --section-y: 64px; }
  .about-grid, .vision-grid, .timeline-grid, .contact-top-grid { gap: 36px; }
  .cta-band { padding-top: 56px; padding-bottom: 56px; }
}
@media (max-width: 768px) {
  :root { --section-y: 52px; }
  .section-intro { margin-bottom: 28px; font-size: 16px; }
  .page-hero { min-height: 280px; padding-bottom: 40px; }
  .page-hero.brand { min-height: 240px; }
  .project-detail-content { padding: 28px 24px; }
  .cta-band { padding-top: 48px; padding-bottom: 48px; }
  .privacy-page { padding-top: 48px; padding-bottom: 64px; }
}

/* ---------- Notice strip and single project card ---------- */
.notice-strip {
  display: flex; align-items: center; justify-content: space-between; gap: 16px 32px; flex-wrap: wrap;
  padding: 22px var(--gutter); background: var(--bg-soft); border-bottom: 1px solid var(--line);
}
.notice-strip p { font-size: 15px; color: var(--text); }
.notice-strip strong { color: var(--ink); font-weight: 600; }
.projects-list .notice-strip { margin-top: 24px; padding: 20px 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.projects-overview-grid.single { grid-template-columns: minmax(0, 1fr); }
.project-overview-card.horizontal { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
.project-overview-card.horizontal .card-image { aspect-ratio: auto; min-height: 360px; }
.project-overview-card.horizontal .card-body { padding: 36px; justify-content: center; }
@media (max-width: 900px) {
  .project-overview-card.horizontal { grid-template-columns: minmax(0, 1fr); }
  .project-overview-card.horizontal .card-image { aspect-ratio: 16 / 10; min-height: 0; }
  .project-overview-card.horizontal .card-body { padding: 24px; }
}

/* ---------- Download strip (project page) ---------- */
.download-strip {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin: 0 0 32px; padding: 22px 24px;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg);
}
.download-strip .dl-icon {
  display: grid; place-items: center; width: 48px; height: 48px; flex-shrink: 0;
  background: var(--navy); color: var(--gold); border-radius: var(--radius);
}
.download-strip .dl-text { flex: 1 1 260px; }
.download-strip h3 { font-size: 18px; margin-bottom: 4px; }
.download-strip p { font-size: 15px; color: var(--muted); }
.download-strip .btn-primary { flex-shrink: 0; }
.section-alt .download-strip, .projects-page .download-strip { background: var(--bg); }
@media (max-width: 640px) {
  .download-strip { padding: 20px; }
  .download-strip .btn-primary { width: 100%; }
}
