﻿:root {
  --ink: #18231f;
  --muted: #64706a;
  --paper: #f5f0e6;
  --white: #ffffff;
  --line: #ddd2bf;
  --teal: #13766e;
  --teal-dark: #143f3a;
  --leaf: #6c7f4f;
  --clay: #b66046;
  --ochre: #b89a55;
  --mist: #e9efea;
  --sky: #e3eff0;
  --warm: #fcfaf3;
  --shadow: 0 26px 72px rgba(28, 44, 39, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #fcfaf3 0%, #f5f0e6 48%, #eee8dc 100%);
  color: var(--ink);
  font-family: "Inter", "Noto Sans SC", system-ui, sans-serif;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

img {
  display: block;
  max-width: 100%;
}

button,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 48px;
  border-bottom: 1px solid rgba(24, 32, 29, 0.08);
  background: rgba(252, 250, 243, 0.92);
  backdrop-filter: blur(16px);
  width: 100%;
  max-width: 100vw;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 212px;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--teal-dark);
  color: var(--white);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.12;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.nav a:hover {
  color: var(--teal);
}

.lang-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(20, 63, 58, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.lang-switch a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.lang-switch a.is-active {
  background: var(--teal-dark);
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.header-cta,
.btn.primary {
  background: var(--teal);
  color: var(--white);
}

.header-cta.line,
.btn.line {
  background: #06c755;
  color: var(--white);
}

.btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.btn.ghost {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.btn.subtle {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--teal-dark);
}

.btn.full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: min(810px, calc(100vh - 67px));
  display: grid;
  align-content: end;
  gap: 28px;
  overflow: hidden;
  padding: 128px 72px 42px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(19, 38, 34, 0.03), rgba(16, 31, 29, 0.72)),
    url("assets/tg-bungah-seafront-sunset.jpeg") center 58% / cover no-repeat;
}

.hero-layer {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 27, 25, 0.9) 0%, rgba(18, 58, 54, 0.62) 52%, rgba(246, 243, 234, 0.04) 100%),
    linear-gradient(180deg, rgba(8, 18, 17, 0.08) 0%, rgba(8, 18, 17, 0.46) 100%);
}

.hero-content,
.hero-panel {
  position: relative;
}

.hero-content {
  max-width: 900px;
  width: 100%;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffcabd;
}

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

h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-family: "Noto Serif SC", "Noto Sans SC", serif;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: "Noto Serif SC", "Noto Sans SC", serif;
  font-size: 46px;
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.28;
  letter-spacing: 0;
}

p {
  color: var(--muted);
}

.hero-copy {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
}

.hero-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 780px;
  margin: 0 0 26px;
  color: var(--teal-dark);
}

.hero-proofline span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.86);
  color: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 10px 28px rgba(8, 18, 17, 0.12);
  backdrop-filter: blur(10px);
}

.hero-proofline span::before {
  content: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: rgba(252, 250, 243, 0.9);
  backdrop-filter: blur(12px);
}

.hero-panel div {
  padding: 16px 18px;
  background: rgba(252, 250, 243, 0.72);
}

.hero-panel div + div {
  border-left: 1px solid rgba(20, 63, 58, 0.14);
}

.hero-panel span {
  display: block;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-top: 6px;
  color: var(--teal-dark);
  font-size: 16px;
}

.visual-life-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
  align-items: start;
  padding: 92px 72px;
  background:
    radial-gradient(circle at 8% 0%, rgba(19, 118, 110, 0.14), transparent 30%),
    linear-gradient(180deg, #fcfaf3 0%, #f2eadc 100%);
}

.visual-life-copy {
  position: sticky;
  top: 96px;
  padding: 28px 0 0;
  border-top: 3px solid var(--teal);
}

.visual-life-copy h2 {
  font-size: 42px;
}

.visual-life-copy p {
  max-width: 500px;
}

.visual-life-copy::after {
  content: "Sea · Hill · Market · School";
  display: block;
  margin-top: 24px;
  color: rgba(20, 63, 58, 0.58);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.visual-life-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr;
  grid-auto-rows: 188px;
  gap: 14px;
}

.visual-tile {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--teal-dark);
  box-shadow: 0 24px 64px rgba(28, 44, 39, 0.14);
}

.visual-tile.large {
  grid-row: span 2;
  min-height: 0;
}

.visual-tile img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.visual-tile:nth-child(1) img {
  object-position: center 56%;
}

.visual-tile:nth-child(2) img {
  object-position: center 38%;
}

.visual-tile:nth-child(3) img {
  object-position: center 52%;
}

.visual-tile:nth-child(4) img {
  object-position: center 48%;
}

.visual-tile:nth-child(5) img {
  object-position: center 42%;
}

.visual-tile:nth-child(6) img {
  object-position: center 54%;
}

.visual-tile:hover img {
  transform: scale(1.035);
}

.visual-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 18, 17, 0.02) 26%, rgba(8, 18, 17, 0.78) 100%);
}

.visual-tile div {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  color: var(--white);
}

.visual-tile span,
.visual-tile strong {
  display: block;
}

.visual-tile span {
  margin-bottom: 6px;
  color: #ffcabd;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.visual-tile strong {
  max-width: 420px;
  font-size: 18px;
  line-height: 1.23;
}

.visual-tile.large strong {
  font-size: 27px;
  line-height: 1.16;
}

.advisor-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: stretch;
  padding: 70px 72px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf5 100%);
  border-top: 1px solid rgba(186, 166, 124, 0.24);
  border-bottom: 1px solid rgba(186, 166, 124, 0.24);
}

.advisor-intro {
  padding: 26px 0;
}

.advisor-intro h2 {
  max-width: 480px;
  margin-bottom: 0;
  font-size: 38px;
}

.advisor-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.advisor-points article {
  position: relative;
  padding: 32px 26px;
  border: 1px solid rgba(186, 166, 124, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf5 100%);
  box-shadow: none;
}

.advisor-points article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  left: 26px;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), rgba(184, 154, 85, 0.42));
}

.advisor-points span,
.decision-cards span,
.living-radius article span,
.buyer-checklist .eyebrow,
.compare-snapshot span,
.consult-promise span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.advisor-points h3 {
  margin-top: 10px;
}

.advisor-statement {
  padding: 70px 72px;
  background:
    linear-gradient(135deg, rgba(23, 63, 59, 0.98), rgba(23, 111, 104, 0.9)),
    url("assets/tg-bungah-seafront-sunset.jpeg") center 58% / cover no-repeat;
  color: var(--white);
}

.advisor-statement .eyebrow {
  color: #ffcabd;
}

.advisor-statement blockquote {
  max-width: 980px;
  margin: 0;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.advisor-statement p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.section {
  padding: 96px 72px;
}

.section-head h2 {
  letter-spacing: 0;
}

.section-head {
  max-width: 860px;
  margin-bottom: 32px;
}

.section-head.narrow {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 42px;
  background: var(--white);
}

.strategy-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, var(--mist), #fff);
  box-shadow: var(--shadow);
}

.decision-badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--teal-dark);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.language-bars {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.language-bars div {
  display: grid;
  gap: 8px;
}

.language-bars span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.language-bars div::after {
  content: "";
  display: block;
  grid-row: 2;
  height: 12px;
  border-radius: 8px;
  background: #d5ded5;
}

.language-bars b {
  display: block;
  grid-row: 2;
  z-index: 1;
  height: 12px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--teal), var(--ochre));
}

.audience-section {
  background: #eef4f1;
}

.verdict-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf5 100%);
}

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

.verdict-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 42px rgba(28, 44, 39, 0.06);
}

.verdict-card.good {
  background: linear-gradient(180deg, #f3f8f2 0%, #ffffff 100%);
}

.verdict-card.ask {
  background: linear-gradient(180deg, #eef6f7 0%, #ffffff 100%);
}

.verdict-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.verdict-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.decision-section {
  background:
    linear-gradient(135deg, rgba(23, 63, 59, 0.98), rgba(24, 85, 79, 0.93));
  color: var(--white);
}

.decision-board {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: center;
}

.decision-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.decision-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.decision-cards article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.decision-cards article.is-featured {
  background: var(--warm);
  color: var(--ink);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18);
}

.decision-cards article:not(.is-featured) p {
  color: rgba(255, 255, 255, 0.76);
}

.buyer-path-section {
  background:
    linear-gradient(180deg, #edf5f1 0%, #faf7ef 100%);
}

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

.buyer-map article {
  padding: 30px 26px;
  border: 1px solid rgba(186, 166, 124, 0.28);
  border-radius: 8px;
  background: var(--white);
  box-shadow: none;
}

.buyer-map strong {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: var(--white);
  font-size: 14px;
}

.audience-tabs {
  max-width: 1040px;
  margin: 0 auto;
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.tab-list button {
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
}

.tab-list button.is-active {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
}

.audience-card {
  padding: 34px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.audience-card span[data-audience-kicker] {
  display: block;
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tag-row span {
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--sky);
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.facts-section {
  background:
    linear-gradient(180deg, #fcfaf3 0%, #f2eadc 100%);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-top: 1px solid rgba(186, 166, 124, 0.38);
  border-bottom: 1px solid rgba(186, 166, 124, 0.38);
}

.fact-grid article,
.project-card,
.english-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(28, 44, 39, 0.045);
}

.fact-grid article {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 30px 24px;
}

.fact-grid article + article {
  border-left: 1px solid rgba(186, 166, 124, 0.32);
}

.fact-grid span,
.project-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--ochre);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.image-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: 20px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 63, 59, 0.98), rgba(24, 85, 79, 0.94));
  color: var(--white);
  box-shadow: var(--shadow);
}

.image-band img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

.image-band div {
  padding: 18px;
}

.image-band p {
  color: rgba(255, 255, 255, 0.82);
}

.amenity-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.amenity-pills span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.location-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fcfaf3 100%);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.living-gallery article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 46px rgba(28, 44, 39, 0.08);
}

.living-gallery article:first-child {
  grid-row: span 2;
}

.living-gallery img {
  display: block;
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.living-gallery article:first-child img {
  height: 300px;
}

.living-gallery article:nth-child(1) img {
  object-position: center 58%;
}

.living-gallery article:nth-child(2) img {
  object-position: center 52%;
}

.living-gallery article:nth-child(3) img {
  object-position: center 42%;
}

.living-gallery article:nth-child(4) img {
  object-position: center 38%;
}

.living-gallery div {
  padding: 20px 20px 22px;
}

.living-gallery span {
  display: block;
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.living-gallery h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.living-gallery p {
  margin: 0;
  color: var(--muted);
}

.living-radius {
  display: grid;
  grid-template-columns: 1.12fr repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.radius-core,
.living-radius article {
  min-height: 170px;
  border-radius: 8px;
}

.radius-core {
  display: grid;
  align-content: end;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(23, 63, 59, 0.28), rgba(23, 63, 59, 0.86)),
    url("assets/tg-bungah-seafront-sunset.jpeg") center 58% / cover no-repeat;
  color: var(--white);
  box-shadow: var(--shadow);
}

.radius-core span,
.radius-core strong {
  display: block;
}

.radius-core span {
  color: #ffcabd;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.radius-core strong {
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.1;
}

.living-radius article {
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.photo-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.photo-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.photo-grid article:nth-child(1) img {
  object-position: center 38%;
}

.photo-grid article:nth-child(3) img {
  object-position: center 42%;
}

.photo-grid h3,
.photo-grid p {
  padding-right: 22px;
  padding-left: 22px;
}

.photo-grid h3 {
  margin-top: 22px;
}

.photo-grid p {
  margin-bottom: 24px;
}

.layouts-section {
  background:
    radial-gradient(circle at top right, rgba(227, 239, 240, 0.78), transparent 34%),
    linear-gradient(180deg, #f4f7f2 0%, #edf3ed 100%);
}

.layout-explorer {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  gap: 22px;
  align-items: start;
}

.layout-explorer-copy,
.layout-visual-card {
  border: 1px solid rgba(186, 166, 124, 0.24);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 64px rgba(28, 44, 39, 0.09);
}

.layout-explorer-copy {
  padding: 24px;
}

.layout-explorer-copy h3,
.layout-insight-card h4 {
  margin-top: 0;
}

.layout-scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0;
}

.layout-scenario-grid button {
  min-height: 96px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf5;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.layout-scenario-grid button:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 111, 104, 0.45);
}

.layout-scenario-grid button.is-active {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(23, 63, 59, 0.18);
}

.layout-scenario-grid span,
.layout-scenario-grid strong,
.layout-scenario-grid small {
  display: block;
}

.layout-scenario-grid span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.layout-scenario-grid button.is-active span,
.layout-scenario-grid button.is-active small {
  color: rgba(255, 255, 255, 0.78);
}

.layout-scenario-grid strong {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.25;
}

.layout-scenario-grid small {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.35;
}

.layout-insight-card {
  padding: 16px;
  border: 1px solid rgba(182, 96, 70, 0.2);
  border-left: 4px solid var(--clay);
  border-radius: 8px;
  background: #fff8f4;
}

.layout-insight-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.layout-insight-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.layout-visual-card {
  padding: 20px;
  background:
    linear-gradient(180deg, #ffffff 0%, #faf8f1 100%);
}

.layout-visual-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  margin-bottom: 16px;
}

.layout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 12px;
}

.layout-visual-head span,
.layout-stat-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.layout-visual-head strong {
  display: block;
  color: var(--teal-dark);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.layout-visual-card img {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  border: 1px solid rgba(186, 166, 124, 0.24);
  border-radius: 8px;
  background: #fff;
}

.layout-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.layout-stat-grid div {
  padding: 12px;
  background: var(--paper);
}

.layout-stat-grid strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.buyer-checklist {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 28px;
  align-items: start;
  margin-top: 22px;
  padding: 26px;
  border: 1px solid rgba(23, 63, 59, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff 0%, #fbf8f0 100%);
  box-shadow: 0 18px 48px rgba(28, 44, 39, 0.07);
}

.buyer-checklist h3 {
  margin-bottom: 0;
  font-size: 28px;
}

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

.buyer-checklist li {
  position: relative;
  padding: 14px 14px 14px 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--warm);
  color: var(--muted);
  font-weight: 700;
}

.buyer-checklist li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.layout-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 24px;
  align-items: start;
}

.layout-table-wrap,
.matrix-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 840px;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--teal-dark);
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
}

td {
  color: var(--muted);
}

td:first-child {
  color: var(--ink);
  font-weight: 900;
}

tr:last-child td {
  border-bottom: 0;
}

.floorplan-panel {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.floorplan-panel img {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(32, 57, 55, 0.12);
}

.floorplan-panel p {
  margin: 14px 0 0;
  font-size: 13px;
}

.floorplan-preview-block {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 24px;
  align-items: start;
  margin-top: 24px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.floorplan-cta {
  margin-top: 10px;
}

.floorplan-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.floorplan-group-label {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(23, 63, 59, 0.08);
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.floorplan-preview-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.floorplan-preview-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 10px;
  background: #fff;
}

.floorplan-preview-grid figcaption {
  padding: 12px;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.compare-section {
  background:
    linear-gradient(135deg, rgba(227, 239, 240, 0.78) 0%, rgba(246, 243, 234, 0.98) 62%),
    #eef5f6;
}

.compare-advisor {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  align-items: stretch;
}

.compare-choice-list {
  display: grid;
  gap: 10px;
}

.compare-choice-list button {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(186, 166, 124, 0.28);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.compare-choice-list button:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 111, 104, 0.45);
}

.compare-choice-list button.is-active {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(23, 63, 59, 0.18);
}

.compare-choice-list span,
.compare-choice-list strong,
.compare-choice-list small {
  display: block;
}

.compare-choice-list span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-choice-list button.is-active span,
.compare-choice-list button.is-active small {
  color: rgba(255, 255, 255, 0.82);
}

.compare-choice-list strong {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.2;
}

.compare-choice-list small {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.4;
}

.compare-result-card {
  padding: 30px;
  border: 1px solid rgba(186, 166, 124, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf8f0 100%);
  box-shadow: 0 26px 68px rgba(28, 44, 39, 0.12);
}

.compare-result-card h3 {
  margin-top: 0;
  font-size: clamp(27px, 3.2vw, 40px);
  line-height: 1.12;
}

.compare-result-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding-left: 20px;
  color: var(--muted);
}

.compare-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.compare-metrics div {
  padding: 14px;
  background: var(--paper);
}

.compare-metrics span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-metrics strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.compare-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.compare-snapshot article {
  padding: 22px;
  border: 1px solid rgba(186, 166, 124, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 38px rgba(28, 44, 39, 0.06);
}

.compare-snapshot strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.fit-section {
  background: #fbfaf5;
}

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

.fit-grid article {
  padding: 30px;
  border-radius: 8px;
  background: var(--mist);
}

.fit-grid article:nth-child(2) {
  background: #f5ebe6;
}

.fit-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.image-story {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 40px;
  align-items: center;
  background: #f1f5f7;
}

.image-story img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.seo-section {
  background: var(--teal-dark);
  color: var(--white);
}

.seo-section p,
.seo-section .section-head p {
  color: rgba(255, 255, 255, 0.78);
}

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

.english-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.english-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.quiz-section {
  background:
    linear-gradient(180deg, #edf3ed 0%, #f8f5ed 100%);
}

.quiz-box {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(186, 166, 124, 0.24);
  box-shadow: 0 28px 70px rgba(28, 44, 39, 0.1);
}

.quiz-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.progress {
  height: 9px;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #d8dfd8;
}

.progress span {
  display: block;
  width: 33%;
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--ochre));
  transition: width 0.25s ease;
}

.question-count {
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-options {
  display: grid;
  gap: 10px;
}

.quiz-options button {
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.quiz-options button:hover {
  border-color: var(--teal);
}

.quiz-result {
  margin: 16px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.faq-section {
  background:
    linear-gradient(180deg, #fcfaf3 0%, #f5efe3 100%);
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 960px;
}

details {
  border: 1px solid rgba(186, 166, 124, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(28, 44, 39, 0.06);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.lead-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.8fr);
  gap: 42px;
  align-items: start;
  background:
    radial-gradient(circle at 12% 12%, rgba(19, 118, 110, 0.38), transparent 30%),
    linear-gradient(135deg, #113a36 0%, #164d47 58%, #12322f 100%);
  color: var(--white);
}

.lead-section p {
  color: rgba(255, 255, 255, 0.78);
}

.consult-promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
  margin-top: 26px;
}

.consult-promise article {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.consult-promise strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  line-height: 1.25;
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 720px;
  margin-top: 26px;
}

.qr-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  text-decoration: none;
}

.qr-card:hover {
  background: rgba(255, 255, 255, 0.16);
}

.line-card {
  background: rgba(6, 199, 85, 0.14);
}

.qr-card img {
  width: 110px;
  height: 110px;
  border-radius: 8px;
  background: var(--white);
}

.qr-card strong,
.qr-card span {
  display: block;
}

.qr-card span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

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

.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  background: var(--paper);
  color: var(--ink);
  resize: vertical;
}

.form-actions {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10px;
}

.form-actions .btn {
  min-height: 48px;
}

.form-status {
  margin: 0;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  padding: 32px 72px;
  background: #15221f;
  color: var(--white);
}

.site-footer p,
.site-footer span {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer span {
  display: block;
  text-align: right;
}

.mobile-sticky {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 1040px) {
  .site-header {
    padding: 13px 24px;
  }

  .nav {
    display: none;
  }

  .lang-switch {
    margin-left: auto;
  }

  .hero,
  .visual-life-section,
  .advisor-strip,
  .advisor-statement,
  .section,
  .site-footer {
    padding-right: 28px;
    padding-left: 28px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  .split-section,
  .visual-life-section,
  .advisor-strip,
  .decision-board,
  .image-band,
  .living-radius,
  .layout-explorer,
  .buyer-checklist,
  .compare-advisor,
  .layout-showcase,
  .floorplan-preview-block,
  .image-story,
  .quiz-box,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .fact-grid,
    .compare-grid,
    .decision-cards,
    .verdict-grid,
    .buyer-map,
    .living-gallery,
    .compare-snapshot,
    .english-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fact-grid article:nth-child(odd) {
    border-left: 0;
  }

  .fact-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(186, 166, 124, 0.32);
  }

  .advisor-points {
    grid-template-columns: 1fr;
  }

  .visual-life-copy {
    position: static;
  }
  .visual-life-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 174px;
  }

  .radius-core {
    grid-column: 1 / -1;
  }

}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-bottom: 72px;
  }

  .site-header {
    gap: 10px;
    padding: 10px 16px;
  }

  .header-actions {
    gap: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    width: auto;
    min-width: 78px;
    min-height: 40px;
    padding: 0 12px;
    overflow: hidden;
    font-size: 0;
  }

  .lang-switch {
    gap: 3px;
    padding: 3px;
  }

  .lang-switch a {
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
  }

  .header-cta::after {
    content: "WhatsApp";
    font-size: 13px;
  }

  html[lang="en"] .header-cta::after {
    content: "WhatsApp";
  }

  .header-cta.line::after {
    content: "LINE";
  }

  .hero {
    min-height: auto;
    padding: 92px 18px 22px;
    gap: 22px;
    background-position: center 52%;
  }

  .advisor-strip {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .advisor-statement {
    padding: 48px 18px;
  }

  .advisor-statement blockquote {
    font-size: 28px;
    line-height: 1.22;
  }

  .advisor-statement p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.65;
  }

  .visual-life-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .visual-life-copy h2 {
    font-size: 27px;
  }

  .visual-life-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 10px;
  }

  .visual-tile,
  .visual-tile.large {
    height: 210px;
    min-height: 0;
  }

  .visual-tile.large {
    grid-row: auto;
    height: 238px;
  }

  .visual-tile.large strong,
  .visual-tile strong {
    font-size: 20px;
    line-height: 1.22;
  }

  .advisor-intro {
    padding: 0;
  }

  .advisor-intro h2 {
    font-size: 26px;
  }

  .advisor-points {
    gap: 10px;
  }

  .advisor-points article {
    padding: 20px;
  }

  .hero-layer {
    background:
      linear-gradient(90deg, rgba(10, 34, 31, 0.88) 0%, rgba(18, 58, 54, 0.66) 64%, rgba(10, 34, 31, 0.32) 100%),
      linear-gradient(180deg, rgba(8, 18, 17, 0.1) 0%, rgba(8, 18, 17, 0.52) 100%);
  }

  h1 {
    font-size: 30px;
    line-height: 1.14;
  }

  h2 {
    font-size: 27px;
    line-height: 1.2;
  }

  h3 {
    font-size: 20px;
  }

  .hero-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-proofline {
    gap: 7px;
    margin-bottom: 18px;
  }

  .hero-proofline span {
    width: auto;
    padding: 7px 9px;
    font-size: 13px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    min-height: 46px;
  }

  .hero-actions .btn.secondary,
  .hero-actions .btn.ghost {
    background: rgba(255, 255, 255, 0.1);
  }

  .hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-panel div {
    padding: 14px;
  }

  .hero-panel span {
    font-size: 11px;
  }

  .hero-panel strong {
    font-size: 15px;
  }

  .hero-panel div:nth-child(odd) {
    border-left: 0;
  }

  .hero-panel div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .section {
    padding: 58px 18px;
  }

  .section-head.narrow {
    text-align: left;
  }

  .strategy-panel,
  .audience-card,
  .quiz-box,
  .lead-form {
    padding: 22px;
  }

  .contact-channels {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .form-actions {
    grid-template-columns: 1fr;
  }

  .tab-list,
  .fact-grid,
  .photo-grid,
  .living-gallery,
  .compare-grid,
  .decision-cards,
  .verdict-grid,
  .buyer-map,
  .living-radius,
  .buyer-checklist,
  .buyer-checklist ul,
  .compare-snapshot,
  .consult-promise,
  .fit-grid,
  .english-grid {
    grid-template-columns: 1fr;
  }

  .decision-cards article {
    min-height: auto;
  }

  .living-radius {
    margin-bottom: 16px;
  }

  .radius-core,
  .living-radius article {
    min-height: 150px;
  }

  .radius-core strong {
    font-size: 25px;
  }

  .buyer-checklist {
    padding: 20px;
  }

  .buyer-checklist h3 {
    font-size: 22px;
  }

  .buyer-checklist li {
    padding: 13px 13px 13px 34px;
  }

  .image-band {
    padding: 14px;
  }

  .image-band img,
  .living-gallery img,
  .photo-grid img {
    min-height: 0;
    height: 190px;
  }

  .living-gallery article:first-child {
    grid-row: auto;
  }

  .living-gallery article:first-child img {
    height: 210px;
  }

  .fact-grid {
    border-bottom: 0;
  }

  .fact-grid article,
  .fact-grid article + article,
  .fact-grid article:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid rgba(186, 166, 124, 0.32);
  }

  .fact-grid article:first-child {
    border-top: 0;
  }

  .living-gallery div {
    padding: 18px 18px 20px;
  }

  .living-gallery h3 {
    font-size: 19px;
  }

  table {
    min-width: 660px;
  }

  th,
  td {
    padding: 13px;
  }

  .layout-explorer-copy,
  .layout-visual-card {
    padding: 16px;
  }

  .layout-explorer {
    gap: 14px;
  }

  .layout-explorer-copy {
    display: contents;
  }

  .layout-explorer-copy > .eyebrow,
  .layout-explorer-copy > h3,
  .layout-explorer-copy > p,
  .layout-scenario-grid {
    order: 1;
  }

  .layout-visual-card {
    order: 2;
  }

  .layout-insight-card {
    order: 3;
  }

  .layout-explorer-copy > .eyebrow {
    margin-bottom: -6px;
  }

  .layout-explorer-copy > h3,
  .layout-explorer-copy > p {
    margin-right: 0;
    margin-left: 0;
  }

  .layout-scenario-grid,
  .compare-metrics,
  .layout-stat-grid {
    grid-template-columns: 1fr;
  }

  .layout-scenario-grid button,
  .compare-choice-list button {
    min-height: auto;
  }

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

  .layout-actions,
  .layout-actions .btn {
    width: 100%;
  }

  .qr-card {
    align-items: flex-start;
  }

  .floorplan-preview-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: block;
    padding: 28px 18px;
  }

  .site-footer span {
    text-align: left;
  }

  .mobile-sticky {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: auto;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(2, minmax(92px, auto));
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    background: rgba(21, 34, 31, 0.92);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
  }

  .mobile-sticky a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--white);
    padding: 0 12px;
    font-size: 13px;
    font-weight: 900;
  }

  .mobile-sticky a:first-child {
    background: var(--teal);
  }

  .mobile-sticky a:last-child {
    background: #06c755;
  }
}

@media (max-width: 420px) {
  .brand strong {
    font-size: 14px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  h1 {
    font-size: 29px;
  }

  h2 {
    font-size: 25px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-panel div {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .hero-panel div:first-child {
    border-top: 0;
  }
}

/* Editorial Coastal visual system */
:root {
  --ink: #18231f;
  --muted: #6a716b;
  --paper: #f6f0e5;
  --line: #ded0b8;
  --teal: #12766e;
  --teal-dark: #123d38;
  --clay: #ad5e47;
  --ochre: #b69a5e;
  --warm: #fffaf0;
  --coast: #f2eadc;
}

body {
  background:
    linear-gradient(180deg, #fffaf0 0%, #f6f0e5 48%, #eee5d7 100%);
}

.site-header {
  border-bottom-color: rgba(20, 63, 58, 0.1);
  background: rgba(255, 250, 240, 0.92);
}

.hero {
  min-height: min(820px, calc(100vh - 67px));
  padding-top: 134px;
  background:
    linear-gradient(180deg, rgba(18, 61, 56, 0.08), rgba(18, 61, 56, 0.7)),
    url("assets/tg-bungah-seafront-sunset.jpeg") center 58% / cover no-repeat;
}

.hero-layer {
  background:
    linear-gradient(90deg, rgba(8, 28, 26, 0.9) 0%, rgba(18, 61, 56, 0.58) 50%, rgba(255, 250, 240, 0.03) 100%),
    linear-gradient(180deg, rgba(8, 18, 17, 0.04) 0%, rgba(8, 18, 17, 0.42) 100%);
}

h1,
h2 {
  font-family: "Noto Serif SC", "Noto Sans SC", serif;
}

.hero-panel {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 250, 240, 0.92);
}

.hero-panel div {
  background: rgba(255, 250, 240, 0.74);
}

.hero-panel div + div {
  border-left-color: rgba(18, 61, 56, 0.14);
}

.hero-panel span {
  color: var(--clay);
}

.hero-panel strong {
  color: var(--teal-dark);
}

.visual-life-section,
.facts-section,
.faq-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(18, 118, 110, 0.08), transparent 26%),
    linear-gradient(180deg, #fffaf0 0%, #f2eadc 100%);
}

.advisor-strip,
.buyer-path-section,
.location-section {
  background: linear-gradient(180deg, #fffdf8 0%, #fffaf0 100%);
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.section-head {
  margin-bottom: 42px;
}

.advisor-points article,
.buyer-map article,
.layout-explorer-copy,
.layout-visual-card,
.quiz-box,
details,
.lead-form {
  border-color: rgba(222, 208, 184, 0.82);
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 20px 58px rgba(28, 44, 39, 0.07);
}

.advisor-points article,
.buyer-map article,
details {
  box-shadow: none;
}

.living-gallery article {
  background: #fffdf8;
  box-shadow: 0 22px 58px rgba(28, 44, 39, 0.08);
}

.layouts-section,
.quiz-section {
  background:
    radial-gradient(circle at 86% 0%, rgba(231, 240, 239, 0.8), transparent 32%),
    linear-gradient(180deg, #f8f5ec 0%, #eef4ef 100%);
}

.lead-section {
  background:
    radial-gradient(circle at 14% 14%, rgba(18, 118, 110, 0.34), transparent 30%),
    linear-gradient(135deg, #113a36 0%, #164d47 58%, #102f2b 100%);
}

@media (max-width: 760px) {
  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .hero {
    background-position: center 52%;
  }

  .hero-panel div:nth-child(n + 3),
  .hero-panel div {
    border-top-color: rgba(18, 61, 56, 0.14);
  }
}

/* Top-tier hero refinement */
.hero {
  min-height: min(840px, calc(100vh - 67px));
  align-content: end;
  gap: 24px;
  padding-bottom: 46px;
}

.hero::after {
  content: "";
  position: absolute;
  right: 72px;
  bottom: 182px;
  width: min(32vw, 390px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.6), transparent);
}

.hero-content {
  max-width: 980px;
}

.hero .eyebrow {
  margin-bottom: 16px;
  color: #f4c4b5;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.hero h1 {
  max-width: 980px;
  margin-bottom: 24px;
  text-wrap: balance;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.26);
}

.hero-copy {
  max-width: 820px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.72;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.24);
}

.hero-proofline {
  margin-bottom: 28px;
}

.hero-actions {
  align-items: center;
}

.hero-actions .btn {
  min-height: 48px;
}

.hero-actions .btn.secondary,
.hero-actions .btn.ghost {
  border-color: rgba(255, 250, 240, 0.38);
  background: rgba(255, 250, 240, 0.1);
}

.hero-panel {
  border-color: rgba(255, 250, 240, 0.5);
  background: rgba(255, 250, 240, 0.88);
  box-shadow: 0 24px 70px rgba(8, 18, 17, 0.18);
}

.hero-panel div {
  padding: 18px 20px;
}

.hero-panel span {
  margin-bottom: 3px;
  font-size: 11px;
  letter-spacing: 0.03em;
}

.hero-panel strong {
  font-size: 17px;
  line-height: 1.25;
}

@media (min-width: 1041px) {
  .hero-panel {
    max-width: 980px;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: calc(100vh - 61px);
    gap: 18px;
    padding-top: 86px;
    padding-bottom: 18px;
  }

  .hero::after {
    content: none;
  }

  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .hero h1 {
    margin-bottom: 16px;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.12;
  }

  .hero-copy {
    margin-bottom: 18px;
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hero-proofline {
    gap: 6px;
    margin-bottom: 18px;
  }

  .hero-proofline span {
    padding: 6px 8px;
    font-size: 11.5px;
    box-shadow: 0 8px 22px rgba(8, 18, 17, 0.1);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .hero-actions .btn {
    width: auto;
    min-height: 43px;
    padding: 0 10px;
    font-size: 13px;
  }

  .hero-actions .btn.primary {
    grid-column: 1 / -1;
  }

  .hero-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-radius: 8px;
  }

  .hero-panel div {
    padding: 11px 8px;
  }

  .hero-panel div + div {
    border-left: 1px solid rgba(18, 61, 56, 0.14);
  }

  .hero-panel div:nth-child(n + 3) {
    border-top: 0;
  }

  .hero-panel span {
    font-size: 9px;
  }

  .hero-panel strong {
    font-size: 11.5px;
    line-height: 1.2;
  }
}

@media (max-width: 420px) {
  .hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-panel div:nth-child(odd) {
    border-left: 0 !important;
  }

  .hero-panel div:nth-child(n + 3) {
    border-top: 1px solid rgba(18, 61, 56, 0.14);
  }
}

