:root {
  --paper: #fff8ed;
  --paper-deep: #f2eadb;
  --ink: #20251f;
  --muted: #68695f;
  --green: #244f3d;
  --green-soft: #6f8c68;
  --brass: #b28a4c;
  --teal: #3f8793;
  --sky: #8fb9cf;
  --coral: #d88669;
  --leaf: #8da65d;
  --plum: #74627b;
  --line: rgba(32, 37, 31, 0.14);
  --white: rgba(255, 252, 245, 0.9);
  --shadow: 0 24px 70px rgba(42, 45, 37, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.version-c {
  background:
    radial-gradient(circle at 18% 12%, rgba(143, 185, 207, 0.28), transparent 26rem),
    radial-gradient(circle at 88% 22%, rgba(141, 166, 93, 0.2), transparent 24rem),
    radial-gradient(circle at 62% 82%, rgba(216, 134, 105, 0.14), transparent 26rem),
    linear-gradient(180deg, #fffaf1, #fffdf7 48%, #fff8ed);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 10%, rgba(178, 138, 76, 0.13), transparent 28rem),
    radial-gradient(circle at 76% 20%, rgba(63, 135, 147, 0.12), transparent 28rem),
    radial-gradient(circle at 18% 78%, rgba(216, 134, 105, 0.1), transparent 25rem),
    linear-gradient(180deg, var(--paper), #fbf8f0 48%, var(--paper));
  font-family: var(--sans);
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(38, 63, 50, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 63, 50, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1.1rem clamp(1rem, 3vw, 3rem);
  color: var(--ink);
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(245, 240, 230, 0.86);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: max-content;
  font-weight: 650;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: 2.65rem;
  height: 2.4rem;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(32, 37, 31, 0.12);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.35vw, 1.4rem);
  color: rgba(32, 37, 31, 0.74);
  font-size: 0.92rem;
}

.nav a {
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
}

.nav a:hover {
  color: var(--ink);
  border-color: var(--brass);
}

.hero {
  position: relative;
  display: grid;
  min-height: 94svh;
  padding: 7rem clamp(1rem, 4vw, 4.5rem) 3.5rem;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(245, 240, 230, 0.94));
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-art img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.01);
}

.brush-hero {
  background: #fff8ed;
}

.brush-hero .hero-fallback {
  opacity: 0;
  transition: opacity 700ms ease;
}

.brush-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: opacity 700ms ease;
}

.hero-art::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.98) 0%, rgba(255, 250, 241, 0.78) 31%, rgba(255, 250, 241, 0.04) 58%, rgba(255, 250, 241, 0.03) 100%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.24), rgba(255, 250, 241, 0) 48%, rgba(255, 250, 241, 0.24));
}

.drawn-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.22;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.draw {
  fill: none;
  stroke: rgba(38, 63, 50, 0.58);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  filter: drop-shadow(0 0 0.35px rgba(32, 37, 31, 0.55));
  animation: sketchLine 2600ms ease forwards;
}

.draw-root {
  stroke: rgba(38, 63, 50, 0.38);
  animation-delay: 320ms;
}

.draw-trunk {
  stroke-width: 1.6;
  animation-delay: 900ms;
}

.draw-branch {
  animation-delay: 1450ms;
}

.draw-skyline {
  stroke: rgba(178, 138, 76, 0.52);
  stroke-width: 1;
  animation-delay: 2100ms;
}

@keyframes sketchLine {
  to {
    stroke-dashoffset: 0;
  }
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  width: min(46rem, 100%);
  padding-top: 4rem;
}

.eyebrow,
.section-label {
  margin: 0 0 1.1rem;
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.35rem;
  font-size: clamp(3.7rem, 8.5vw, 8.8rem);
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 1.1rem;
  font-size: clamp(2.3rem, 4.7vw, 5.15rem);
}

h3 {
  margin-bottom: 1rem;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.hero-lede {
  max-width: 40rem;
  color: rgba(32, 37, 31, 0.76);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.86rem 1.18rem;
  border: 1px solid rgba(38, 63, 50, 0.22);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 680;
}

.button.primary {
  color: var(--paper);
  background: var(--green);
  box-shadow: 0 12px 24px rgba(38, 63, 50, 0.18);
}

.button.ghost {
  color: var(--green);
  background: rgba(255, 252, 245, 0.66);
}

.band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro,
.feature,
.singapore,
.contact {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4.5rem);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 0.74fr) minmax(16rem, 0.52fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: start;
}

.intro-copy {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
}

.intro-copy p + p {
  margin-top: 1.2rem;
}

.intro-visual {
  align-self: center;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 252, 245, 0.58);
  border: 1px solid rgba(38, 63, 50, 0.13);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-visual img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.04) contrast(0.98);
}

.glance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.metric {
  min-height: 18rem;
  padding: clamp(1.3rem, 3vw, 2rem);
  border-right: 1px solid var(--line);
  background: rgba(255, 252, 245, 0.28);
}

.metric:nth-child(1) {
  background: linear-gradient(180deg, rgba(143, 185, 207, 0.14), rgba(255, 252, 245, 0.32));
}

.metric:nth-child(2) {
  background: linear-gradient(180deg, rgba(141, 166, 93, 0.14), rgba(255, 252, 245, 0.32));
}

.metric:nth-child(3) {
  background: linear-gradient(180deg, rgba(216, 134, 105, 0.12), rgba(255, 252, 245, 0.32));
}

.metric:nth-child(4) {
  background: linear-gradient(180deg, rgba(178, 138, 76, 0.14), rgba(255, 252, 245, 0.32));
}

.metric:last-child {
  border-right: 0;
}

.metric span {
  display: block;
  margin-bottom: 4.8rem;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.metric strong {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
}

.metric p {
  margin-bottom: 0;
  color: var(--muted);
}

.feature {
  display: grid;
  grid-template-columns: minmax(19rem, 0.82fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}

.feature-copy p,
.foundation-copy p,
.singapore-copy p,
.section-head p,
.contact-inner p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2rem;
}

.pill-grid span {
  padding: 0.62rem 0.82rem;
  color: var(--green);
  background: rgba(38, 63, 50, 0.07);
  border: 1px solid rgba(38, 63, 50, 0.13);
  border-radius: 999px;
  font-size: 0.88rem;
}

.pill-grid span:nth-child(3n + 1) {
  color: #285c64;
  background: rgba(63, 135, 147, 0.1);
  border-color: rgba(63, 135, 147, 0.2);
}

.pill-grid span:nth-child(3n + 2) {
  color: #6d6f2d;
  background: rgba(141, 166, 93, 0.12);
  border-color: rgba(141, 166, 93, 0.22);
}

.pill-grid span:nth-child(3n + 3) {
  color: #8b523d;
  background: rgba(216, 134, 105, 0.12);
  border-color: rgba(216, 134, 105, 0.22);
}

.feature-media,
.foundation-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(38, 63, 50, 0.13);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.relationships {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4.5rem);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 0.58fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.section-head h2 {
  margin-bottom: 0;
}

.relationship-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.relationship-card {
  min-height: 27rem;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  background:
    linear-gradient(145deg, rgba(255, 252, 245, 0.86), rgba(235, 226, 211, 0.34));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.relationship-card h3 {
  margin-bottom: 0.4rem;
}

.relationship-card p {
  margin-bottom: 1.4rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.relationship-card ul {
  display: grid;
  gap: 0.68rem;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--muted);
}

.relationship-card li {
  padding-bottom: 0.62rem;
  border-bottom: 1px solid rgba(32, 37, 31, 0.09);
}

.relationship-logo-grid,
.manager-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

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

.logo-tile {
  display: grid;
  min-height: 4.5rem;
  align-content: center;
  gap: 0.18rem;
  padding: 0.82rem;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.72);
  border: 1px solid rgba(32, 37, 31, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(42, 45, 37, 0.06);
}

.logo-tile strong {
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.6vw, 1.38rem);
  font-weight: 400;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.logo-tile span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.logo-tile.teal {
  border-color: rgba(63, 135, 147, 0.24);
  background: linear-gradient(145deg, rgba(63, 135, 147, 0.13), rgba(255, 253, 247, 0.8));
}

.logo-tile.leaf {
  border-color: rgba(141, 166, 93, 0.25);
  background: linear-gradient(145deg, rgba(141, 166, 93, 0.14), rgba(255, 253, 247, 0.8));
}

.logo-tile.coral {
  border-color: rgba(216, 134, 105, 0.24);
  background: linear-gradient(145deg, rgba(216, 134, 105, 0.13), rgba(255, 253, 247, 0.8));
}

.logo-tile.brass {
  border-color: rgba(178, 138, 76, 0.26);
  background: linear-gradient(145deg, rgba(178, 138, 76, 0.14), rgba(255, 253, 247, 0.8));
}

.logo-tile.placeholder {
  opacity: 0.78;
  border-style: dashed;
}

.relationship-note {
  max-width: 54rem;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.singapore {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.52fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.motion-band {
  display: grid;
  grid-template-columns: minmax(18rem, 0.68fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4.5rem);
}

.motion-band-copy p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.motion-mini,
.motion-frame {
  overflow: hidden;
  background: rgba(255, 252, 245, 0.56);
  border: 1px solid rgba(38, 63, 50, 0.13);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.motion-brush {
  position: relative;
  min-height: 22rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #fff8ed;
}

.motion-brush .hero-fallback {
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 700ms ease;
}

.motion-mini object,
.motion-frame object,
.motion-mini img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-tabs {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4.5rem);
}

.tab-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.tab-card {
  display: block;
  min-height: 16rem;
  padding: clamp(1.2rem, 2.2vw, 1.8rem);
  background: rgba(255, 252, 245, 0.45);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.tab-card span {
  display: block;
  margin-bottom: 3.5rem;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.tab-card strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.tab-card p {
  margin: 0;
  color: var(--muted);
}

.page-shell {
  padding-top: 4.9rem;
}

.page-hero,
.motion-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(18rem, 0.72fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: 64svh;
  padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}

.page-hero h1,
.motion-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
}

.page-hero-media {
  overflow: hidden;
  border: 1px solid rgba(38, 63, 50, 0.13);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-hero-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.foundation-hero-media img {
  aspect-ratio: 16 / 10;
  object-position: center;
}

.page-section {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}

.portfolio-category {
  background:
    linear-gradient(90deg, rgba(63, 135, 147, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 245, 0.58), rgba(235, 226, 211, 0.18));
}

.portfolio-category .section-head {
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(32, 37, 31, 0.1);
}

.portfolio-category .manager-logo-grid {
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(18rem, 0.72fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.copy-stack {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.copy-stack p + p {
  margin-top: 1.1rem;
}

.office-address {
  display: grid;
  gap: 0.22rem;
  margin-top: 1.6rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(32, 37, 31, 0.12);
  color: var(--muted);
  font-style: normal;
}

.office-address strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 400;
}

.office-address span:first-child {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.foundation-pillar-grid {
  grid-template-columns: repeat(4, 1fr);
}

.image-option-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.image-option-card {
  min-height: auto;
}

.image-option-card img {
  aspect-ratio: 4 / 5;
  margin-bottom: 1.2rem;
  border-radius: 6px;
  object-fit: cover;
}

.content-card {
  min-height: 17rem;
  padding: clamp(1.2rem, 2.3vw, 1.8rem);
  background: linear-gradient(145deg, rgba(255, 252, 245, 0.76), rgba(235, 226, 211, 0.36));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.content-card p,
.content-card li {
  color: var(--muted);
}

.content-card ul {
  display: grid;
  gap: 0.55rem;
  padding-left: 1rem;
  margin: 0;
}

.quote-band {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4.5rem);
  color: var(--paper);
  background: var(--green);
}

.quote-band blockquote {
  max-width: 58rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5vw, 5.4rem);
  line-height: 1.02;
}

.page-list {
  display: grid;
  gap: 1rem;
}

.list-row {
  display: grid;
  grid-template-columns: minmax(12rem, 0.35fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
}

.list-row strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.list-row p {
  margin: 0;
  color: var(--muted);
}

.singapore-art {
  overflow: hidden;
  border: 1px solid rgba(38, 63, 50, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.singapore-art img {
  aspect-ratio: 18 / 9;
  object-fit: cover;
}

.foundation {
  display: grid;
  grid-template-columns: minmax(19rem, 0.62fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4.5rem);
}

.foundation-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.contact {
  min-height: 46rem;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(rgba(245, 240, 230, 0.68), rgba(245, 240, 230, 0.92)),
    url("assets/hero-skyline-framed-watercolor.png") center / cover;
}

.contact-inner {
  width: min(52rem, 100%);
}

.contact h2 {
  margin-bottom: 1rem;
}

.contact .button {
  margin-top: 1.25rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-weight: 650;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  color: var(--ink);
  background: rgba(255, 252, 245, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .button {
  width: max-content;
  cursor: pointer;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem clamp(1rem, 4vw, 4.5rem);
  color: rgba(32, 37, 31, 0.62);
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
  text-align: center;
}

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

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

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

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

@media (max-width: 980px) {
  .hero {
    min-height: 88svh;
  }

  .hero-art img {
    object-position: 60% center;
  }

  .hero-art::before {
    background:
      linear-gradient(180deg, rgba(245, 240, 230, 0.9), rgba(245, 240, 230, 0.38) 44%, rgba(245, 240, 230, 0.86)),
      linear-gradient(90deg, rgba(245, 240, 230, 0.9), rgba(245, 240, 230, 0.3));
  }

  .intro-grid,
  .feature,
  .section-head,
  .singapore,
  .foundation,
  .motion-band,
  .page-hero,
  .motion-hero,
  .two-column {
    grid-template-columns: 1fr;
  }

  .glance,
  .relationship-grid,
  .tab-card-grid,
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .metric:nth-child(2) {
    border-right: 0;
  }

  .metric:nth-child(1),
  .metric:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-top: 0.82rem;
    padding-bottom: 0.82rem;
  }

  .brand {
    font-size: 0.96rem;
  }

  .brand-logo {
    width: 2.25rem;
    height: 2rem;
  }

  .hero {
    min-height: 92svh;
    padding-top: 5.2rem;
  }

  .hero-copy {
    align-self: center;
    width: min(21.5rem, calc(100vw - 2rem));
    max-width: min(21.5rem, calc(100vw - 2rem));
    padding-top: 3.8rem;
    padding-bottom: 1.8rem;
  }

  .hero-lede {
    max-width: 20.5rem;
    font-size: 1.04rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 11vw, 4.25rem);
    line-height: 1.03;
  }

  h2 {
    font-size: clamp(2.18rem, 11vw, 3.3rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 1.45rem;
  }

  .button {
    width: 100%;
  }

  .glance,
  .relationship-grid,
  .tab-card-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .image-option-grid {
    grid-template-columns: 1fr;
  }

  .relationship-logo-grid,
  .manager-logo-grid {
    grid-template-columns: 1fr;
  }

  .page-hero h1,
  .motion-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.3rem);
  }

  .list-row {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .metric {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric span {
    margin-bottom: 2rem;
  }

  .relationship-card {
    min-height: auto;
  }

  .footer {
    display: grid;
  }
}

/* Mobile refinements for phone viewing */
.nav {
  font-family: var(--serif);
  font-size: clamp(0.96rem, 1.15vw, 1.08rem);
  font-weight: 400;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.62rem 1rem;
    padding: 0.78rem clamp(0.85rem, 4vw, 2rem) 0.72rem;
    background: rgba(245, 240, 230, 0.9);
    border-color: var(--line);
    backdrop-filter: blur(18px);
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 0.2rem 0.9rem;
    font-size: clamp(0.9rem, 2.45vw, 1.05rem);
    line-height: 1.1;
  }

  .nav a {
    padding: 0.2rem 0;
  }

  .page-shell {
    padding-top: 7.2rem;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 0.66rem 0.82rem 0.64rem;
    gap: 0.42rem;
  }

  .brand {
    gap: 0.52rem;
    font-size: 0.9rem;
  }

  .brand-logo {
    width: 2rem;
    height: 1.82rem;
  }

  .nav {
    gap: 0.16rem 0.58rem;
    font-size: clamp(0.76rem, 3.35vw, 0.92rem);
  }

  .hero {
    padding-top: 8.9rem;
  }

  .page-shell {
    padding-top: 7.4rem;
  }

  .relationship-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .relationship-card {
    min-height: auto;
    padding: 0.78rem;
  }

  .relationship-card h3 {
    font-size: clamp(1rem, 4vw, 1.18rem);
    line-height: 1.08;
  }

  .relationship-card p {
    margin-bottom: 0.74rem;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .relationship-logo-grid,
  .manager-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
  }

  .logo-tile {
    min-height: 3.15rem;
    padding: 0.5rem;
  }

  .logo-tile strong {
    font-size: clamp(0.76rem, 3.25vw, 0.98rem);
    line-height: 1.08;
  }

  .logo-tile span {
    font-size: 0.5rem;
    letter-spacing: 0.05em;
  }
}
