:root {
  --ink: #1c221e;
  --muted: #5c675f;
  --line: rgba(28, 34, 30, 0.14);
  --paper: #f1efe8;
  --brass: #8f7349;
  --brass-deep: #745c39;
  --phi: 1.618;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
}

body {
  color: var(--ink);
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  background: #d4cfc4;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 2px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem clamp(1rem, 3vw, 2rem);
  background: rgba(241, 239, 232, 0.94);
  border-bottom: 1px solid var(--line);
}

.logo {
  font-family: "Fraunces", serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.15;
  padding-right: 0.75rem;
  max-width: min(58vw, 22rem);
}

.logo--systems {
  max-width: min(64vw, 26rem);
}

.logo--systems .logo-sub {
  letter-spacing: 0.06em;
  font-size: 0.62em;
}

.logo-sub {
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 0.72em;
  margin-left: 0.15rem;
  color: var(--muted);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  font-size: 0.9rem;
}

.nav-cta {
  padding: 0.38rem 0.9rem;
  background: var(--brass);
  color: #f8f4ec;
  border-radius: 2px;
}

.nav-cta:hover {
  background: var(--brass-deep);
}

.home {
  min-height: 100%;
  padding: 5.5rem clamp(1rem, 3vw, 2rem) 3rem;
  background: var(--paper);
}

.home-inner {
  max-width: 860px;
  margin: 0 auto;
}

.home-inner--wide {
  max-width: 1180px;
}

.home-brand {
  margin: 0 0 0.15rem;
  font-family: "Fraunces", serif;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  font-weight: 600;
  line-height: 0.95;
}

.home-brand-sub {
  margin: 0 0 0.85rem;
  font-family: "Fraunces", serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
}

.home h1 {
  margin: 0 0 1rem;
  font-family: "Fraunces", serif;
  font-size: clamp(1.9rem, 3.8vw, 2.85rem);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.024em;
  max-width: none;
}

.home-lede {
  margin: 0 0 1.25rem;
  color: var(--muted);
  max-width: 40em;
}

.research-strip {
  margin: 0 0 2rem;
  padding: 1rem 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 54ch;
}

.research-block {
  margin: 0 0 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.research-block h2 {
  margin: 0 0 1rem;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.research-block h3 {
  margin: 0 0 0.5rem;
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.research-grid article {
  padding: 1.1rem 1.15rem;
  background: #fff;
  border: 1px solid var(--line);
}

.research-grid article:has(img) {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.research-grid article img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.research-grid article:has(img) h3 {
  margin: 1.05rem 1.15rem 0.4rem;
}

.research-grid article:has(img) p {
  margin: 0 1.15rem 1.15rem;
}

.research-grid p,
.research-block > p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.research-grid ul {
  margin: 0 0 0.75rem;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.research-grid li {
  margin-bottom: 0.35rem;
}

.research-grid .note {
  margin: 0;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
  color: var(--brass-deep);
  font-size: 0.88rem;
}

.how-list--stairs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.path-kicker {
  margin: 0 0 0.55rem;
  color: var(--brass);
  font-family: "Fraunces", serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 2.5rem;
}

@media (min-width: 960px) {
  .path-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.path-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.35rem 1.25rem 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  min-height: 100%;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.path-card:hover {
  border-color: var(--brass);
  transform: translateY(-2px);
}

.path-card__no {
  font-family: "Fraunces", serif;
  color: var(--brass);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.path-card h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.15;
}

.path-card__tag {
  margin: 0;
  color: var(--brass-deep);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.path-card > p:not(.path-card__tag) {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  flex: 1;
}

.path-card__cta {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--ink);
  align-self: start;
  padding-bottom: 0.08rem;
}

.how-strip {
  margin: 0 0 1rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line);
}

.how-strip h2 {
  margin: 0 0 1rem;
  font-family: "Fraunces", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.how-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.how-list li {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 0 0;
  border-top: 1px solid var(--line);
}

.how-list strong {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: 1.02rem;
}

.how-list span {
  color: var(--muted);
  font-size: 0.9rem;
}

.album-links {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.album-links a {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 0.75rem;
  align-items: baseline;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}

.album-links span {
  color: var(--brass);
  font-family: "Fraunces", serif;
}

.album-links strong {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: 1.2rem;
}

.album-links em {
  font-style: normal;
  color: var(--muted);
  font-size: 0.9rem;
}

.home-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  background: var(--brass);
  color: #f8f4ec;
  border: 0;
  border-radius: 2px;
  font: inherit;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--brass-deep);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.25rem;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  border-radius: 2px;
}

.btn-ghost:hover {
  border-color: var(--brass);
  color: var(--brass-deep);
}

.btn-text {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 0.1rem;
}

.home-actions--top {
  margin: 0 0 2rem;
}

.send-list {
  margin: 0 0 1.25rem;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.send-list li {
  margin: 0 0 0.35rem;
}

.buyer-grid .btn-text {
  display: inline-block;
  margin: 0 1.15rem 1.15rem;
  border: 0;
  padding: 0;
  color: var(--brass-deep);
  letter-spacing: 0.04em;
}

.buyer-grid .btn-text:hover {
  color: var(--ink);
}

.enquire {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.enquire h2 {
  margin: 0 0 0.5rem;
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.enquire > p {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.enquire-form {
  display: grid;
  gap: 0.85rem;
  max-width: 560px;
}

.enquire-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.enquire-form input,
.enquire-form textarea,
.enquire-form select {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 2px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  color: var(--ink);
}

.enquire-form .btn-primary {
  justify-self: start;
}

.form-note {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  gap: 0.75rem;
  padding: 1.5rem clamp(1rem, 3vw, 2rem);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-brand {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 600;
}

.footer-line {
  margin: 0;
  color: var(--muted);
}

/* Flipbook — full-bleed plate */
.book-shell {
  min-height: 100dvh;
  min-height: 100vh;
  padding: 3.5rem 0 0;
  display: grid;
  grid-template-rows: 1fr auto;
  background: #1a1c1a;
}

.book {
  position: relative;
  width: min(1400px, 100%);
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #111;
}

.book-track {
  display: flex;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.page {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  min-width: 0;
  position: relative;
  display: block;
}

.page-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #222;
}

.page-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  z-index: 1;
}

.page-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(0.97) saturate(0.94);
}

.page-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: auto;
  max-width: none;
  padding: 4.5rem clamp(1.1rem, 3vw, 2rem) 1.35rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(12, 14, 13, 0.55) 42%,
    rgba(12, 14, 13, 0.82) 100%
  );
  color: #f4f5f2;
  border: 0;
}

.page-no {
  margin: 0 0 0.3rem;
  color: rgba(210, 185, 140, 0.95);
  font-family: "Fraunces", serif;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
}

.page-caption h2 {
  margin: 0 0 0.4rem;
  font-family: "Fraunces", serif;
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  font-weight: 500;
  line-height: 1.15;
  color: #f7f7f4;
  max-width: 18ch;
}

.page-caption p {
  margin: 0;
  color: rgba(235, 236, 230, 0.88);
  font-size: clamp(0.9rem, 1.5vw, 1.02rem);
  max-width: 42ch;
  line-height: 1.45;
}

.book-bar {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: 0.55rem clamp(0.85rem, 2vw, 1.5rem) 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #141614;
  color: #e8e9e4;
}

.book-nav {
  display: flex;
  gap: 0.45rem;
}

.book-nav button {
  appearance: none;
  border: 1px solid rgba(232, 233, 228, 0.28);
  background: transparent;
  color: #e8e9e4;
  font: inherit;
  padding: 0.5rem 0.9rem;
  border-radius: 2px;
  cursor: pointer;
}

.book-nav button:hover:not(:disabled) {
  border-color: #c4a574;
  color: #fff;
}

.book-nav button:disabled {
  opacity: 0.3;
  cursor: default;
}

.book-status {
  color: rgba(232, 233, 228, 0.7);
  font-size: 0.9rem;
  font-family: "Fraunces", serif;
}

.book-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  font-size: 0.88rem;
}

.book-links a {
  border-bottom: 1px solid rgba(196, 165, 116, 0.85);
  padding-bottom: 0.1rem;
  color: #e8e9e4;
}

.book-title {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 3;
  margin: 0;
  padding: 0.3rem 0.55rem;
  background: rgba(20, 22, 20, 0.55);
  color: #f4f5f2;
  font-family: "Fraunces", serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  backdrop-filter: blur(4px);
}

@media (max-width: 900px) {
  .path-grid,
  .how-list,
  .how-list--stairs,
  .research-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .book-bar {
    flex-wrap: wrap;
  }

  .page-caption {
    padding: 3.5rem 1rem 1.1rem;
  }

  .page-caption h2 {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .book-track {
    transition: none;
  }
}

/* Trust / About / Specs */
.trust-bar {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0.85rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--muted);
}

.trust-bar li {
  position: relative;
  padding-left: 0.9rem;
}

.trust-bar li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--brass);
}

.trust-bar a {
  color: var(--brass-deep);
  border-bottom: 1px solid rgba(116, 92, 57, 0.35);
  padding-left: 0;
}

.trust-bar li:has(a)::before {
  display: none;
}

.trust-bar li:has(a) {
  padding-left: 0;
}

.trust-panel {
  margin: 0 0 2rem;
  padding: 1.35rem 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
}

.trust-panel h2 {
  margin: 0 0 1rem;
  font-family: "Fraunces", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.trust-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.trust-checks li {
  display: grid;
  gap: 0.2rem;
  padding-left: 1rem;
  border-left: 2px solid var(--brass);
}

.trust-checks strong {
  font-family: "Fraunces", serif;
  font-weight: 500;
}

.trust-checks span {
  color: var(--muted);
  font-size: 0.92rem;
}

.standing {
  margin: 0 0 2.5rem;
  padding-top: 2.1rem;
  border-top: 1px solid var(--line);
}

.standing > h2 {
  margin: 0 0 1.1rem;
  font-family: "Fraunces", serif;
  font-size: 1.28rem;
  font-weight: 500;
}

.standing-lede {
  margin: -0.55rem 0 1.25rem;
  color: var(--muted);
  max-width: 38em;
}

.cred-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.cred-grid article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.15rem 1.2rem 1.2rem;
}

.cred-grid h3 {
  margin: 0 0 0.4rem;
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.25;
}

.cred-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.bases {
  list-style: none;
  margin: 0 0 2.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.bases li {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.2rem 1.25rem;
}

.bases strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.2rem;
}

.bases span {
  color: var(--muted);
  font-size: 0.88rem;
}

@media (min-width: 800px) {
  .cred-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.35rem;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}

.about-subnav a[aria-current="page"] {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 0.08rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  margin: 0 0 2.25rem;
}

.audience-grid article {
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
}

.audience-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.audience-grid h2 {
  margin: 0 0 0.4rem;
  padding: 1rem 1.15rem 0;
  font-family: "Fraunces", serif;
  font-size: 1.18rem;
  font-weight: 500;
}

.audience-grid p {
  margin: 0;
  padding: 0 1.15rem 1.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.module-card--static {
  cursor: default;
}

.module-card--static:hover {
  transform: none;
  border-color: var(--line);
}

@media (min-width: 800px) {
  .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contact-line {
  font-size: 1.05rem;
}

.contact-line a,
.footer-line a,
.research-strip a,
.form-note a {
  color: var(--brass-deep);
  border-bottom: 1px solid rgba(116, 92, 57, 0.35);
}

.spec-block {
  margin: 0 0 1.75rem;
  padding: 1.25rem 1.2rem 1.35rem;
  background: #fff;
  border: 1px solid var(--line);
}

.spec-block h2 {
  margin: 0 0 0.85rem;
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.spec-dl {
  margin: 0 0 1rem;
  display: grid;
  gap: 0.65rem;
}

.spec-dl div {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 0.75rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}

.spec-dl dt {
  margin: 0;
  color: var(--brass-deep);
  font-family: "Fraunces", serif;
  font-weight: 500;
}

.spec-dl dd {
  margin: 0;
  color: var(--muted);
}

.spec-strip {
  margin: 0 0 1.75rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--muted);
}

.spec-strip strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-weight: 500;
}

.spec-strip a {
  color: var(--brass-deep);
  border-bottom: 1px solid rgba(116, 92, 57, 0.35);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.site-footer--links {
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .spec-dl div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

/* Dual-door portal */
.home--portal .home-brand {
  margin-bottom: 0.35rem;
}

.dual-doors {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}

@media (min-width: 800px) {
  .dual-doors {
    grid-template-columns: 1fr 1fr;
  }
}

.dual-door {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.6rem 1.4rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  min-height: 100%;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.dual-door:hover {
  transform: translateY(-2px);
}

.dual-door--brand {
  background: #fff;
}

.dual-door--brand:hover {
  border-color: var(--brass);
}

.dual-door--works {
  background: #1c221e;
  color: #f1efe8;
  border-color: #1c221e;
}

.dual-door--works:hover {
  border-color: #d4b98a;
}

.dual-door__label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
}

.dual-door--works .dual-door__label {
  color: #d4b98a;
}

.dual-door h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.15;
}

.dual-door p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  flex: 1;
}

.dual-door--works p {
  color: rgba(241, 239, 232, 0.72);
}

.dual-door__cta {
  margin-top: 0.4rem;
  font-size: 0.92rem;
  border-bottom: 1px solid currentColor;
  align-self: start;
  padding-bottom: 0.08rem;
}

.path-grid--brand {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 960px) {
  .path-grid--brand {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.path-card--sense {
  background: #1c221e;
  color: #f1efe8;
  border-color: #1c221e;
}

.path-card--sense .path-card__no,
.path-card--sense .path-card__tag {
  color: #d4b98a;
}

.path-card--sense > p:not(.path-card__tag) {
  color: rgba(241, 239, 232, 0.7);
}

.path-card--sense .path-card__cta {
  border-bottom-color: #f1efe8;
}

.path-card--sense:hover {
  border-color: #d4b98a;
}

.sense-hero {
  margin: 1.5rem 0 1.75rem;
  overflow: hidden;
  border-radius: 2px;
}

.sense-hero img {
  width: 100%;
  height: clamp(220px, 42vw, 420px);
  object-fit: cover;
}

.sense-block {
  display: grid;
  gap: 1.25rem;
  margin: 0 0 2rem;
  align-items: center;
}

@media (min-width: 800px) {
  .sense-block {
    grid-template-columns: 1fr 1.15fr;
  }

  .sense-block--flip .sense-block__copy {
    order: 2;
  }

  .sense-block--flip img {
    order: 1;
  }
}

.sense-block img {
  width: 100%;
  height: clamp(200px, 32vw, 320px);
  object-fit: cover;
  border-radius: 2px;
}

.sense-block h2 {
  margin: 0 0 0.5rem;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.sense-block p {
  margin: 0;
  color: var(--muted);
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin: 1.5rem 0 0;
}

.home--modules h1 {
  font-size: clamp(2.05rem, 4.2vw, 3.2rem);
  line-height: 1.14;
  max-width: none;
  letter-spacing: -0.028em;
  margin-bottom: 1rem;
}

.home--modules .home-lede {
  max-width: 40em;
  font-size: 1.06rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.home--modules .research-strip {
  max-width: 62ch;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.page-hero {
  display: grid;
  gap: 1.75rem;
  margin: 0 0 3rem;
  align-items: stretch;
}

.page-hero--copy {
  min-height: 0;
  margin-bottom: 1.5rem;
}

@media (min-width: 900px) {
  .page-hero--copy {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

.page-hero__copy {
  min-width: 0;
}

.page-hero h1 {
  max-width: none;
  font-size: clamp(2.15rem, 4.2vw, 3.25rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
}

.page-hero .home-lede {
  max-width: 38em;
  margin: 0 0 1.5rem;
}

.page-hero .home-actions--top {
  margin: 0;
}

.page-hero__visual {
  overflow: hidden;
  background: #d8d3c8;
  align-self: stretch;
}

.page-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

@media (min-width: 900px) {
  .page-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3rem;
    min-height: 28rem;
  }

  .page-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0;
  }

  .page-hero__visual img {
    min-height: 28rem;
    aspect-ratio: auto;
  }

  .page-hero--aerial {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .page-hero.page-hero--copy {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
    margin-bottom: 1.25rem;
  }
}

.awards-band {
  margin: 0 0 2.25rem;
  background: #fff;
  border: 1px solid var(--line);
}

.awards-band img {
  display: block;
  width: 100%;
  height: auto;
}

.awards-band figcaption {
  margin: 0;
  padding: 0.7rem 1.1rem 0.85rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.module-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 1.5rem 0 0;
}

.module-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  min-height: 100%;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.module-card:hover {
  border-color: var(--brass);
  transform: translateY(-2px);
}

.module-card__visual {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #d8d3c8;
}

.module-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.module-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.15rem 1.2rem 1.25rem;
  flex: 1;
}

.module-card__no {
  font-family: "Fraunces", serif;
  color: var(--brass);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

.module-card h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.32rem;
  font-weight: 500;
  line-height: 1.2;
}

.module-card p {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
  flex: 1;
}

.module-card__cta {
  margin-top: 0.7rem;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--ink);
  align-self: start;
  padding-bottom: 0.08rem;
}

@media (min-width: 640px) and (max-width: 979px) {
  .module-grid--homes .module-card {
    flex-direction: row;
    align-items: stretch;
  }

  .module-grid--homes .module-card__visual {
    flex: 0 0 42%;
    aspect-ratio: auto;
    min-height: 220px;
  }

  .module-grid--homes .module-card__body {
    padding: 1.25rem 1.35rem 1.3rem;
  }
}

@media (min-width: 980px) {
  .module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: stretch;
  }

}

@media (min-width: 800px) {
  .module-grid.module-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-hero--homes {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .page-hero--homes {
    min-height: 24rem;
    gap: 2.5rem;
  }

  .page-hero--homes .page-hero__visual img {
    min-height: 24rem;
  }
}

.catalogue {
  margin: 0 0 2.25rem;
  padding-top: 2.1rem;
  border-top: 1px solid var(--line);
}

.catalogue > h2 {
  margin: 0 0 0.35rem;
  font-family: "Fraunces", serif;
  font-size: 1.28rem;
  font-weight: 500;
}

.catalogue > p {
  margin: 0 0 1.35rem;
  color: var(--muted);
  max-width: 38em;
}

.module-grid--homes {
  margin: 0;
  gap: 0.85rem;
}

.module-grid--homes .module-card__visual {
  aspect-ratio: 16 / 10;
}

.module-grid--homes .module-card {
  overflow: visible;
}

.module-grid--homes .module-card p {
  flex: 0 0 auto;
}

.module-grid--homes .module-card p {
  font-size: 0.9rem;
  line-height: 1.45;
}

.module-grid--homes .module-card__cta {
  margin-top: 0.45rem;
}

@media (min-width: 640px) {
  .module-grid--homes .module-card {
    flex-direction: row;
    align-items: stretch;
  }

  .module-grid--homes .module-card__visual {
    flex: 0 0 10.75rem;
    width: 10.75rem;
    aspect-ratio: auto;
    min-height: 8.5rem;
  }

  .module-grid--homes .module-card__body {
    padding: 0.95rem 1.15rem 1rem;
    justify-content: center;
  }
}

@media (min-width: 800px) {
  .module-grid.module-grid--two {
    grid-template-columns: 1fr 1fr;
  }
}

.module-grid--two .module-card__visual {
  aspect-ratio: 16 / 10;
}

@media (min-width: 980px) {
  .module-grid.module-grid--homes {
    grid-template-columns: 1fr 1fr;
  }
}

#paths,
#enquire,
#developers,
#facades,
#order,
#speed,
#buyers,
#partners,
#plant,
#plants,
#works {
  scroll-margin-top: 5.5rem;
}

.gate {
  display: grid;
  gap: 1rem;
  margin: 0.35rem 0 0;
}

.home--gate .home-inner--wide {
  max-width: 1180px;
}

.gate-mast {
  margin: 0 0 0.35rem;
}

.gate-mast .path-kicker {
  margin: 0 0 0.85rem;
  letter-spacing: 0.12em;
  font-size: 0.88rem;
}

.home--gate h1,
.gate-mast h1 {
  max-width: none;
  margin: 0 0 1.6rem;
  font-size: clamp(2.35rem, 5.2vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.gate-mast__leads {
  display: grid;
  gap: 1.25rem;
  margin: 0 0 2.15rem;
}

.gate-mast__leads p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: none;
}

.home--gate .gate {
  margin: 0;
}

@media (min-width: 800px) {
  .gate-mast__leads {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }
}

.gate-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  text-decoration: none;
  min-height: 100%;
  color: inherit;
}

.gate-card:hover {
  border-color: var(--brass);
}

.gate-card__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gate-card__body {
  padding: 1.2rem 1.3rem 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gate-card .path-kicker {
  margin: 0 0 0.3rem;
}

.gate-card h2 {
  font-family: "Fraunces", serif;
  margin: 0 0 0.5rem;
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  font-weight: 500;
}

.gate-card p {
  color: var(--muted);
  margin: 0 0 1rem;
  flex: 1;
}

.gate-card__cta {
  color: var(--brass-deep);
  font-size: 0.92rem;
}

@media (min-width: 720px) {
  .gate {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
  }
}

@media (min-width: 800px) {
  .gate {
    gap: 1.75rem;
  }
}

.dev-door {
  display: grid;
  margin: 2.25rem 0 0;
  background: #1c221e;
  color: #f1efe8;
  border: 1px solid #1c221e;
  overflow: hidden;
  text-decoration: none;
}

.dev-door:hover {
  border-color: var(--brass);
}

.dev-door__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.dev-door__body {
  padding: 1.4rem 1.5rem 1.55rem;
}

.dev-door .path-kicker {
  color: #c4b496;
  margin: 0 0 0.35rem;
}

.dev-door h2 {
  font-family: "Fraunces", serif;
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500;
}

.dev-door p {
  color: rgba(241, 239, 232, 0.78);
  margin: 0 0 1rem;
  max-width: 52ch;
  font-size: 0.95rem;
}

.dev-door__cta {
  color: #c4b496;
  font-size: 0.92rem;
}

.dev-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin: 0.35rem 0 1.75rem;
}

.dev-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.plant-visual {
  margin: 0 0 1.15rem;
  overflow: hidden;
  background: #d8d3c8;
}

.plant-visual img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.plant-grid {
  margin: 0 0 1.15rem;
}

.plant-grid img {
  aspect-ratio: 4 / 3;
  object-position: center;
}

.plant-grid p {
  margin-bottom: 1.15rem;
}

.dev-facts {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.dev-facts li {
  background: #fff;
  border: 1px solid var(--line);
  padding: 0.95rem 1rem;
}

.dev-facts strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0 0 0.2rem;
}

.dev-facts span {
  color: var(--muted);
  font-size: 0.88rem;
}

.buyer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

@media (min-width: 900px) {
  .buyer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .buyer-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.buyer-grid article,
.buyer-grid .sample-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  color: inherit;
}

.buyer-grid .sample-card {
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.buyer-grid .sample-card:hover {
  border-color: var(--brass);
  transform: translateY(-2px);
}

.buyer-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sample-mosaic {
  display: grid;
  grid-template-columns: 1.42fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.22rem;
  aspect-ratio: 4 / 3;
  background: #cfc8bb;
}

.sample-mosaic img,
.buyer-grid .sample-mosaic img,
.research-grid .sample-mosaic img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
}

.sample-mosaic img:first-child {
  grid-row: 1 / span 2;
}

.sample-mosaic--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  aspect-ratio: 16 / 9;
}

.sample-mosaic--six img:first-child {
  grid-row: auto;
}

.buyer-grid h3 {
  margin: 1.05rem 1.15rem 0.4rem;
}

.buyer-grid p {
  flex: 1;
  margin: 0 1.15rem 1rem;
}

.region-line {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
}

.region-line li {
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.35rem 0.7rem;
}

.offer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.offer-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.2rem 0.75rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}

.offer-list span {
  grid-row: 1 / span 2;
  color: var(--brass);
  font-family: "Fraunces", serif;
}

.offer-list strong {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: 1.2rem;
}

.offer-list em {
  font-style: normal;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (min-width: 800px) {
  .dev-door {
    grid-template-columns: 1.15fr 1fr;
    min-height: 280px;
  }

  .dev-door__visual img {
    aspect-ratio: auto;
    min-height: 280px;
  }

  .dev-hero {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .dev-facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lang-switch {
  position: relative;
}

.lang-switch__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.1rem 0;
  cursor: pointer;
}

.lang-switch__current {
  letter-spacing: 0.04em;
}

.lang-switch__chevron {
  width: 0.34rem;
  height: 0.34rem;
  margin-top: -0.18rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.45;
  transition: transform 0.16s ease, opacity 0.16s ease;
}

.lang-switch.is-open .lang-switch__chevron {
  margin-top: 0.12rem;
  transform: rotate(225deg);
  opacity: 0.8;
}

.lang-switch__menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.85rem);
  min-width: 9.4rem;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  background: #f7f5ef;
  border: 1px solid var(--line);
  box-shadow: 0 14px 32px rgba(28, 34, 30, 0.1);
  z-index: 60;
}

.lang-switch.is-open .lang-switch__menu {
  display: block;
}

.lang-switch__menu button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.88rem;
  text-align: left;
  padding: 0.48rem 1rem;
  cursor: pointer;
}

.lang-switch__menu button:hover {
  color: var(--ink);
  background: rgba(28, 34, 30, 0.045);
}

.lang-switch__menu button[aria-current="true"] {
  color: var(--ink);
  box-shadow: inset 2px 0 0 var(--brass);
}

html[lang="zh-CN"] body {
  font-family: "Noto Sans SC", "Outfit", sans-serif;
}

html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] .book-title,
html[lang="zh-CN"] .path-kicker,
html[lang="zh-CN"] .page-caption h2 {
  font-family: "Noto Sans SC", "Fraunces", serif;
  letter-spacing: 0;
  word-break: keep-all;
  line-break: strict;
}

html[lang="zh-CN"] .home h1,
html[lang="zh-CN"] .home--modules h1,
html[lang="zh-CN"] .page-hero h1 {
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  line-height: 1.28;
}

html[lang="zh-CN"] .path-kicker,
html[lang="zh-CN"] .logo {
  letter-spacing: 0.02em;
}

html[lang="ja"] body {
  font-family: "Noto Sans JP", "Outfit", sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] .book-title,
html[lang="ja"] .path-kicker,
html[lang="ja"] .page-caption h2 {
  font-family: "Noto Sans JP", "Fraunces", serif;
}

@media (max-width: 720px) {
  .lang-switch__menu {
    right: 0;
  }
}

html {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: clip;
}

a,
button,
.nav-cta,
.btn-primary,
.btn-ghost {
  -webkit-tap-highlight-color: rgba(143, 115, 73, 0.22);
}

.enquire-form input,
.enquire-form textarea,
.enquire-form select {
  font-size: 16px;
  min-height: 2.75rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle__bars,
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  display: block;
  width: 1.15rem;
  height: 1.5px;
  background: currentColor;
  border-radius: 1px;
  position: relative;
}

.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle__bars::before {
  top: -5px;
}

.nav-toggle__bars::after {
  top: 5px;
}

.site-header.is-nav-open .nav-toggle__bars {
  background: transparent;
}

.site-header.is-nav-open .nav-toggle__bars::before {
  top: 0;
  transform: rotate(45deg);
}

.site-header.is-nav-open .nav-toggle__bars::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (min-width: 720px) and (max-width: 979px) {
  .module-grid {
    grid-template-columns: 1fr 1fr;
  }

  .module-grid.module-grid--homes {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .how-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1023px) {
  .site-header {
    padding: 0.65rem max(1rem, env(safe-area-inset-right)) 0.65rem max(1rem, env(safe-area-inset-left));
    padding-top: calc(0.65rem + env(safe-area-inset-top));
  }

  .header-tools {
    gap: 0.65rem;
  }

  .nav {
    gap: 0.75rem;
    font-size: 0.84rem;
  }

  .nav-cta {
    padding: 0.4rem 0.75rem;
  }

  .logo {
    font-size: 1.02rem;
    max-width: min(52vw, 18rem);
  }

  .book-bar {
    flex-wrap: wrap;
    gap: 0.55rem 0.85rem;
    padding-left: max(0.85rem, env(safe-area-inset-left));
    padding-right: max(0.85rem, env(safe-area-inset-right));
    padding-bottom: calc(0.7rem + env(safe-area-inset-bottom));
  }

  .book-nav button {
    min-height: 2.6rem;
    padding: 0.45rem 0.85rem;
  }

  .book-links {
    flex: 1 1 100%;
  }

  .page-caption {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .page-caption h2,
  .page-caption p {
    max-width: 36ch;
  }

  .book-title {
    left: max(0.75rem, env(safe-area-inset-left));
    top: max(0.75rem, env(safe-area-inset-top));
  }

  .site-footer {
    flex-wrap: wrap;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-bottom: calc(1.25rem + env(safe-area-inset-bottom));
  }

  .album-links a {
    grid-template-columns: 2.5rem 1fr;
    align-items: start;
  }

  .album-links em {
    grid-column: 2;
  }

  .about-subnav {
    gap: 0.55rem 1rem;
  }
}

@media (max-width: 767px) {
  .nav-toggle {
    display: inline-flex;
  }

  .header-tools .nav {
    position: fixed;
    top: calc(3.15rem + env(safe-area-inset-top));
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.35rem max(1rem, env(safe-area-inset-right)) 1.1rem max(1rem, env(safe-area-inset-left));
    background: #f1efe8;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 32px rgba(28, 34, 30, 0.12);
    z-index: 50;
  }

  .site-header.is-nav-open::after {
    content: "";
    position: fixed;
    top: calc(3.15rem + env(safe-area-inset-top));
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(28, 34, 30, 0.28);
    z-index: 45;
  }

  .site-header.is-nav-open .nav {
    display: flex;
  }

  .header-tools .nav a {
    display: flex;
    align-items: center;
    min-height: 2.85rem;
    padding: 0.65rem 0.15rem;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
    background: #f1efe8;
  }

  .header-tools .nav .nav-cta {
    margin-top: 0.75rem;
    justify-content: center;
    border-bottom: 0;
    min-height: 2.85rem;
    background: var(--brass);
    color: #f8f4ec;
  }

  .home {
    padding: 4.85rem max(1rem, env(safe-area-inset-right)) calc(2.25rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  }

  .home--modules h1,
  .page-hero h1,
  .gate-mast h1,
  .home--gate h1 {
    font-size: clamp(1.7rem, 8.4vw, 2.15rem);
    line-height: 1.2;
  }

  html[lang="zh-CN"] .home h1,
  html[lang="zh-CN"] .home--modules h1,
  html[lang="zh-CN"] .page-hero h1 {
    font-size: clamp(1.55rem, 7.2vw, 1.95rem);
    line-height: 1.32;
    word-break: normal;
    line-break: auto;
  }

  .home-lede,
  .page-hero .home-lede,
  .home--modules .home-lede,
  .gate-mast__leads p {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .page-hero {
    gap: 1.1rem;
    margin-bottom: 2rem;
  }

  .page-hero__visual img {
    min-height: 13.25rem;
  }

  .home-actions {
    gap: 0.7rem;
  }

  .home-actions .btn-primary,
  .home-actions .btn-ghost {
    flex: 1 1 100%;
  }

  .enquire-form .btn-primary {
    width: 100%;
    justify-self: stretch;
    min-height: 2.85rem;
  }

  .site-footer,
  .site-footer--links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .footer-line {
    font-size: 0.88rem;
    line-height: 1.75;
  }

  .book-shell {
    padding-top: calc(3.15rem + env(safe-area-inset-top));
  }

  .book-nav {
    flex: 1 1 auto;
  }

  .book-status {
    margin-left: auto;
  }

  .page-caption h2 {
    font-size: 1.28rem;
    max-width: none;
  }

  .page-caption p {
    font-size: 0.9rem;
    max-width: none;
  }

  .module-card__body {
    padding: 1rem 1.05rem 1.1rem;
  }

  .module-card h2 {
    font-size: 1.18rem;
  }

  .gate-card__visual img {
    aspect-ratio: 16 / 10;
  }

  .region-line {
    gap: 0.35rem 0.9rem;
    font-size: 0.88rem;
  }

  #paths,
  #enquire,
  #developers,
  #facades,
  #order,
  #speed,
  #buyers,
  #partners,
  #plant,
  #plants,
  #works {
    scroll-margin-top: 4.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home {
    padding-top: 5.1rem;
  }

  .page-hero__visual img {
    min-height: 18rem;
  }

  .home-actions .btn-primary,
  .home-actions .btn-ghost {
    flex: 0 1 auto;
  }
}


