/*
Theme Name: Joelynn Koh Branding Villa Natura V35
Theme URI: https://joelynnkoh.sg
Author: Joelynn Koh
Description: A polished personal branding website for Joelynn Koh, focused on property clarity, HDB upgraders, sellers, condos, best entry price insights, and advisory-led real estate decisions.
Version: 3.6.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: joelynnkoh
*/

:root {
  --ink: #17201d;
  --muted: #5c6862;
  --paper: #fbfaf5;
  --soft: #eef2ed;
  --line: #d9ded7;
  --green: #244a3c;
  --green-2: #0f6b57;
  --gold: #c6a15b;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(23, 32, 29, 0.14);
}

/* Premium Best Entry Price Page */
.premium-entry-page {
  background: #f3efe6;
  color: #0d1426;
}

.premium-entry-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(132px, 12vw, 178px) clamp(20px, 5vw, 72px) clamp(70px, 8vw, 112px);
  color: #ffffff;
  background: #0d1426;
}

.premium-entry-hero-bg {
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(90deg, rgba(13, 20, 38, 0.94), rgba(13, 20, 38, 0.78) 52%, rgba(13, 20, 38, 0.32)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  opacity: 0.95;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.16), 0) scale(1.08);
  animation: luxuryHeroDrift 18s ease-in-out infinite alternate;
}

.premium-entry-hero-inner,
.entry-two-col,
.entry-checklist-panel,
.entry-cta-panel {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.premium-entry-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
}

.premium-entry-copy h1 {
  max-width: 920px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.98;
}

.premium-entry-copy p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}

.premium-entry-banner {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(212, 184, 79, 0.34);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * 0.035), 0);
}

.premium-entry-banner span,
.entry-contact-strip span {
  color: #d4b84f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-entry-banner strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
}

.premium-entry-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.entry-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.entry-contact-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(212, 184, 79, 0.34);
  border-radius: 999px;
  color: #f7f2e8;
  background: rgba(255, 255, 255, 0.08);
}

.entry-intro-section,
.entry-comparison-section,
.entry-supply-section,
.entry-help-section,
.entry-faq-section {
  background: rgba(251, 250, 245, 0.94);
}

.entry-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: start;
}

.entry-rich-copy,
.entry-dark-copy {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border-left: 4px solid #d4b84f;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 44px rgba(13, 20, 38, 0.06);
}

.entry-rich-copy p,
.entry-dark-copy p {
  margin: 0;
  color: #3f4642;
  font-size: 18px;
  line-height: 1.75;
}

.entry-comparison-grid,
.entry-help-grid,
.entry-supply-grid {
  display: grid;
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.entry-comparison-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.entry-help-grid,
.entry-supply-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.entry-comparison-grid article,
.entry-help-grid article {
  min-height: 252px;
  padding: 26px;
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(13, 20, 38, 0.06);
}

.entry-comparison-grid svg,
.entry-help-grid svg {
  width: 30px;
  height: 30px;
  margin-bottom: 28px;
  color: #c6a15b;
}

.entry-comparison-grid h3,
.entry-help-grid h3 {
  color: #0d1426;
}

.entry-comparison-grid p,
.entry-help-grid p,
.entry-checklist-panel p {
  color: #4a4a4a;
  line-height: 1.65;
}

.entry-dark-section {
  color: #ffffff;
  background: #101629;
}

.entry-dark-section h2,
.entry-dark-section .eyebrow {
  color: #ffffff;
}

.entry-dark-copy {
  border-color: #d4b84f;
  background: rgba(255, 255, 255, 0.08);
}

.entry-dark-copy p {
  color: #e8e2d8;
}

.entry-supply-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.entry-supply-grid article {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(198, 161, 91, 0.22);
  border-radius: 8px;
  background: #0d1426;
  color: #ffffff;
}

.entry-supply-grid strong {
  display: block;
  color: #d4b84f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1;
}

.entry-supply-grid span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 900;
  line-height: 1.35;
}

.entry-checklist-section {
  background: #d4b84f;
}

.entry-checklist-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
}

.entry-checklist-panel h2 {
  color: #0d1426;
}

.entry-checklist-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-checklist-panel li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(13, 20, 38, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  color: #0d1426;
  font-weight: 800;
  line-height: 1.45;
}

.entry-checklist-panel li svg {
  color: #0f6b55;
}

.premium-sector-grid .entry-sector-card {
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(13, 20, 38, 0.08);
}

.premium-sector-grid .entry-sector-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: #ffffff;
}

.entry-faq-list {
  display: grid;
  gap: 12px;
  width: min(900px, 100%);
  margin: 0 auto;
}

.entry-faq-list details {
  border: 1px solid rgba(13, 20, 38, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(13, 20, 38, 0.05);
}

.entry-faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: #0d1426;
  font-weight: 900;
  line-height: 1.35;
}

.entry-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: #4a4a4a;
  line-height: 1.7;
}

.entry-cta-section {
  color: #ffffff;
  background: #0d1426;
}

.entry-cta-panel {
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(13, 20, 38, 0.96), rgba(13, 20, 38, 0.78)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.entry-cta-panel h2 {
  max-width: 820px;
  color: #ffffff;
}

.entry-cta-panel p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.6;
}

.entry-cta-panel .primary {
  color: #0d1426;
  background: #d4b84f;
}

.entry-cta-panel .secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1120px) {
  .premium-entry-hero-inner,
  .entry-two-col,
  .entry-checklist-panel {
    grid-template-columns: 1fr;
  }

  .entry-comparison-grid,
  .entry-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .premium-entry-page {
    overflow-x: hidden;
  }

  .premium-entry-hero {
    min-height: auto;
    padding: 154px 18px 58px;
  }

  .premium-entry-hero-bg {
    opacity: 0.82;
    background:
      linear-gradient(180deg, rgba(13, 20, 38, 0.96), rgba(13, 20, 38, 0.74)),
      url("assets/home-hero-interior.png") center / cover no-repeat;
  }

  .premium-entry-copy h1 {
    font-size: clamp(38px, 10vw, 56px);
    line-height: 1.04;
  }

  .premium-entry-copy p:not(.eyebrow),
  .entry-rich-copy p,
  .entry-dark-copy p,
  .entry-cta-panel p:not(.eyebrow) {
    font-size: 16px;
  }

  .premium-entry-banner,
  .entry-rich-copy,
  .entry-dark-copy,
  .entry-cta-panel {
    padding: 22px;
  }

  .entry-contact-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .entry-contact-strip span {
    justify-content: center;
    text-align: center;
  }

  .entry-comparison-grid,
  .entry-help-grid,
  .entry-supply-grid {
    grid-template-columns: 1fr;
  }

  .entry-comparison-grid article,
  .entry-help-grid article {
    min-height: 0;
  }

  .premium-sector-grid .entry-sector-card img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .entry-faq-list summary {
    padding: 18px;
  }

  .entry-faq-list p {
    padding: 0 18px 18px;
    font-size: 16px;
  }

  .premium-entry-page .button,
  .premium-entry-page .btn,
  .premium-entry-page a.wp-block-button__link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: -8vh 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(251, 250, 245, 0.92), rgba(251, 250, 245, 0.72) 42%, rgba(13, 20, 38, 0.28)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  opacity: 0.3;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.2), 0) scale(1.08);
  animation: luxuryBackgroundDrift 14s ease-in-out infinite alternate;
  will-change: transform;
  content: "";
}

body::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(198, 161, 91, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(251, 250, 245, 0.9), rgba(251, 250, 245, 0.74));
  content: "";
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.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;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 72px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 250, 245, 0.94);
  box-shadow: 0 10px 28px rgba(23, 32, 29, 0.09);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-logo {
  display: block;
  width: 148px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.18));
}

.brand-logo-light-bg {
  display: none;
}

.site-header.is-scrolled .brand-logo-dark-bg {
  display: none;
}

.site-header.is-scrolled .brand-logo-light-bg {
  display: block;
}

.site-header.is-scrolled .brand-logo {
  filter: none;
}

.floating-whatsapp {
  position: fixed;
  z-index: 50;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.34);
}

.floating-whatsapp svg {
  width: 22px;
  height: 22px;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  max-width: 260px;
  justify-content: center;
  text-align: center;
  line-height: 1.12;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  color: currentColor;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.section-pad,
.page-hero,
.entry-price-hero,
.hudson-hero,
.about-editorial {
  position: relative;
}

.motion-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-hero {
  position: relative;
  min-height: 58vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #111815;
}

.page-hero .hero-content {
  padding-top: 130px;
}

.page-hero h1 {
  max-width: 900px;
}

.page-hero .hero-copy {
  max-width: 760px;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2200&q=82");
  background-position: center;
  background-size: cover;
  opacity: 0.62;
}

.launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.launch-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 32, 29, 0.05);
}

.launch-card + .launch-card {
  margin-top: 16px;
}

.launch-card h2,
.launch-card h3 {
  margin-bottom: 12px;
}

.launch-card p,
.launch-card li {
  color: var(--muted);
  line-height: 1.65;
}

.launch-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.launch-note {
  border-left: 4px solid var(--gold);
  background: #f7f4ec;
}

.launch-page {
  --launch-navy: #101b2f;
  --launch-blue: #18385f;
  --launch-gold: #d4ad63;
  --launch-ice: #f4f7fb;
  background: var(--launch-ice);
}

.new-launch-cinematic-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(136px, 11vw, 178px) clamp(20px, 5vw, 72px) clamp(58px, 7vw, 100px);
  color: #ffffff;
  background: #0d1426;
}

.new-launch-hero-bg,
.new-launch-hero-shade {
  position: absolute;
  inset: 0;
}

.new-launch-hero-bg {
  inset: -8%;
  background:
    url("assets/lentor-gardens/lentor-hero.jpg") center / cover no-repeat;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.16), 0) scale(1.08);
  animation: launchHeroCinematic 22s ease-in-out infinite alternate;
  will-change: transform;
}

.new-launch-hero-shade {
  background:
    radial-gradient(circle at 80% 20%, rgba(212, 173, 99, 0.22), transparent 32%),
    linear-gradient(90deg, rgba(10, 13, 20, 0.96), rgba(18, 18, 18, 0.76) 48%, rgba(54, 39, 24, 0.54)),
    linear-gradient(0deg, rgba(10, 13, 20, 0.82), rgba(10, 13, 20, 0.12) 50%);
}

.new-launch-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  grid-template-areas:
    "copy banner"
    "copy projects";
  gap: clamp(18px, 3vw, 32px);
  align-items: center;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.new-launch-hero-copy {
  grid-area: copy;
  max-width: 760px;
}

.new-launch-hero-copy h1 {
  max-width: 820px;
  margin: 14px 0 22px;
  color: #ffffff;
  font-size: clamp(50px, 7.4vw, 106px);
  line-height: 0.95;
}

.new-launch-hero-copy .hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}

.launch-floating-banner {
  grid-area: banner;
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(212, 173, 99, 0.4);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  animation: launchFloatBanner 5.8s ease-in-out infinite alternate;
}

.launch-floating-banner span {
  color: #d4ad63;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 46px);
  font-style: italic;
  line-height: 1.02;
}

.launch-floating-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.6;
}

.launch-banner-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.launch-banner-details small {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(212, 173, 99, 0.34);
  border-radius: 999px;
  color: #f7f2e8;
  background: rgba(0, 0, 0, 0.2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-hero-projects {
  grid-area: projects;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.launch-hero-projects article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.launch-hero-projects article:hover {
  border-color: rgba(212, 173, 99, 0.56);
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
}

.launch-hero-projects img {
  width: 92px;
  height: 108px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.launch-hero-projects span {
  color: #d4ad63;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-hero-projects h2 {
  margin: 6px 0;
  color: #ffffff;
  font-size: clamp(17px, 1.6vw, 23px);
  line-height: 1.08;
}

.launch-hero-projects p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

@keyframes launchHeroCinematic {
  from {
    transform: translate3d(-1.2%, calc(var(--scroll-parallax, 0px) * -0.16), 0) scale(1.08);
  }
  to {
    transform: translate3d(1.4%, calc(var(--scroll-parallax, 0px) * -0.16 - 12px), 0) scale(1.14);
  }
}

@keyframes launchFloatBanner {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -10px, 0);
  }
}

.launch-page .page-hero {
  min-height: 76vh;
}

.launch-page .hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 18, 35, 0.96), rgba(16, 27, 47, 0.7) 46%, rgba(16, 27, 47, 0.24)),
    linear-gradient(0deg, rgba(7, 18, 35, 0.72), rgba(7, 18, 35, 0.08) 58%);
}

.launch-brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.launch-portrait {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(212, 173, 99, 0.78);
  border-radius: 50%;
  object-fit: cover;
}

.agent-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  width: min(1160px, calc(100% - 40px));
  margin: -54px auto 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(212, 173, 99, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(16, 27, 47, 0.16);
}

.agent-panel img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}

.agent-panel h2 {
  margin-bottom: 8px;
  color: var(--launch-navy);
  font-size: clamp(28px, 4vw, 42px);
}

.agent-panel p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.launch-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.launch-stat {
  padding: 22px;
  border: 1px solid rgba(212, 173, 99, 0.26);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(16, 27, 47, 0.08);
}

.launch-stat svg {
  width: 26px;
  height: 26px;
  color: var(--launch-gold);
}

.project-browser {
  color: var(--white);
  background: var(--launch-navy);
}

.project-browser .section-head h2,
.project-browser .eyebrow {
  color: var(--white);
}

.browser-controls {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(1160px, 100%);
  margin: 0 auto 24px;
}

.browser-controls label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.browser-controls input,
.browser-controls select {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 0 16px;
}

.browser-controls select option {
  color: var(--ink);
}

.region-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.region-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(212, 173, 99, 0.38);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 900;
}

.region-pills a:hover {
  border-color: var(--launch-gold);
  background: rgba(212, 173, 99, 0.12);
}

.dashboard-wrap {
  width: min(1160px, 100%);
  margin: 0 auto;
  overflow-x: auto;
  border: 1px solid rgba(16, 27, 47, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(16, 27, 47, 0.1);
}

.launch-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.launch-table th,
.launch-table td {
  padding: 18px;
  border-bottom: 1px solid #e6ebf1;
  text-align: left;
  vertical-align: top;
}

.launch-table th {
  color: var(--white);
  background: var(--launch-navy);
  font-size: 12px;
  text-transform: uppercase;
}

.launch-table td:first-child {
  color: var(--launch-blue);
  font-weight: 900;
}

.project-feature-grid,
.project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.project-feature,
.project-list-card {
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(16, 27, 47, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(16, 27, 47, 0.08);
}

.project-feature-body,
.project-list-content {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.project-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--launch-navy);
}

.project-kicker {
  color: var(--launch-gold);
  font-weight: 900;
  text-transform: uppercase;
}

.project-feature h3,
.project-list-card h3 {
  margin-bottom: 0;
  color: var(--launch-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-meta span {
  padding: 8px 10px;
  border: 1px solid rgba(16, 27, 47, 0.1);
  border-radius: 999px;
  color: var(--launch-blue);
  background: #f5f7fb;
  font-size: 12px;
  font-weight: 900;
}

.project-feature ul,
.project-list-card ul {
  margin: 0;
  padding-left: 20px;
}

.project-feature li,
.project-list-card li {
  color: var(--muted);
  line-height: 1.55;
}

.secure-spot {
  color: var(--white);
  background: linear-gradient(135deg, var(--launch-navy), var(--launch-blue));
}

.secure-spot-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid rgba(212, 173, 99, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.secure-spot-panel p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.launch-pipeline {
  background: #f7f9ff;
}

.pipeline-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto 28px;
}

.pipeline-visual {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(24, 56, 95, 0.14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(24, 56, 95, 0.12);
}

.pipeline-visual img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  object-position: top center;
}

.pipeline-copy {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(24, 56, 95, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(24, 56, 95, 0.09);
}

.pipeline-copy h3 {
  max-width: 820px;
  margin-bottom: 14px;
  color: var(--launch-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.04;
}

.pipeline-copy p {
  max-width: 860px;
  color: var(--muted);
  line-height: 1.7;
}

.pipeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.pipeline-card {
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(24, 56, 95, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(24, 56, 95, 0.07);
}

.pipeline-card-head,
.pipeline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pipeline-card-head {
  justify-content: space-between;
  margin-bottom: 24px;
}

.pipeline-card-head span {
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--white);
  background: #315df4;
  font-weight: 900;
}

.pipeline-card-head small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pipeline-card h3 {
  min-height: 58px;
  margin-bottom: 20px;
  color: var(--launch-navy);
  font-size: 24px;
  line-height: 1.12;
}

.pipeline-meta span {
  padding: 8px 10px;
  border: 1px solid rgba(49, 93, 244, 0.18);
  border-radius: 999px;
  color: #315df4;
  background: #eef3ff;
  font-size: 12px;
  font-weight: 900;
}

.pipeline-note {
  width: min(1160px, 100%);
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.entry-price-page {
  background: #f6f0e5;
}

.entry-price-hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(12, 17, 15, 0.94), rgba(36, 74, 60, 0.82)),
    url("assets/best-entry-price/best-entry-price-page-1-2.jpg") center / cover;
}

.entry-price-hero .hero-overlay {
  background: linear-gradient(90deg, rgba(12, 17, 15, 0.92), rgba(12, 17, 15, 0.54) 48%, rgba(12, 17, 15, 0.24));
}

.entry-price-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: end;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 140px 0 clamp(42px, 7vw, 84px);
}

.entry-price-hero-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.entry-price-hero h1 {
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 98px);
  line-height: 0.94;
}

.entry-price-date {
  margin-top: 20px;
  color: var(--gold);
  font-weight: 900;
}

.entry-price-cover {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(198, 161, 91, 0.38);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.entry-price-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.entry-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.entry-principles article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(198, 161, 91, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(23, 32, 29, 0.07);
}

.entry-principles svg {
  width: 28px;
  height: 28px;
  margin-bottom: 24px;
  color: var(--gold);
}

.entry-principles p {
  color: var(--muted);
  line-height: 1.65;
}

.entry-price-gallery {
  background: #fffaf0;
}

.entry-sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.entry-sector-card {
  overflow: hidden;
  border: 1px solid rgba(23, 32, 29, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(23, 32, 29, 0.08);
}

.entry-sector-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 66px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.entry-sector-card-head span {
  color: var(--green);
  font-weight: 900;
}

.entry-sector-card-head a {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.entry-sector-card img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  object-position: top center;
  background: #edf2f1;
}

.entry-disclaimer {
  padding: 24px clamp(20px, 5vw, 72px) 42px;
  background: #111815;
}

.entry-disclaimer p {
  width: min(1160px, 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.65;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.fit-card {
  padding: 22px;
  border-radius: 8px;
  background: var(--launch-navy);
  color: var(--white);
}

.fit-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--launch-gold);
}

.launch-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.launch-lead-form .full {
  grid-column: 1 / -1;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.final-launch-cta {
  color: var(--white);
  background: var(--launch-navy);
}

.final-launch-cta .question-panel {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.final-launch-cta p,
.final-launch-cta li {
  color: rgba(255, 255, 255, 0.78);
}

.hudson-page {
  --hudson-navy: #101b2f;
  --hudson-gold: #d4ad63;
  --hudson-soft: #f4f1e8;
  background: #fbfaf5;
}

.hudson-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  min-height: 92vh;
  padding: clamp(132px, 12vw, 170px) clamp(20px, 6vw, 96px) clamp(62px, 8vw, 96px);
  color: #ffffff;
  background: linear-gradient(135deg, #0c1425, #172b47);
}

.hudson-hero-copy {
  display: grid;
  gap: 22px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.back-link svg {
  width: 16px;
  height: 16px;
}

.hudson-hero h1 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.96;
}

.hudson-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.hudson-hero-media {
  overflow: hidden;
  border: 1px solid rgba(212, 173, 99, 0.25);
  border-radius: 8px;
  background: #050505;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.hudson-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.hudson-hero-media figcaption {
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.hudson-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hudson-facts article,
.hudson-price-grid article,
.hudson-best-grid article {
  padding: 24px;
  border: 1px solid rgba(16, 27, 47, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(16, 27, 47, 0.06);
}

.hudson-facts span,
.hudson-price-grid span,
.hudson-best-grid span {
  color: var(--hudson-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hudson-facts strong {
  display: block;
  margin: 10px 0;
  color: var(--hudson-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.hudson-facts p,
.hudson-price-grid p,
.hudson-best-grid p,
.hudson-disclaimer p {
  color: var(--muted);
  line-height: 1.65;
}

.hudson-story {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  background: var(--hudson-soft);
}

.hudson-story h2 {
  color: var(--hudson-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
}

.hudson-story-copy {
  display: grid;
  gap: 20px;
  font-size: 18px;
}

.hudson-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 14px;
}

.hudson-gallery img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

.hudson-table-wrap {
  box-shadow: 0 24px 60px rgba(16, 27, 47, 0.08);
}

.hudson-price-grid,
.hudson-best-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.hudson-price-grid article {
  min-height: 220px;
}

.hudson-price-grid h3,
.hudson-best-grid strong {
  display: block;
  margin: 12px 0;
  color: var(--hudson-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.hudson-price-grid strong {
  color: var(--hudson-navy);
}

.hudson-best {
  color: #ffffff;
  background: var(--hudson-navy);
}

.hudson-best .section-head h2 {
  color: #ffffff;
}

.hudson-best-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(212, 173, 99, 0.24);
  box-shadow: none;
}

.hudson-best-grid strong {
  color: #ffffff;
}

.hudson-best-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.hudson-disclaimer {
  padding-top: 34px;
  padding-bottom: 34px;
}

.hudson-disclaimer p {
  width: min(960px, 100%);
  margin: 0 auto;
  font-size: 13px;
}

.pipeline-inline-link {
  display: inline-flex;
  margin-left: 8px;
  color: var(--launch-gold);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-page {
  --about-paper: #f7f2e8;
  --about-ink: #111111;
  --about-gold: #c6a15b;
  --about-soft: #fffaf0;
  background: var(--about-paper);
  color: var(--about-ink);
}

.about-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #111111;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.86;
}

.about-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.96), rgba(8, 8, 8, 0.68) 44%, rgba(8, 8, 8, 0.16)),
    linear-gradient(0deg, rgba(8, 8, 8, 0.6), rgba(8, 8, 8, 0.08) 56%);
}

.about-hero .hero-content {
  padding-top: 140px;
}

.about-section {
  width: min(1060px, 100%);
  margin: 0 auto;
}

.story-block {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.story-copy {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 1.8;
}

.quote-panel {
  padding: clamp(28px, 5vw, 48px);
  border-left: 4px solid var(--about-gold);
  border-radius: 8px;
  background: var(--about-soft);
  box-shadow: 0 22px 58px rgba(17, 17, 17, 0.08);
}

.quote-panel p:last-child,
.story-copy p:last-child {
  margin-bottom: 0;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 38px rgba(17, 17, 17, 0.06);
}

.about-card svg {
  width: 28px;
  height: 28px;
  margin-bottom: 24px;
  color: var(--about-gold);
}

.about-card p,
.expect-list li {
  color: #4d4d4d;
  line-height: 1.65;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.highlight-card {
  min-height: 150px;
  padding: 20px;
  border-radius: 8px;
  background: #111111;
  color: var(--white);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.13);
}

.highlight-card strong {
  display: block;
  color: var(--about-gold);
  line-height: 1.25;
}

.expect-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.expect-list li {
  padding: 18px;
  border-left: 4px solid var(--about-gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.about-closing {
  background: #111111;
  color: var(--white);
}

.about-closing .section-grid {
  align-items: start;
}

.about-closing p {
  color: rgba(255, 255, 255, 0.78);
}

.signature-block {
  padding: 28px;
  border: 1px solid rgba(198, 161, 91, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.signature-block strong {
  display: block;
  margin-bottom: 8px;
  color: var(--about-gold);
}

.about-editorial-page {
  background: #f1eee6;
}

.about-editorial-page .site-header {
  color: rgba(255, 255, 255, 0.82);
  background: #0d1426;
}

.about-editorial-page .site-header.is-scrolled {
  color: rgba(255, 255, 255, 0.82);
  background: #0d1426;
  box-shadow: 0 10px 30px rgba(13, 20, 38, 0.16);
}

.about-editorial-page .brand-logo-dark-bg,
.about-editorial-page .site-header.is-scrolled .brand-logo-dark-bg {
  display: block;
}

.about-editorial-page .brand-logo-light-bg,
.about-editorial-page .site-header.is-scrolled .brand-logo-light-bg {
  display: none;
}

.about-editorial {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: start;
  width: min(1840px, calc(100% - 96px));
  min-height: calc(100vh - 120px);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 92px) 0 clamp(54px, 7vw, 92px);
}

.admin-bar .about-editorial {
  min-height: calc(100vh - 152px);
}

.about-editorial-media {
  overflow: hidden;
  border-radius: 0 34px 34px 0;
  background: #0d1426;
}

.about-editorial-media img {
  display: block;
  width: 100%;
  min-height: 78vh;
  object-fit: cover;
  object-position: center top;
}

.about-editorial-copy {
  padding-top: clamp(4px, 2vw, 20px);
}

.about-editorial h1 {
  max-width: 780px;
  margin-bottom: clamp(34px, 5vw, 58px);
  color: #0d1426;
  font-size: clamp(58px, 6.2vw, 96px);
  line-height: 0.88;
}

.about-editorial h1 em,
.about-editorial h1 span {
  display: block;
}

.about-editorial h1 em {
  font-style: italic;
  font-weight: 500;
}

.about-editorial h1 span {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
}

.about-editorial-story {
  max-width: 860px;
  color: #4e5361;
  font-size: clamp(18px, 1.38vw, 25px);
  font-weight: 700;
  line-height: 1.62;
}

.about-editorial-story p {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.about-editorial-note {
  padding-top: 28px;
  border-top: 1px solid rgba(13, 20, 38, 0.12);
  color: #6d7488;
  font-style: italic;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.01);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 17, 15, 0.92), rgba(12, 17, 15, 0.64) 42%, rgba(12, 17, 15, 0.12)),
    linear-gradient(0deg, rgba(15, 32, 27, 0.52), rgba(15, 32, 27, 0.06) 42%);
}

.hero-content {
  position: relative;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 160px 0 42px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--green-2);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 810px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  line-height: 1.18;
}

.hero-copy {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.contact-detail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.contact-detail svg {
  width: 20px;
  height: 20px;
  color: var(--green-2);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.social-links svg {
  width: 17px;
  height: 17px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button svg,
.service-card svg,
.check-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.primary {
  color: var(--ink);
  background: var(--white);
}

.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.1);
}

.dark-button,
.submit-button {
  color: var(--white);
  background: var(--green);
}

.outline,
.text-button {
  color: var(--green);
  border-color: var(--green);
  background: transparent;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 70px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

.trust-strip div {
  padding: 18px;
  background: rgba(16, 33, 28, 0.28);
}

.trust-strip dt {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-strip dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
}

.home {
  background: #f1eee6;
}

.home .site-header {
  min-height: 120px;
  color: rgba(255, 255, 255, 0.82);
  background: #0d1426;
  box-shadow: none;
}

.home.admin-bar .site-header {
  top: 32px;
}

.home .site-header.is-scrolled {
  color: rgba(255, 255, 255, 0.82);
  background: #0d1426;
  box-shadow: 0 10px 30px rgba(13, 20, 38, 0.16);
}

.home .brand {
  min-width: 180px;
}

.home .brand-logo {
  width: 94px;
  max-height: 62px;
  filter: none;
}

.home .brand-logo-dark-bg,
.home .site-header.is-scrolled .brand-logo-dark-bg {
  display: block;
}

.home .brand-logo-light-bg,
.home .site-header.is-scrolled .brand-logo-light-bg {
  display: none;
}

.home .site-nav {
  gap: clamp(16px, 2vw, 30px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.home .site-nav a {
  position: relative;
}

.home .site-nav a:first-child {
  color: #d4b84f;
}

.home .site-nav a:first-child::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px;
  background: #d4b84f;
  content: "";
}

.home .site-nav .nav-cta {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  color: #0d1426;
  background: #d4b84f;
  line-height: 1.12;
  text-align: center;
}

.home .hero {
  min-height: calc(100vh - 120px);
  align-items: center;
  color: #101629;
  background:
    linear-gradient(90deg, rgba(241, 238, 230, 0.95), rgba(241, 238, 230, 0.82) 48%, rgba(241, 238, 230, 0.58)),
    #f1eee6;
  padding: clamp(54px, 7vw, 84px) clamp(22px, 6vw, 138px);
}

.home .hero::before {
  position: absolute;
  inset: -10%;
  background:
    linear-gradient(90deg, rgba(241, 238, 230, 0.96), rgba(241, 238, 230, 0.83) 52%, rgba(13, 20, 38, 0.28)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  opacity: 0.68;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.34), 0) scale(1.1);
  animation: luxuryHeroDrift 12s ease-in-out infinite alternate;
  will-change: transform;
  content: "";
}

.home .hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(13, 20, 38, 0.04), rgba(241, 238, 230, 0.88) 86%),
    radial-gradient(circle at 72% 18%, rgba(198, 161, 91, 0.18), transparent 34%);
  content: "";
}

.home.admin-bar .hero {
  min-height: calc(100vh - 152px);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
  width: min(1560px, 100%);
  margin: 0 auto;
}

.home-hero-media {
  overflow: hidden;
  width: 50%;
  min-width: 320px;
  justify-self: end;
  background: #050505;
  box-shadow: 0 26px 70px rgba(13, 20, 38, 0.18);
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * 0.035), 0);
  transition: transform 120ms linear;
}

.home-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.025);
  animation: portraitPanelDrift 16s ease-in-out infinite alternate;
  transition: transform 900ms ease;
}

.home-hero-copy {
  display: grid;
  justify-items: start;
  padding-top: 36px;
  animation: premiumHeroRise 760ms ease both;
}

.home-hero-eyebrow {
  margin: 0 0 18px;
  color: #0d1426;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.home-hero-mark {
  width: 92px;
  height: auto;
  margin: 0 0 58px;
}

.home .hero h1 {
  max-width: 780px;
  margin-bottom: 28px;
  color: #101629;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(39px, 4.2vw, 64px);
  line-height: 0.96;
  text-transform: uppercase;
}

.home .hero h1 span,
.home .hero h1 em {
  display: block;
}

.home .hero h1 em {
  color: #d4b84f;
  font-style: italic;
  font-weight: 500;
}

.home .hero-copy {
  max-width: 880px;
  color: #6d7488;
  font-size: clamp(22px, 2.3vw, 31px);
  line-height: 1.45;
}

.home .hero-actions {
  gap: 30px;
  margin-top: 54px;
}

.home .button {
  min-width: 300px;
  min-height: 82px;
  border-radius: 0;
  padding: 0 34px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  box-shadow: 0 18px 38px rgba(13, 20, 38, 0.08);
}

.home .primary {
  color: #0d1426;
  background: #d4b84f;
}

.home .secondary {
  color: #0d1426;
  border: 2px solid rgba(16, 22, 41, 0.72);
  background: rgba(251, 250, 245, 0.72);
  backdrop-filter: blur(10px);
}

@keyframes premiumHeroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes luxuryBackgroundDrift {
  from {
    background-position: 43% 50%;
    transform: translate3d(-34px, calc((var(--scroll-parallax, 0px) * -0.2) - 14px), 0) scale(1.08);
  }
  to {
    background-position: 58% 52%;
    transform: translate3d(38px, calc((var(--scroll-parallax, 0px) * -0.2) + 20px), 0) scale(1.14);
  }
}

@keyframes luxuryHeroDrift {
  from {
    background-position: 41% 50%;
    transform: translate3d(-46px, calc((var(--scroll-parallax, 0px) * -0.34) - 18px), 0) scale(1.1);
  }
  to {
    background-position: 61% 54%;
    transform: translate3d(50px, calc((var(--scroll-parallax, 0px) * -0.34) + 24px), 0) scale(1.18);
  }
}

@keyframes portraitPanelDrift {
  from {
    transform: scale(1.02) translate3d(-1.5%, -1%, 0);
  }
  to {
    transform: scale(1.07) translate3d(1.5%, 1%, 0);
  }
}

.page-hero-bg,
.hero-bg {
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.08), 0) scale(1.04);
  will-change: transform;
}

.page-hero::after,
.entry-price-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 20, 38, 0.1), rgba(13, 20, 38, 0.36));
  content: "";
}

.page-hero .hero-content,
.entry-price-hero-inner {
  z-index: 1;
}

.services,
.authority,
.journey-section,
.seo-band,
.questions,
.approach,
.consultation,
#faq {
  background-color: rgba(251, 250, 245, 0.94);
  backdrop-filter: blur(2px);
}

.services {
  background-color: rgba(238, 242, 237, 0.94);
}

.success-stories,
.resources,
.site-footer {
  position: relative;
  overflow: hidden;
}

.success-stories::before,
.resources::before {
  position: absolute;
  inset: -18%;
  background:
    linear-gradient(90deg, rgba(17, 24, 21, 0.94), rgba(17, 24, 21, 0.82)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  opacity: 0.34;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.05), 0) scale(1.05);
  content: "";
}

.success-stories > *,
.resources > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  body::before,
  .home .hero::before,
  .page-hero-bg,
  .hero-bg,
  .new-launch-hero-bg,
  .launch-floating-banner,
  .success-stories::before,
  .resources::before,
  .home-hero-media {
    transform: none !important;
  }

  .motion-reveal {
    opacity: 1;
    transform: none;
  }
}

.home .floating-whatsapp {
  width: 82px;
  min-height: 82px;
  padding: 0;
  border-radius: 50%;
  background: #5dd46d;
}

.home .floating-whatsapp span {
  display: none;
}

.home .floating-whatsapp svg {
  width: 34px;
  height: 34px;
}

.section-pad {
  padding: clamp(70px, 9vw, 120px) clamp(20px, 5vw, 72px);
}

.section-grid,
.feature,
.consultation {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.intro-copy {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.inline-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(15, 107, 87, 0.18);
  border-radius: 999px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.section-head {
  width: min(1160px, 100%);
  margin: 0 auto 34px;
}

.section-head h2 {
  max-width: 780px;
}

.services {
  background: var(--soft);
}

.authority {
  background: var(--paper);
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: min(1160px, 100%);
  margin: 30px auto 0;
}

.success-stories {
  background: #111815;
  color: var(--white);
}

.success-stories .section-head h2 {
  color: var(--white);
}

.success-stories .resource-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.success-stories .resource-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.success-stories .resource-grid h3 {
  color: var(--white);
}

.journey-section {
  background: #f7f4ec;
}

.service-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.service-card,
.resource-grid article,
.steps article,
.lead-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 32, 29, 0.05);
}

.service-card {
  min-height: 260px;
  padding: 26px;
}

.service-card svg {
  width: 30px;
  height: 30px;
  margin-bottom: 28px;
  color: var(--green-2);
}

.service-card p,
.resource-grid p,
.steps p,
.feature-copy p,
.consultation-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.question-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.question-list {
  display: grid;
  gap: 12px;
}

.question-list p {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: #f7f4ec;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.steps article {
  padding: 24px;
}

.steps span {
  display: block;
  margin-bottom: 34px;
  color: var(--green-2);
  font-weight: 900;
}

.feature {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.feature-media {
  min-height: 560px;
  border-radius: 8px;
  background-image: url("assets/joelynn-koh-profile.png");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.feature-copy {
  padding: clamp(10px, 3vw, 34px);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
}

.check-list svg {
  color: var(--green-2);
}

.resources {
  background: var(--green);
  color: var(--white);
}

.seo-band {
  background: var(--paper);
}

.seo-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  width: min(1160px, 100%);
  margin: 0 auto;
  align-items: start;
}

.seo-copy-grid p,
.faq-item p {
  color: var(--muted);
  line-height: 1.7;
}

.keyword-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.keyword-list li,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 32, 29, 0.05);
}

.keyword-list li {
  padding: 16px 18px;
  color: var(--green);
  font-weight: 900;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.faq-item {
  padding: 24px;
}

.faq-item h3 {
  margin-bottom: 10px;
}

.resources .eyebrow {
  color: var(--gold);
}

.resources .resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-grid article {
  min-height: 210px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.resource-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.consultation {
  align-items: start;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefa;
  padding: 13px 14px;
  color: var(--ink);
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--green-2);
  box-shadow: 0 0 0 3px rgba(15, 107, 87, 0.12);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.82);
  background: #111815;
}

.site-footer strong {
  color: var(--white);
}

.footer-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  margin-bottom: 14px;
  border-radius: 4px;
}

.site-footer p {
  margin: 6px 0 0;
}

.footer-tagline {
  color: var(--gold);
  font-weight: 900;
}

.footer-contact {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
  color: var(--white);
  font-weight: 800;
}

.site-footer nav {
  display: flex;
  gap: 18px;
  color: var(--white);
  font-weight: 700;
}

.fine-print {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

@media (max-width: 1120px) {
  .nav-toggle {
    display: grid;
  }

  .home .site-header {
    min-height: 92px;
  }

  .home .site-nav {
    color: var(--ink);
    letter-spacing: 0.8px;
  }

  .home .site-nav a:first-child::after {
    display: none;
  }

  .home .site-nav .nav-cta {
    min-height: 48px;
    padding: 14px;
    color: var(--green);
    background: transparent;
    border: 1px solid var(--green);
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
    border-radius: 6px;
  }

  .nav-cta {
    border-color: var(--green);
  }

  .trust-strip,
  .section-grid,
  .question-panel,
  .home-hero-inner,
  .about-editorial,
  .agent-panel,
  .browser-controls,
  .pipeline-showcase,
  .entry-price-hero-inner,
  .secure-spot-panel,
  .hudson-hero,
  .hudson-story,
  .feature,
  .consultation,
  .launch-grid,
  .seo-copy-grid {
    grid-template-columns: 1fr;
  }

  .new-launch-cinematic-hero {
    min-height: auto;
    padding-top: 132px;
  }

  .new-launch-hero-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "banner"
      "projects";
  }

  .launch-floating-banner {
    max-width: 720px;
  }

  .launch-hero-projects {
    grid-template-columns: repeat(4, minmax(260px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .launch-hero-projects::-webkit-scrollbar {
    display: none;
  }

  .launch-hero-projects article {
    scroll-snap-align: start;
  }

  .agent-panel {
    margin-top: 18px;
  }

  .agent-panel .button {
    justify-self: start;
  }

  .service-grid,
  .success-stories .resource-grid,
  .steps,
  .launch-stat-grid,
  .project-feature-grid,
  .project-list,
  .pipeline-grid,
  .fit-grid,
  .entry-principles,
  .entry-sector-grid,
  .hudson-facts,
  .hudson-price-grid,
  .hudson-best-grid,
  .about-card-grid,
  .highlight-grid,
  .expect-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-block {
    grid-template-columns: 1fr;
  }

  .feature-media {
    min-height: 420px;
  }

  .home .hero {
    min-height: auto;
    padding-top: 130px;
  }

  .home-hero-media {
    width: min(420px, 100%);
    min-width: 0;
    justify-self: center;
  }

  .home-hero-copy {
    padding-top: 0;
  }

  .home-hero-mark {
    margin-bottom: 34px;
  }

  .about-editorial {
    width: min(100% - 40px, 980px);
    min-height: auto;
    padding-top: 132px;
  }

  .about-editorial-media {
    border-radius: 28px;
  }

  .about-editorial-media img {
    min-height: 0;
    aspect-ratio: 4 / 5;
    object-position: center top;
  }

  .hudson-gallery {
    grid-template-columns: 1fr;
  }

  .hudson-hero {
    min-height: auto;
    padding-top: 132px;
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .home .brand {
    min-width: 132px;
  }

  .home .brand-logo {
    width: 78px;
  }

  .home .nav-toggle {
    display: none;
  }

  .home .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: rgba(255, 255, 255, 0.78);
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 9.5px;
    letter-spacing: 1.1px;
  }

  .home .site-nav a {
    padding: 0;
  }

  .home .site-nav a:first-child::after {
    display: block;
    bottom: -13px;
  }

  .home .site-nav .nav-cta {
    min-height: 50px;
    width: 148px;
    padding: 0 10px;
    color: #0d1426;
    background: #d4b84f;
    border: 0;
    font-size: 9px;
    line-height: 1.12;
  }

  .home .hero {
    min-height: calc(100vh - 120px);
    padding: 76px 30px 52px;
  }

  .home-hero-inner {
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
    gap: 36px;
  }

  .home-hero-media img {
    aspect-ratio: 0.78;
  }

  .home-hero-mark {
    margin-bottom: 26px;
  }

  .home .hero h1 {
    font-size: clamp(35px, 4.4vw, 48px);
  }

  .home .hero-copy {
    font-size: 19px;
  }

  .home .hero-actions {
    gap: 16px;
    margin-top: 32px;
  }

  .home .button {
    min-width: 220px;
    min-height: 60px;
    padding: 0 18px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .new-launch-cinematic-hero {
    min-height: auto;
    padding: 154px 18px 38px;
  }

  .new-launch-hero-bg {
    inset: -3%;
    background-position: center top;
    transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.08), 0) scale(1.04);
  }

  .new-launch-hero-shade {
    background:
      linear-gradient(180deg, rgba(10, 13, 20, 0.98), rgba(18, 18, 18, 0.82) 56%, rgba(54, 39, 24, 0.72));
  }

  .new-launch-hero-copy h1 {
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.02;
  }

  .new-launch-hero-copy .hero-copy,
  .launch-floating-banner p {
    font-size: 16px;
  }

  .new-launch-cinematic-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .new-launch-cinematic-hero .hero-actions .button {
    min-height: 52px;
    width: 100%;
  }

  .launch-floating-banner {
    gap: 12px;
    padding: 18px;
    border-radius: 12px;
    animation: none;
  }

  .launch-floating-banner span {
    font-size: clamp(26px, 9vw, 34px);
  }

  .launch-floating-banner .button {
    min-height: 52px;
  }

  .launch-banner-details {
    display: grid;
    grid-template-columns: 1fr;
  }

  .launch-banner-details small {
    justify-content: center;
    text-align: center;
  }

  .launch-hero-projects {
    display: flex;
    gap: 12px;
    margin-right: -18px;
    padding-right: 18px;
  }

  .launch-hero-projects article {
    flex: 0 0 min(318px, 86vw);
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 116px;
  }

  .launch-hero-projects img {
    width: 86px;
    height: 92px;
  }

  .launch-hero-projects h2 {
    font-size: 18px;
  }

  .launch-hero-projects p {
    font-size: 12.5px;
  }

  .site-header {
    min-height: 148px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px 12px;
    color: rgba(255, 255, 255, 0.88);
    background: #0d1426;
    box-shadow: 0 10px 28px rgba(23, 32, 29, 0.09);
  }

  .site-header.is-scrolled {
    color: rgba(255, 255, 255, 0.88);
    background: #0d1426;
    box-shadow: 0 10px 28px rgba(13, 20, 38, 0.22);
  }

  .site-header.is-scrolled .brand-logo-dark-bg {
    display: block;
  }

  .site-header.is-scrolled .brand-logo-light-bg {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 118px;
    max-height: 44px;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .home .site-nav {
    position: static;
    order: 2;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 9px 14px;
    width: 100%;
    overflow: visible;
    padding: 2px 0 0;
    color: rgba(255, 255, 255, 0.82);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    scrollbar-width: none;
  }

  .site-header.is-scrolled .site-nav {
    color: rgba(255, 255, 255, 0.86);
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a,
  .home .site-nav a {
    flex: 0 1 auto;
    padding: 0 0 4px;
    border-radius: 0;
    white-space: normal;
  }

  .home .site-nav a:first-child::after {
    display: none;
  }

  .site-nav .nav-cta,
  .home .site-nav .nav-cta {
    flex: 1 0 100%;
    width: 100%;
    max-width: 320px;
    min-height: 44px;
    margin-top: 2px;
    padding: 9px 12px;
    text-align: center;
    color: #d4b84f;
    background: transparent;
    border: 1px solid rgba(212, 184, 79, 0.6);
  }

  .floating-whatsapp {
    min-height: 52px;
    padding: 13px 15px;
  }

  .floating-whatsapp span {
    display: none;
  }

  .hero {
    min-height: 100vh;
  }

  .home .hero {
    padding: 150px 18px 44px;
  }

  .home-hero-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .home-hero-media {
    width: min(320px, 88vw);
    min-width: 0;
    justify-self: center;
  }

  .home-hero-copy {
    width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .home-hero-media img {
    aspect-ratio: 4 / 5;
    object-position: center top;
  }

  .home .hero h1 {
    max-width: 100%;
    font-size: clamp(29px, 10vw, 41px);
  }

  .home .hero-copy {
    font-size: 18px;
  }

  .home .hero-actions {
    gap: 14px;
    margin-top: 34px;
  }

  .home .button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }

  .home .floating-whatsapp {
    width: 58px;
    min-height: 58px;
  }

  .about-editorial {
    width: min(100% - 32px, 640px);
    padding-top: 118px;
  }

  .about-editorial-media {
    border-radius: 22px;
  }

  .about-editorial-media img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
  }

  .about-editorial h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .about-editorial-story {
    font-size: 17px;
  }

  .hero-bg {
    object-position: 61% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(12, 17, 15, 0.86), rgba(12, 17, 15, 0.58)),
      linear-gradient(0deg, rgba(15, 32, 27, 0.72), rgba(15, 32, 27, 0.12) 58%);
  }

  .hero-content {
    width: min(100% - 32px, 1160px);
    padding-bottom: 24px;
  }

  .hero-copy,
  .intro-copy {
    font-size: 16px;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-strip,
  .service-grid,
  .success-stories .resource-grid,
  .steps,
  .resources .resource-grid,
  .launch-stat-grid,
  .project-feature-grid,
  .project-list,
  .pipeline-grid,
  .fit-grid,
  .entry-principles,
  .entry-sector-grid,
  .hudson-facts,
  .hudson-story,
  .hudson-gallery,
  .hudson-price-grid,
  .hudson-best-grid,
  .launch-lead-form,
  .checkbox-grid,
  .about-card-grid,
  .highlight-grid,
  .expect-list,
  .keyword-list,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .launch-lead-form .full {
    grid-column: auto;
  }

  .hudson-hero {
    grid-template-columns: 1fr;
    padding: 148px 18px 48px;
  }

  .hudson-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hudson-hero p {
    font-size: 17px;
  }

  .hudson-hero-media img {
    aspect-ratio: 4 / 3;
  }

  .hudson-gallery img {
    min-height: 220px;
  }

  .hudson-facts strong,
  .hudson-price-grid h3,
  .hudson-best-grid strong {
    font-size: 24px;
  }

  .service-card {
    min-height: 0;
  }

  .feature-media {
    min-height: 330px;
  }

  .entry-price-hero {
    min-height: 100vh;
  }

  .entry-price-hero-inner {
    padding-top: 124px;
  }

  .entry-sector-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .entry-sector-card img {
    max-height: none;
  }

  .pipeline-visual img {
    max-height: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* Site-wide responsive and contrast hardening */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

.section-pad,
.hero,
.page-hero,
.entry-price-hero,
.hudson-hero,
.about-editorial,
.site-footer,
.wp-block-group,
.wp-block-cover,
.wp-block-columns {
  max-width: 100%;
}

.intro,
.services,
.authority,
.success-stories,
.journey-section,
.questions,
.approach,
.resources,
.consultation,
.seo-band,
.launch-page,
.entry-price-page,
.hudson-page,
.about-page {
  overflow-x: clip;
}

.section-grid,
.feature,
.consultation,
.seo-copy-grid,
.question-panel,
.home-hero-inner,
.about-editorial,
.entry-price-hero-inner,
.hudson-hero,
.hudson-story,
.secure-spot-panel,
.agent-panel,
.browser-controls,
.pipeline-showcase,
.project-feature-grid,
.project-list,
.service-grid,
.resource-grid,
.steps,
.faq-grid,
.pipeline-grid,
.launch-stat-grid,
.fit-grid,
.entry-principles,
.entry-sector-grid,
.hudson-facts,
.hudson-gallery,
.hudson-price-grid,
.hudson-best-grid,
.highlight-grid,
.expect-list,
.wp-block-columns {
  min-width: 0;
}

.service-card,
.resource-grid article,
.steps article,
.faq-item,
.pipeline-card,
.project-list-card,
.entry-sector-card,
.hudson-facts article,
.hudson-price-grid article,
.hudson-best-grid article,
.lead-form {
  min-width: 0;
  overflow-wrap: anywhere;
}

.home-hero-media img,
.about-editorial-media img,
.project-image,
.hudson-gallery img,
.hudson-hero-media img,
.entry-sector-card img,
.entry-price-cover img,
.launch-portrait,
.feature-media {
  max-width: 100%;
}

.home-hero-media img,
.about-editorial-media img {
  object-position: center top;
}

.project-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.hudson-hero-media img,
.hudson-gallery img {
  object-fit: cover;
  object-position: center;
}

.dunearn-plan-gallery {
  align-items: start;
}

.dunearn-plan-gallery img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center top;
  background: #ffffff;
  padding: 10px;
}

.lentor-plan-gallery {
  grid-template-columns: 1fr 1fr;
}

.lentor-plan-gallery img {
  aspect-ratio: auto;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center top;
}

.lucerne-plan-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lucerne-plan-gallery img {
  aspect-ratio: auto;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center top;
  background: #ffffff;
  padding: 10px;
}

.entry-sector-card img,
.entry-price-cover img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

body,
.home,
.intro,
.services,
.authority,
.journey-section,
.questions,
.approach,
.seo-band,
.entry-price-page,
.entry-price-gallery,
.hudson-page,
.hudson-story,
.about-editorial-page,
.about-page {
  color: #17201c;
}

.intro-copy,
.seo-copy-grid p,
.faq-item p,
.service-card p,
.steps p,
.feature-copy p,
.consultation-copy p,
.question-list p,
.entry-principles p,
.entry-sector-card p,
.hudson-facts p,
.hudson-price-grid p,
.hudson-disclaimer p,
.about-editorial-story,
.about-editorial-note,
.lead-form label {
  color: #3f4642;
}

.home .hero h1,
.section-head h2,
.intro h2,
.seo-copy-grid h2,
.question-panel h2,
.steps h3,
.feature-copy h2,
.consultation-copy h2,
.faq-item h3,
.service-card h3,
.entry-sector-card h3,
.hudson-story h2,
.hudson-facts strong,
.hudson-price-grid h3,
.about-editorial h1 {
  color: #0b1220;
}

.resources,
.success-stories,
.final-launch-cta,
.secure-spot,
.hudson-best,
.entry-disclaimer,
.site-footer,
.page-hero,
.entry-price-hero,
.hudson-hero {
  color: #f7f2e8;
}

.resources h2,
.resources h3,
.success-stories h2,
.success-stories h3,
.final-launch-cta h2,
.secure-spot h2,
.hudson-best h2,
.hudson-best strong,
.entry-disclaimer h2,
.site-footer h2,
.site-footer h3,
.page-hero h1,
.entry-price-hero h1,
.hudson-hero h1 {
  color: #ffffff;
}

.resources p,
.success-stories p,
.final-launch-cta p,
.final-launch-cta li,
.secure-spot p,
.hudson-best p,
.entry-disclaimer p,
.site-footer p,
.site-footer a,
.page-hero .hero-copy,
.entry-price-hero-copy p,
.hudson-hero p,
.hudson-hero figcaption {
  color: #e8e2d8;
}

.page-hero .hero-overlay,
.about-hero .hero-overlay,
.entry-price-hero .hero-overlay {
  pointer-events: none;
}

.button,
.btn,
.wp-block-button__link,
button,
input[type="submit"] {
  text-align: center;
}

.primary,
.home .primary,
.site-nav .nav-cta {
  color: #0b1220;
}

.secondary,
.outline,
.text-button {
  color: #0b1220;
  border-color: #0b1220;
}

.secure-spot .secondary,
.hudson-hero .secondary,
.page-hero .secondary,
.entry-price-hero .secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .section-pad {
    padding: 72px 28px;
  }

  .site-header,
  .home .site-header {
    min-height: 132px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding-inline: 20px;
    color: rgba(255, 255, 255, 0.9);
    background: #0d1426;
  }

  .site-header.is-scrolled {
    color: rgba(255, 255, 255, 0.9);
    background: #0d1426;
  }

  .brand,
  .home .brand {
    min-width: 110px;
  }

  .brand-logo,
  .home .brand-logo {
    width: 76px;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .home .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    width: 100%;
    padding: 0;
    color: rgba(255, 255, 255, 0.84);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .site-nav a,
  .home .site-nav a {
    padding: 0 0 4px;
    color: inherit;
  }

  .site-nav .nav-cta,
  .home .site-nav .nav-cta {
    width: auto;
    min-height: auto;
    padding: 8px 12px;
    color: #d4b84f;
    background: transparent;
    border: 1px solid rgba(212, 184, 79, 0.6);
    font-size: 9px;
  }

  .service-grid,
  .resource-grid,
  .success-stories .resource-grid,
  .steps,
  .launch-stat-grid,
  .project-feature-grid,
  .project-list,
  .pipeline-grid,
  .entry-principles,
  .entry-sector-grid,
  .hudson-facts,
  .hudson-price-grid,
  .hudson-best-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-inner,
  .about-editorial,
  .entry-price-hero-inner,
  .hudson-hero,
  .hudson-story,
  .secure-spot-panel,
  .section-grid,
  .feature,
  .consultation,
  .seo-copy-grid,
  .question-panel {
    grid-template-columns: 1fr;
  }

  .home-hero-media {
    width: min(520px, 88vw);
    justify-self: center;
  }

  .about-editorial-media img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  body::before {
    opacity: 0.13;
    transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.08), 0) scale(1.08);
  }

  body::after {
    background: linear-gradient(180deg, rgba(251, 250, 245, 0.94), rgba(251, 250, 245, 0.84));
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .site-header {
    min-height: 148px;
    padding: 10px 14px 12px;
  }

  .site-nav,
  .home .site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
  }

  .hero,
  .page-hero,
  .entry-price-hero,
  .hudson-hero,
  .section-pad,
  .wp-block-cover {
    width: 100%;
    max-width: 100%;
  }

  .section-pad {
    padding: 58px 18px;
  }

  .hero-content,
  .page-hero .hero-content,
  .entry-price-hero-inner {
    width: 100%;
    padding-inline: 18px;
  }

  h1,
  .home .hero h1,
  .about-editorial h1,
  .hudson-hero h1,
  .entry-price-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 58px);
    line-height: 1.05;
  }

  h2,
  .section-head h2,
  .hudson-story h2 {
    font-size: clamp(28px, 8vw, 44px);
    line-height: 1.1;
  }

  h3 {
    font-size: 19px;
    line-height: 1.2;
  }

  p,
  li,
  label,
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-copy,
  .home .hero-copy,
  .intro-copy,
  .about-editorial-story,
  .hudson-story-copy {
    font-size: 16px;
    line-height: 1.65;
  }

  .home .hero {
    min-height: auto;
    padding: 144px 18px 44px;
    text-align: left;
  }

  .home .hero::before {
    opacity: 0.22;
    background:
      linear-gradient(180deg, rgba(241, 238, 230, 0.95), rgba(241, 238, 230, 0.82)),
      url("assets/home-hero-interior.png") center / cover no-repeat;
  }

  .home-hero-inner,
  .section-grid,
  .feature,
  .consultation,
  .seo-copy-grid,
  .question-panel,
  .about-editorial,
  .entry-price-hero-inner,
  .hudson-hero,
  .hudson-story,
  .secure-spot-panel,
  .agent-panel,
  .browser-controls,
  .pipeline-showcase,
  .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
  }

  .service-grid,
  .resource-grid,
  .success-stories .resource-grid,
  .steps,
  .launch-stat-grid,
  .project-feature-grid,
  .project-list,
  .pipeline-grid,
  .fit-grid,
  .entry-principles,
  .entry-sector-grid,
  .hudson-facts,
  .hudson-gallery,
  .hudson-price-grid,
  .hudson-best-grid,
  .highlight-grid,
  .expect-list,
  .faq-grid,
  .launch-lead-form,
  .checkbox-grid,
  .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
  }

  .service-card,
  .resource-grid article,
  .steps article,
  .faq-item,
  .project-list-card,
  .pipeline-card,
  .entry-sector-card,
  .hudson-facts article,
  .hudson-price-grid article,
  .hudson-best-grid article,
  .lead-form,
  .wp-block-column {
    width: 100%;
    padding: 22px;
  }

  .home-hero-media,
  .about-editorial-media,
  .hudson-hero-media,
  .entry-price-cover {
    width: 100%;
    min-width: 0;
    justify-self: center;
  }

  .home-hero-media img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
  }

  .home-hero-eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .about-editorial-media img,
  .feature-media {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
  }

  .project-image,
  .hudson-gallery img,
  .hudson-hero-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
  }

  .ctgold-page .hudson-hero-media img {
    aspect-ratio: 4 / 3;
    object-position: center;
  }

  .dunearn-page .dunearn-plan-gallery img {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
  }

  .lentor-page .lentor-plan-gallery {
    grid-template-columns: 1fr;
  }

  .lentor-page .lentor-plan-gallery img {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
  }

  .lucerne-page .lucerne-plan-gallery {
    grid-template-columns: 1fr;
  }

  .lucerne-page .lucerne-plan-gallery img {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
  }

  .entry-sector-card img,
  .entry-price-cover img {
    width: 100%;
    max-height: none;
    object-fit: contain;
  }

  .page-hero-bg,
  .hero-bg {
    transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.04), 0) scale(1.08);
  }

  .hero-actions,
  .contact-actions,
  .section-cta,
  .inline-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }

  .button,
  .btn,
  a.wp-block-button__link,
  .inline-links a,
  .contact-detail {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
  }

  .floating-whatsapp,
  .home .floating-whatsapp {
    right: 16px;
    bottom: 18px;
    width: 58px;
    min-height: 58px;
    padding: 0;
  }

  .floating-whatsapp span {
    display: none;
  }

  .launch-table {
    min-width: 760px;
  }

  .dashboard-wrap,
  .hudson-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .form-note {
    padding-bottom: 70px;
  }
}

@media (max-width: 420px) {
  .section-pad {
    padding-inline: 16px;
  }

  .home .hero {
    padding-top: 138px;
  }

  h1,
  .home .hero h1,
  .about-editorial h1,
  .hudson-hero h1,
  .entry-price-hero h1 {
    font-size: clamp(32px, 11vw, 48px);
  }

  .button {
    padding-inline: 16px;
    letter-spacing: 0.8px;
  }
}

/* Premium About Brand Story */
.about-brand-page {
  background: #f3efe6;
  color: #0d1426;
}

.about-brand-page .site-header {
  background: rgba(13, 20, 38, 0.96);
}

.about-brand-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(130px, 12vw, 170px) clamp(20px, 5vw, 72px) clamp(70px, 8vw, 110px);
  color: #ffffff;
  background: #0d1426;
}

.about-brand-hero-bg {
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(90deg, rgba(13, 20, 38, 0.94), rgba(13, 20, 38, 0.68) 48%, rgba(13, 20, 38, 0.18)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  opacity: 0.9;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.16), 0) scale(1.08);
  animation: luxuryHeroDrift 16s ease-in-out infinite alternate;
}

.about-brand-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.about-brand-hero-copy h1 {
  max-width: 860px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.96;
}

.about-brand-hero-copy h1 span {
  display: block;
  color: #d4b84f;
  font-style: italic;
}

.about-brand-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.about-brand-hero-image {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * 0.035), 0);
}

.about-brand-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  animation: portraitPanelDrift 18s ease-in-out infinite alternate;
}

.about-hero-proof-panel {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(212, 184, 79, 0.34);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * 0.035), 0);
}

.about-hero-proof-panel span {
  color: #d4b84f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero-proof-panel strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.02;
}

.about-hero-proof-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.about-hero-proof-panel div {
  display: grid;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-hero-proof-panel small {
  color: #f7f2e8;
  font-size: 13px;
  font-weight: 900;
}

.about-identity-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-identity-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(212, 184, 79, 0.35);
  border-radius: 999px;
  color: #f7f2e8;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.about-story-grid,
.about-philosophy-panel,
.about-personal-panel,
.about-final-panel {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.about-story-copy {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border-left: 4px solid #d4b84f;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 44px rgba(13, 20, 38, 0.06);
}

.about-story-copy p {
  margin: 0;
  color: #3f4642;
  font-size: 18px;
  line-height: 1.75;
}

.about-trust-section,
.about-results-section,
.about-insights-section,
.about-personal-section,
.about-faq-section {
  background: rgba(251, 250, 245, 0.94);
}

.about-expertise-section,
.about-proof-section {
  color: #ffffff;
  background: #101629;
}

.about-expertise-section .section-head h2,
.about-proof-section .section-head h2,
.about-expertise-section .eyebrow,
.about-proof-section .eyebrow {
  color: #ffffff;
}

.about-premium-grid,
.about-achievement-grid,
.about-expertise-grid {
  display: grid;
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.about-premium-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-premium-card,
.about-achievement-grid article,
.about-expertise-grid article {
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(13, 20, 38, 0.06);
}

.about-premium-card {
  min-height: 260px;
  padding: 26px;
}

.about-premium-card svg {
  width: 30px;
  height: 30px;
  margin-bottom: 28px;
  color: #c6a15b;
}

.about-premium-card h3,
.about-achievement-grid h3 {
  color: #0d1426;
}

.about-premium-card p,
.about-achievement-grid p {
  color: #4a4a4a;
  line-height: 1.65;
}

.about-expertise-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.about-expertise-grid article {
  min-height: 148px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  padding: 24px 16px;
  color: #f7f2e8;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  text-align: center;
}

.about-expertise-grid svg {
  width: 30px;
  height: 30px;
  color: #d4b84f;
}

.about-expertise-grid span {
  font-weight: 900;
  line-height: 1.25;
}

.about-counter-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto 18px;
}

.about-counter-row article {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(198, 161, 91, 0.22);
  border-radius: 8px;
  background: #0d1426;
  color: #ffffff;
}

.about-counter-row strong {
  display: block;
  color: #d4b84f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
}

.about-counter-row span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.about-achievement-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-achievement-grid article {
  padding: 24px;
}

.about-proof-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.about-proof-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.22);
}

.about-proof-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
}

.about-proof-gallery figcaption {
  display: grid;
  gap: 6px;
  padding: 18px;
  color: #3f4642;
  line-height: 1.45;
}

.about-proof-gallery strong {
  color: #0d1426;
  font-size: 18px;
}

.about-philosophy-section {
  background: #d4b84f;
}

.about-philosophy-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.about-philosophy-panel h2 {
  max-width: 760px;
  color: #0d1426;
  text-transform: uppercase;
}

.about-philosophy-panel h2 span {
  display: block;
}

.about-philosophy-panel p {
  max-width: 720px;
  color: #26322e;
  font-size: 20px;
  line-height: 1.6;
}

.about-philosophy-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-philosophy-panel li {
  padding: 16px 18px;
  border: 1px solid rgba(13, 20, 38, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  color: #0d1426;
  font-weight: 900;
}

.about-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: min(1160px, 100%);
  margin: -16px auto 18px;
}

.carousel-control {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(13, 20, 38, 0.16);
  border-radius: 50%;
  background: #ffffff;
  color: #0d1426;
}

.about-testimonial-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(560px, 74%);
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.about-testimonial-carousel::-webkit-scrollbar {
  display: none;
}

.about-testimonial-card {
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(13, 20, 38, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(13, 20, 38, 0.08);
}

.about-testimonial-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center top;
}

.about-testimonial-card div {
  padding: 22px;
}

.about-testimonial-card span {
  color: #c6a15b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-testimonial-card p {
  color: #4a4a4a;
  line-height: 1.65;
}

.about-personal-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.about-personal-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: #f7f2e8;
  box-shadow: 0 24px 70px rgba(13, 20, 38, 0.12);
}

.about-personal-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.about-personal-copy {
  display: grid;
  gap: 18px;
}

.about-personal-copy h2 {
  max-width: 780px;
  color: #0d1426;
}

.about-personal-copy p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: #3f4642;
  font-size: 19px;
  line-height: 1.7;
}

.about-final-cta {
  color: #ffffff;
  background: #0d1426;
}

.about-final-panel {
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(13, 20, 38, 0.96), rgba(13, 20, 38, 0.78)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.about-final-panel h2 {
  max-width: 820px;
  color: #ffffff;
}

.about-final-panel p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.6;
}

.about-final-panel .primary {
  color: #0d1426;
  background: #d4b84f;
}

.about-final-panel .secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1120px) {
  .about-brand-hero-inner,
  .about-story-grid,
  .about-personal-panel,
  .about-philosophy-panel {
    grid-template-columns: 1fr;
  }

  .about-premium-grid,
  .about-achievement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-expertise-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-proof-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .about-brand-hero {
    min-height: auto;
    padding: 154px 18px 58px;
  }

  .about-brand-hero-bg {
    opacity: 0.78;
    background:
      linear-gradient(180deg, rgba(13, 20, 38, 0.94), rgba(13, 20, 38, 0.72)),
      url("assets/home-hero-interior.png") center / cover no-repeat;
  }

  .about-brand-hero-copy h1 {
    font-size: clamp(40px, 11vw, 58px);
    line-height: 1.02;
  }

  .about-brand-hero-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .about-hero-proof-panel {
    padding: 22px;
  }

  .about-hero-proof-panel strong {
    font-size: clamp(28px, 9vw, 42px);
  }

  .about-brand-hero-image img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
  }

  .about-identity-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-identity-strip span {
    justify-content: center;
    text-align: center;
  }

  .about-story-copy {
    padding: 22px;
  }

  .about-story-copy p {
    font-size: 16px;
  }

  .about-premium-grid,
  .about-achievement-grid,
  .about-expertise-grid,
  .about-counter-row {
    grid-template-columns: 1fr;
  }

  .about-premium-card {
    min-height: 0;
  }

  .about-expertise-grid article {
    min-height: 112px;
  }

  .about-proof-gallery img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .about-philosophy-panel p,
  .about-final-panel p {
    font-size: 17px;
  }

  .about-testimonial-carousel {
    grid-auto-columns: 100%;
  }

  .about-testimonial-card img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
    background: #ffffff;
  }

  .about-personal-panel {
    gap: 24px;
  }

  .about-personal-image img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
    object-position: center top;
  }

  .about-personal-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .about-carousel-controls {
    justify-content: flex-start;
    margin-top: 0;
  }
}

/* Final override for the redesigned Best Entry Price page. */
.premium-entry-page {
  background: #f3efe6;
  color: #0d1426;
  overflow-x: hidden;
}

.premium-entry-page .premium-entry-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(132px, 12vw, 178px) clamp(20px, 5vw, 72px) clamp(70px, 8vw, 112px);
  color: #ffffff;
  background: #0d1426;
}

.premium-entry-page .premium-entry-hero-bg {
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(90deg, rgba(13, 20, 38, 0.94), rgba(13, 20, 38, 0.78) 52%, rgba(13, 20, 38, 0.32)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  opacity: 0.95;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.16), 0) scale(1.08);
  animation: luxuryHeroDrift 18s ease-in-out infinite alternate;
}

.premium-entry-page .premium-entry-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.premium-entry-page .premium-entry-copy h1 {
  max-width: 920px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.98;
}

.premium-entry-page .premium-entry-copy p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}

.premium-entry-page .premium-entry-banner {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(212, 184, 79, 0.34);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.premium-entry-page .premium-entry-banner strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
}

.premium-entry-page .premium-entry-banner p {
  color: rgba(255, 255, 255, 0.82);
}

.premium-entry-page .entry-two-col,
.premium-entry-page .entry-checklist-panel,
.premium-entry-page .entry-cta-panel {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.premium-entry-page .entry-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 6vw, 82px);
}

.premium-entry-page .entry-rich-copy p,
.premium-entry-page .entry-dark-copy p {
  color: #3f4642;
  font-size: 18px;
  line-height: 1.75;
}

.premium-entry-page .entry-dark-copy p {
  color: #e8e2d8;
}

.premium-entry-page .entry-comparison-grid,
.premium-entry-page .entry-help-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.premium-entry-page .entry-supply-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.premium-entry-page .entry-comparison-grid article,
.premium-entry-page .entry-help-grid article {
  min-height: 252px;
  padding: 26px;
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(13, 20, 38, 0.06);
}

.premium-entry-page .section-head p:not(.eyebrow) {
  width: min(760px, 100%);
  margin: 12px auto 0;
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.65;
}

.premium-entry-page .entry-price-gallery {
  background: rgba(251, 250, 245, 0.94);
}

.premium-entry-page .entry-sector-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.premium-entry-page .entry-sector-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}

.premium-entry-page .entry-sector-card img {
  display: block;
  width: 100%;
  max-height: none;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  background: #ffffff;
}

.premium-entry-page .entry-disclaimer {
  background: #f3efe6;
}

.premium-entry-page .entry-disclaimer p {
  width: min(1100px, 100%);
  margin: 0 auto;
  color: #4a4a4a;
}

@media (max-width: 768px) {
  .premium-entry-page .entry-sector-grid {
    grid-template-columns: 1fr;
  }

  .premium-entry-page .premium-entry-hero {
    min-height: auto;
    padding: 154px 18px 58px;
  }

  .premium-entry-page .premium-entry-hero-bg {
    opacity: 0.82;
    background:
      linear-gradient(180deg, rgba(13, 20, 38, 0.96), rgba(13, 20, 38, 0.74)),
      url("assets/home-hero-interior.png") center / cover no-repeat;
  }

  .premium-entry-page .premium-entry-hero-inner,
  .premium-entry-page .entry-two-col,
  .premium-entry-page .entry-checklist-panel {
    grid-template-columns: 1fr;
  }

  .premium-entry-page .premium-entry-copy h1 {
    font-size: clamp(38px, 10vw, 56px);
    line-height: 1.04;
  }

  .premium-entry-page .entry-comparison-grid,
  .premium-entry-page .entry-help-grid,
  .premium-entry-page .entry-supply-grid {
    grid-template-columns: 1fr;
  }

  .premium-entry-page .entry-comparison-grid article,
  .premium-entry-page .entry-help-grid article {
    min-height: 0;
  }

  .premium-entry-page .entry-sector-card-head {
    display: grid;
    gap: 8px;
  }

  .premium-entry-page .entry-sector-card-head a {
    white-space: normal;
  }
}

/* Property Financial Calculators */
.financial-page {
  background: #f3efe6;
  color: #0d1426;
  overflow-x: hidden;
}

.financial-hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(132px, 12vw, 178px) clamp(20px, 5vw, 72px) clamp(70px, 8vw, 112px);
  color: #ffffff;
  background: #0d1426;
}

.financial-hero-bg {
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(90deg, rgba(13, 20, 38, 0.94), rgba(13, 20, 38, 0.76) 54%, rgba(13, 20, 38, 0.28)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  opacity: 0.96;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.15), 0) scale(1.08);
  animation: luxuryHeroDrift 18s ease-in-out infinite alternate;
}

.financial-hero-inner,
.financial-lead,
.financial-disclaimer {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.financial-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
}

.financial-hero h1 {
  max-width: 940px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.98;
}

.financial-hero p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}

.financial-hero-card {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(212, 184, 79, 0.34);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.financial-hero-card span {
  color: #d4b84f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.financial-hero-card strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
}

.financial-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.financial-contact-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(212, 184, 79, 0.34);
  border-radius: 999px;
  color: #f7f2e8;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.financial-intro,
.financial-calculators {
  background: rgba(251, 250, 245, 0.94);
}

.financial-intro .section-head p:not(.eyebrow) {
  width: min(740px, 100%);
  margin: 12px auto 0;
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.65;
}

.calculator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.calculator-card {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(13, 20, 38, 0.07);
}

.calculator-head {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
}

.calculator-head svg {
  width: 34px;
  height: 34px;
  color: #c6a15b;
}

.calculator-head h2 {
  margin: 0 0 6px;
  color: #0d1426;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.calculator-head p {
  margin: 0;
  color: #4a4a4a;
  line-height: 1.5;
}

.calculator-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.calculator-fields label {
  display: grid;
  gap: 8px;
  color: #17201c;
  font-size: 13px;
  font-weight: 900;
}

.calculator-fields input,
.calculator-fields select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(13, 20, 38, 0.16);
  border-radius: 8px;
  background: #fbfaf5;
  color: #0d1426;
  font: inherit;
}

.calculator-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.calculator-results div {
  padding: 18px;
  border-radius: 8px;
  background: #0d1426;
}

.calculator-results span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.calculator-results strong {
  display: block;
  margin-top: 10px;
  color: #d4b84f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.financial-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
}

.financial-lead-copy p:not(.eyebrow) {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.7;
}

.financial-disclaimer {
  padding: 28px 20px 48px;
}

.financial-disclaimer p {
  margin: 0 auto 10px;
  color: #4a4a4a;
  line-height: 1.65;
}

@media (max-width: 1120px) {
  .financial-hero-inner,
  .financial-lead {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .financial-hero {
    min-height: auto;
    padding: 154px 18px 58px;
  }

  .financial-hero-bg {
    opacity: 0.84;
    background:
      linear-gradient(180deg, rgba(13, 20, 38, 0.96), rgba(13, 20, 38, 0.74)),
      url("assets/home-hero-interior.png") center / cover no-repeat;
  }

  .financial-hero h1 {
    font-size: clamp(38px, 10vw, 56px);
    line-height: 1.04;
  }

  .financial-hero p:not(.eyebrow),
  .financial-lead-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .financial-contact-strip,
  .calculator-grid,
  .calculator-fields,
  .calculator-results {
    grid-template-columns: 1fr;
  }

  .financial-contact-strip,
  .calculator-grid {
    display: grid;
  }

  .financial-contact-strip span {
    justify-content: center;
    text-align: center;
  }

  .calculator-card {
    padding: 22px;
  }

  .calculator-head {
    grid-template-columns: 1fr;
  }

  .financial-page .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Singapore Property Insights Hub */
.insights-page {
  background: #f3efe6;
  color: #0d1426;
  overflow-x: hidden;
}

.insights-hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(132px, 12vw, 178px) clamp(20px, 5vw, 72px) clamp(70px, 8vw, 112px);
  color: #ffffff;
  background: #0d1426;
}

.insights-hero-bg {
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(90deg, rgba(13, 20, 38, 0.94), rgba(13, 20, 38, 0.72) 52%, rgba(13, 20, 38, 0.24)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  opacity: 0.96;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.15), 0) scale(1.08);
  animation: luxuryHeroDrift 18s ease-in-out infinite alternate;
}

.insights-hero-inner,
.insights-lead {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.insights-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
}

.insights-hero h1 {
  max-width: 900px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.96;
}

.insights-hero p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}

.insights-hero-card {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(212, 184, 79, 0.34);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.insights-hero-card span {
  color: #d4b84f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.insights-hero-card strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
}

.insights-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.insights-contact-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(212, 184, 79, 0.34);
  border-radius: 999px;
  color: #f7f2e8;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insights-featured,
.insights-browser,
.insights-faq {
  background: rgba(251, 250, 245, 0.94);
}

.featured-insights-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.featured-insight-card {
  overflow: hidden;
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(13, 20, 38, 0.08);
}

.featured-insight-card:first-child {
  grid-row: span 2;
}

.featured-insight-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: #f3efe6;
}

.featured-insight-card:first-child img {
  aspect-ratio: 16 / 10;
}

.featured-insight-card div {
  padding: clamp(22px, 3vw, 34px);
}

.featured-insight-card span,
.insight-tag {
  color: #c6a15b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-insight-card h3,
.insight-card h3 {
  color: #0d1426;
  line-height: 1.12;
}

.featured-insight-card h3 {
  font-size: clamp(25px, 4vw, 46px);
}

.featured-insight-card p,
.insight-card p,
.insights-lead-copy p:not(.eyebrow) {
  color: #4a4a4a;
  line-height: 1.65;
}

.insights-controls {
  display: grid;
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto 24px;
}

.insights-controls input {
  width: 100%;
  min-height: 58px;
  padding: 15px 18px;
  border: 1px solid rgba(13, 20, 38, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #0d1426;
  font: inherit;
  box-shadow: 0 14px 32px rgba(13, 20, 38, 0.05);
}

.insights-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.insights-filter-pills button {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(13, 20, 38, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #17201c;
  font-weight: 900;
  cursor: pointer;
}

.insights-filter-pills button.is-active {
  border-color: #0d1426;
  background: #0d1426;
  color: #f7f2e8;
}

.insights-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.insight-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(13, 20, 38, 0.06);
}

.insight-card[hidden] {
  display: none;
}

.insight-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  background: #f3efe6;
}

.insight-card div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.insight-card h3 {
  margin: 0;
  font-size: 23px;
}

.insight-card p {
  margin: 0;
}

.insight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #5c6862;
  font-size: 13px;
  font-weight: 900;
}

.insights-empty {
  width: min(1160px, 100%);
  margin: 24px auto 0;
  padding: 18px;
  border-radius: 8px;
  background: #ffffff;
  color: #4a4a4a;
  text-align: center;
}

.insights-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
}

.insights-lead-copy p:not(.eyebrow) {
  font-size: 18px;
}

@media (max-width: 1120px) {
  .insights-hero-inner,
  .featured-insights-grid,
  .insights-lead {
    grid-template-columns: 1fr;
  }

  .featured-insight-card:first-child {
    grid-row: auto;
  }

  .insights-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .insights-hero {
    min-height: auto;
    padding: 154px 18px 58px;
  }

  .insights-hero-bg {
    opacity: 0.84;
    background:
      linear-gradient(180deg, rgba(13, 20, 38, 0.96), rgba(13, 20, 38, 0.74)),
      url("assets/home-hero-interior.png") center / cover no-repeat;
  }

  .insights-hero h1 {
    font-size: clamp(40px, 12vw, 62px);
    line-height: 1.02;
  }

  .insights-hero p:not(.eyebrow),
  .insights-lead-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .insights-contact-strip,
  .insights-card-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .insights-contact-strip span {
    justify-content: center;
    text-align: center;
  }

  .insights-filter-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .insights-filter-pills::-webkit-scrollbar {
    display: none;
  }

  .insights-filter-pills button {
    white-space: nowrap;
  }

  .featured-insight-card img,
  .featured-insight-card:first-child img,
  .insight-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .insights-page .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Singapore Property News */
.news-page {
  background: #f3efe6;
  color: #0d1426;
  overflow-x: hidden;
}

.news-hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(132px, 12vw, 178px) clamp(20px, 5vw, 72px) clamp(70px, 8vw, 112px);
  color: #ffffff;
  background: #0d1426;
}

.news-hero-bg {
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(90deg, rgba(13, 20, 38, 0.96), rgba(13, 20, 38, 0.74) 56%, rgba(54, 39, 24, 0.42)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.13), 0) scale(1.08);
  animation: luxuryHeroDrift 18s ease-in-out infinite alternate;
}

.news-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.news-hero h1 {
  max-width: 900px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.96;
}

.news-hero p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}

.news-hero-card {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(212, 184, 79, 0.34);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.news-hero-card span {
  color: #d4b84f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-hero-card strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
}

.news-feed,
.news-faq {
  background: rgba(251, 250, 245, 0.94);
}

.news-compliance-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  width: min(1160px, 100%);
  margin: 0 auto 22px;
  padding: 18px 20px;
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-left: 4px solid #c6a15b;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(13, 20, 38, 0.05);
}

.news-compliance-note svg {
  flex: 0 0 auto;
  color: #c6a15b;
}

.news-compliance-note p {
  margin: 0;
  color: #4a4a4a;
  line-height: 1.6;
}

.news-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(1160px, 100%);
  margin: 0 auto 26px;
}

.news-filter-tabs button {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(13, 20, 38, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #17201c;
  font-weight: 900;
  cursor: pointer;
}

.news-filter-tabs button.is-active {
  border-color: #0d1426;
  background: #0d1426;
  color: #f7f2e8;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.news-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(13, 20, 38, 0.07);
}

.news-card[hidden] {
  display: none;
}

.news-card-visual {
  display: grid;
  align-items: end;
  min-height: 100%;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(13, 20, 38, 0.18), rgba(13, 20, 38, 0.74)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
}

.news-card-visual span {
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  color: #0d1426;
  background: #d4b84f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-card-body {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 30px);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #5c6862;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-card h3 {
  margin: 0;
  color: #0d1426;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.news-card p {
  margin: 0;
  color: #4a4a4a;
  line-height: 1.65;
}

.news-take {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(198, 161, 91, 0.26);
  border-radius: 8px;
  background: #f7f2e8;
}

.news-take strong {
  color: #0d1426;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-cta {
  color: #ffffff;
  background: #0d1426;
}

.news-cta .question-panel {
  border-color: rgba(212, 184, 79, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.news-cta p,
.news-cta h2 {
  color: #ffffff;
}

@media (max-width: 1120px) {
  .news-hero-inner,
  .news-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .news-hero {
    min-height: auto;
    padding: 154px 18px 58px;
  }

  .news-hero-bg {
    background:
      linear-gradient(180deg, rgba(13, 20, 38, 0.96), rgba(13, 20, 38, 0.76)),
      url("assets/home-hero-interior.png") center / cover no-repeat;
  }

  .news-hero h1 {
    font-size: clamp(40px, 12vw, 62px);
    line-height: 1.02;
  }

  .news-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .news-filter-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .news-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .news-filter-tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-card-visual {
    min-height: 160px;
  }

  .news-page .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.amberwood-page .hudson-hero-media img {
  object-position: center;
}

.amberwood-page .hudson-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.duet-page .hudson-hero-media img,
.duet-page .hudson-gallery img {
  object-position: center;
}

.duet-page .hudson-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.duet-page .hudson-gallery img:first-child {
  object-position: center top;
}

.sophia-page .hudson-hero-media img,
.sophia-page .hudson-gallery img {
  object-position: center;
}

.sophia-page .hudson-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sophia-page .sophia-plan-gallery img {
  aspect-ratio: auto;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center top;
}

.generations-page .hudson-hero-media img,
.generations-page .hudson-gallery img {
  object-position: center;
}

.generations-page .hudson-gallery img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.villa-natura-page .hudson-hero-media img,
.villa-natura-page .hudson-gallery img {
  object-position: center;
}

.villa-natura-page .hudson-gallery img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.villa-natura-page .villa-siteplan {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #f7f2e8;
  border-radius: 8px;
  border: 1px solid rgba(16, 27, 47, 0.1);
}

@media (max-width: 768px) {
  .duet-page .hudson-hero-media img,
  .duet-page .hudson-gallery img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
  }

  .sophia-page .hudson-hero-media img,
  .sophia-page .hudson-gallery img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
  }

  .sophia-page .sophia-plan-gallery img {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    object-fit: contain;
  }

  .generations-page .hudson-hero-media img,
  .generations-page .hudson-gallery img {
    aspect-ratio: 1 / 1;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }

  .villa-natura-page .hudson-hero-media img,
  .villa-natura-page .hudson-gallery img {
    aspect-ratio: 1 / 1;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }

  .villa-natura-page .villa-siteplan {
    aspect-ratio: auto;
    object-fit: contain;
  }
}

/* Premium Insights Article */
.insight-article-page {
  background: #f3efe6;
  color: #17201c;
  overflow-x: hidden;
}

.insight-article-hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(136px, 12vw, 176px) clamp(20px, 5vw, 72px) clamp(70px, 8vw, 112px);
  color: #ffffff;
  background: #0d1426;
}

.insight-article-bg {
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(90deg, rgba(13, 20, 38, 0.96), rgba(13, 20, 38, 0.76) 58%, rgba(13, 20, 38, 0.34)),
    url("assets/about-story/results-hdb-sold.png") center / cover no-repeat;
  transform: translate3d(0, calc(var(--scroll-parallax, 0px) * -0.12), 0) scale(1.08);
  animation: luxuryHeroDrift 18s ease-in-out infinite alternate;
}

.insight-article-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1060px, 100%);
  margin: 0 auto;
}

.insight-article-hero h1 {
  max-width: 980px;
  margin: 14px 0 24px;
  color: #ffffff;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.98;
}

.article-deck {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
}

.article-meta,
.article-contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.article-meta span,
.article-contact-lines span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(212, 184, 79, 0.34);
  border-radius: 999px;
  color: #f7f2e8;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-article-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 74px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(52px, 7vw, 92px) 0;
}

.insight-article-sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 42px rgba(13, 20, 38, 0.06);
}

.insight-article-sidebar strong {
  color: #0d1426;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.insight-article-sidebar a {
  color: #4a4a4a;
  font-weight: 800;
}

.insight-article-content {
  display: grid;
  gap: clamp(32px, 5vw, 58px);
  min-width: 0;
}

.insight-article-content section {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(13, 20, 38, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(13, 20, 38, 0.05);
}

.insight-article-content h2,
.insight-article-content h3 {
  color: #0d1426;
}

.insight-article-content h2 {
  margin: 0 0 18px;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.08;
}

.insight-article-content h3 {
  margin: 28px 0 10px;
  font-size: clamp(22px, 3vw, 31px);
}

.insight-article-content p {
  color: #3f4642;
  font-size: 18px;
  line-height: 1.78;
}

.article-callout {
  display: grid;
  gap: 10px;
  margin: 28px 0;
  padding: clamp(22px, 4vw, 34px);
  border-left: 4px solid #c6a15b;
  border-radius: 8px;
  background: #f7f2e8;
}

.article-callout strong {
  color: #0d1426;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
}

.article-callout span {
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.6;
}

.article-number-grid,
.article-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.article-number-grid article,
.article-link-grid a {
  padding: 22px;
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: #fbfaf5;
}

.article-number-grid span {
  display: block;
  color: #5c6862;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-number-grid strong {
  display: block;
  margin-top: 8px;
  color: #0d1426;
  font-size: clamp(26px, 4vw, 38px);
}

.article-strategy-panel {
  color: #f7f2e8;
  background: linear-gradient(145deg, #0d1426, #17201c) !important;
}

.article-strategy-panel h2,
.article-strategy-panel p,
.article-strategy-panel li {
  color: #f7f2e8;
}

.article-strategy-panel ul {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.article-strategy-panel li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 800;
}

.article-strategy-panel li svg {
  flex: 0 0 auto;
  color: #c6a15b;
}

.article-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-link-grid a {
  display: grid;
  gap: 8px;
  color: #17201c;
}

.article-link-grid strong {
  color: #0d1426;
  font-size: 20px;
}

.article-link-grid span {
  color: #4a4a4a;
  line-height: 1.55;
}

.article-final-cta {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(13, 20, 38, 0.96), rgba(23, 32, 28, 0.92)),
    url("assets/home-hero-interior.png") center / cover no-repeat !important;
}

.article-final-cta h2,
.article-final-cta p {
  color: #ffffff;
}

.article-source-note {
  background: #f7f2e8 !important;
}

@media (max-width: 980px) {
  .insight-article-shell {
    grid-template-columns: 1fr;
  }

  .insight-article-sidebar {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scrollbar-width: none;
  }

  .insight-article-sidebar::-webkit-scrollbar {
    display: none;
  }

  .insight-article-sidebar strong {
    display: none;
  }

  .insight-article-sidebar a {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid rgba(13, 20, 38, 0.1);
    border-radius: 999px;
    background: #ffffff;
    white-space: nowrap;
  }

  .article-number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .insight-article-hero {
    min-height: auto;
    padding: 150px 18px 58px;
  }

  .insight-article-bg {
    background:
      linear-gradient(180deg, rgba(13, 20, 38, 0.97), rgba(13, 20, 38, 0.78)),
      url("assets/about-story/results-hdb-sold.png") center / cover no-repeat;
  }

  .insight-article-hero h1 {
    font-size: clamp(36px, 11vw, 58px);
    line-height: 1.03;
  }

  .article-deck,
  .insight-article-content p {
    font-size: 16px;
  }

  .insight-article-shell {
    width: calc(100% - 28px);
    padding: 34px 0 58px;
  }

  .insight-article-content section {
    padding: 24px 18px;
  }

  .article-number-grid,
  .article-link-grid {
    grid-template-columns: 1fr;
  }

  .article-meta,
  .article-contact-lines {
    display: grid;
    grid-template-columns: 1fr;
  }

  .article-meta span,
  .article-contact-lines span {
    justify-content: center;
    text-align: center;
  }

  .insight-article-page .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Premium Strategy Consultation Section */
.strategy-consultation {
  position: relative;
  display: grid;
  gap: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(180deg, rgba(243, 239, 230, 0.96), rgba(251, 250, 245, 0.96)),
    url("assets/home-hero-interior.png") center / cover fixed;
  color: #0d1426;
  overflow: hidden;
}

.strategy-consultation::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(212, 184, 79, 0.08), transparent 42%, rgba(13, 20, 38, 0.05));
}

.strategy-consultation > * {
  position: relative;
  z-index: 1;
}

.strategy-consultation-hero,
.strategy-session-grid,
.consult-process,
.who-for-section,
.strategy-trust-panel,
.strategy-testimonials,
.strategy-final-cta {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.strategy-consultation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 26px 72px rgba(13, 20, 38, 0.1);
}

.strategy-consultation-hero h2 {
  max-width: 860px;
  margin-bottom: 18px;
  color: #0d1426;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.98;
  text-transform: uppercase;
}

.strategy-consultation-hero h2 span {
  display: block;
}

.strategy-consultation-hero p:not(.eyebrow) {
  max-width: 780px;
  color: #3f4642;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.strategy-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.strategy-contact-row a,
.strategy-contact-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(13, 20, 38, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #0d1426;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.strategy-floating-cta {
  align-self: center;
  white-space: nowrap;
  box-shadow: 0 18px 36px rgba(13, 20, 38, 0.16);
}

.strategy-session-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.session-includes-card,
.strategy-lead-form,
.consult-process article,
.who-for-grid article,
.strategy-trust-panel,
.strategy-testimonial-track article,
.strategy-final-cta {
  border: 1px solid rgba(13, 20, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(13, 20, 38, 0.07);
}

.session-includes-card {
  padding: clamp(24px, 4vw, 40px);
}

.session-includes-card h3,
.compact-head h3,
.strategy-trust-panel h3,
.strategy-final-cta h3 {
  color: #0d1426;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
}

.strategy-check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.strategy-check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: #17201c;
  font-weight: 900;
  line-height: 1.4;
}

.strategy-check-list svg {
  color: #0f6b55;
}

.strategy-check-list.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.strategy-lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #ffffff;
}

.strategy-lead-form .eyebrow,
.strategy-lead-form .full {
  grid-column: 1 / -1;
}

.consult-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.consult-process article {
  padding: 26px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.consult-process article:hover,
.who-for-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(13, 20, 38, 0.12);
}

.consult-process span {
  color: #c6a15b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.consult-process svg,
.who-for-grid svg {
  width: 30px;
  height: 30px;
  margin: 18px 0;
  color: #c6a15b;
}

.consult-process h3 {
  color: #0d1426;
}

.consult-process p,
.strategy-testimonial-track p,
.strategy-trust-panel p,
.strategy-final-cta p {
  color: #4a4a4a;
  line-height: 1.65;
}

.compact-head {
  margin-bottom: 20px;
  text-align: left;
}

.who-for-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.who-for-grid article {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 138px;
  padding: 18px 14px;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.who-for-grid span {
  color: #0d1426;
  font-weight: 900;
  line-height: 1.25;
}

.strategy-trust-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
  background: #ffffff;
}

.strategy-trust-panel figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f3efe6;
}

.strategy-trust-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.strategy-testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.strategy-testimonial-track::-webkit-scrollbar {
  display: none;
}

.strategy-testimonial-track article {
  scroll-snap-align: start;
  padding: 24px;
}

.strategy-testimonial-track strong {
  display: block;
  color: #0d1426;
  font-size: 20px;
  margin-bottom: 10px;
}

.strategy-final-cta {
  padding: clamp(28px, 5vw, 54px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(13, 20, 38, 0.96), rgba(13, 20, 38, 0.82)),
    url("assets/home-hero-interior.png") center / cover no-repeat;
}

.strategy-final-cta .eyebrow,
.strategy-final-cta h3 {
  color: #ffffff;
}

.strategy-final-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.strategy-final-cta .primary {
  color: #0d1426;
  background: #d4b84f;
}

@media (max-width: 1120px) {
  .strategy-consultation-hero,
  .strategy-session-grid,
  .strategy-trust-panel {
    grid-template-columns: 1fr;
  }

  .consult-process,
  .who-for-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .strategy-consultation {
    background:
      linear-gradient(180deg, rgba(243, 239, 230, 0.98), rgba(251, 250, 245, 0.98)),
      url("assets/home-hero-interior.png") center / cover scroll;
  }

  .strategy-consultation-hero,
  .session-includes-card,
  .strategy-trust-panel,
  .strategy-final-cta {
    padding: 22px;
  }

  .strategy-consultation-hero h2 {
    font-size: clamp(38px, 10vw, 58px);
    line-height: 1.02;
  }

  .strategy-consultation-hero p:not(.eyebrow),
  .strategy-final-cta p {
    font-size: 16px;
  }

  .strategy-contact-row,
  .strategy-lead-form,
  .consult-process,
  .who-for-grid,
  .strategy-check-list.compact {
    display: grid;
    grid-template-columns: 1fr;
  }

  .strategy-contact-row a,
  .strategy-contact-row span {
    justify-content: center;
    text-align: center;
  }

  .strategy-floating-cta,
  .strategy-consultation .button {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .who-for-grid article {
    min-height: 104px;
  }

  .strategy-trust-panel img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
    background: #f3efe6;
  }
}

@media (max-width: 768px) {
  .strategy-consultation,
  .strategy-consultation * {
    box-sizing: border-box;
  }

  .strategy-consultation-hero,
  .strategy-session-grid,
  .consult-process,
  .who-for-section,
  .strategy-trust-panel,
  .strategy-testimonials,
  .strategy-final-cta,
  .strategy-lead-form,
  .session-includes-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .strategy-session-grid,
  .consult-process,
  .who-for-grid,
  .strategy-trust-panel,
  .strategy-lead-form {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .strategy-lead-form label,
  .strategy-lead-form .full,
  .strategy-lead-form .submit-button,
  .strategy-lead-form .form-note {
    grid-column: 1 / -1;
    min-width: 0;
  }
}
