/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #151715;
  --muted: #676960;
  --cream: #f2eee5;
  --paper: #fbfaf7;
  --bronze: #a47f50;
  --blue: #147ab6;
  --line: #15171529;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  display: block;
}
.announcement {
  background: var(--ink);
  color: #ffffffb8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 34px;
  padding: 7px clamp(20px, 4vw, 64px);
  font-size: 10px;
  display: flex;
}
.announcement p {
  margin: 0;
}
.announcement a {
  color: #fff;
  border-bottom: 1px solid #fff6;
}
.site-header {
  z-index: 20;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(230px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 0 clamp(20px, 4vw, 64px);
  display: grid;
}
.site-header--overlay {
  color: #fff;
  border-color: #ffffff47;
  position: absolute;
  top: 34px;
  left: 0;
}
.site-header--inner {
  background: var(--paper);
  color: var(--ink);
  position: relative;
}
.brand-lockup {
  align-items: center;
  gap: 12px;
  width: max-content;
  display: flex;
}
.brand-lockup img {
  object-fit: contain;
  width: 112px;
  height: 68px;
}
.brand-lockup > span {
  flex-direction: column;
  display: flex;
}
.brand-lockup strong {
  letter-spacing: 0.18em;
  white-space: nowrap;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 15px;
  font-weight: 600;
}
.brand-lockup small {
  letter-spacing: 0.24em;
  opacity: 0.64;
  white-space: nowrap;
  margin-top: 6px;
  font-size: 6px;
}
.desktop-nav {
  letter-spacing: 0.07em;
  gap: clamp(22px, 3vw, 44px);
  font-size: 11px;
  display: flex;
}
.desktop-nav a,
.text-link {
  position: relative;
}
.desktop-nav a:after,
.text-link:after {
  content: "";
  transform-origin: 100%;
  background: currentColor;
  width: 100%;
  height: 1px;
  transition: transform 0.35s;
  position: absolute;
  bottom: -7px;
  left: 0;
  transform: scaleX(0);
}
.desktop-nav a:hover:after,
.desktop-nav a[aria-current="page"]:after,
.text-link:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}
.header-cta {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-self: end;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}
.header-cta svg,
.button svg,
.showroom-cards svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
  width: 16px;
}
.mobile-menu {
  display: none;
}
.hero {
  color: #fff;
  background: #343835 url(../wantai-building.jpg) 50% / cover no-repeat;
  height: calc(100svh - 34px);
  min-height: 760px;
  max-height: 980px;
  position: relative;
  overflow: hidden;
}
.hero-shade {
  background:
    linear-gradient(90deg, #0a0e0ee0 0%, #0a0e0e94 42%, #0a0e0e1f 78%),
    linear-gradient(#0000 52%, #00000061);
  position: absolute;
  inset: 0;
}
.hero-content {
  z-index: 2;
  max-width: 820px;
  position: absolute;
  top: 53%;
  left: clamp(20px, 8vw, 132px);
  transform: translateY(-45%);
}
.eyebrow {
  color: var(--blue);
  letter-spacing: 0.23em;
  text-transform: uppercase;
  margin: 0 0 28px;
  font-size: 10px;
  font-weight: 700;
}
.eyebrow.light {
  color: #ffffffb8;
}
h1,
h2 {
  letter-spacing: -0.035em;
  margin: 0;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-weight: 400;
}
h1 {
  font-size: clamp(60px, 7vw, 108px);
  line-height: 0.92;
}
h2 {
  font-size: clamp(46px, 5.1vw, 74px);
  line-height: 0.98;
}
h1 em,
h2 em {
  color: #c6a778;
  font-weight: 400;
}
.hero-copy {
  color: #ffffffc7;
  max-width: 610px;
  margin: 34px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
.hero-actions {
  align-items: center;
  gap: 36px;
  margin-top: 40px;
  display: flex;
}
.button {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  align-items: center;
  gap: 28px;
  min-height: 52px;
  padding: 0 24px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}
.button-light {
  color: var(--ink);
  background: #fff;
}
.button-dark {
  color: #fff;
  background: var(--ink);
  width: max-content;
}
.text-link {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding-bottom: 2px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}
.light {
  color: #fff;
}
.hero-note {
  z-index: 2;
  border-left: 1px solid #ffffff75;
  padding-left: 18px;
  position: absolute;
  bottom: 34px;
  right: clamp(20px, 4vw, 64px);
}
.hero-note span {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.62;
  font-size: 8px;
}
.hero-note p {
  margin: 7px 0 0;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
}
.metrics {
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.metrics article {
  border-right: 1px solid var(--line);
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 36px clamp(22px, 4vw, 64px);
  display: flex;
}
.metrics article:last-child {
  border-right: 0;
}
.metrics strong {
  font-family: Georgia, serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  line-height: 1;
}
.metrics span {
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 9px;
}
.section-pad {
  padding: 125px clamp(24px, 8vw, 132px);
}
.story {
  background: var(--cream);
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.8fr);
  gap: clamp(60px, 11vw, 180px);
  display: grid;
}
.story-body {
  padding-top: 42px;
}
.story-body p,
.section-side p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.story-body .lead {
  color: var(--ink);
  margin-top: 0;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.55;
}
.story-body .text-link {
  margin-top: 28px;
}
.services {
  color: #fff;
  background: #1b1d1b;
}
.section-intro,
.projects-head,
.brands-head {
  grid-template-columns: 1.15fr 0.65fr;
  align-items: end;
  gap: 80px;
  display: grid;
}
.section-intro > p,
.brands-head > p {
  color: #ffffff94;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.8;
}
.service-grid {
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 82px;
  display: grid;
}
.service-grid article {
  border-right: 1px solid #ffffff29;
  min-height: 390px;
  padding: 42px 42px 48px;
  position: relative;
}
.service-grid article:last-child {
  border-right: none;
}
.service-grid svg {
  fill: none;
  stroke: #c7a879;
  stroke-width: 1.25px;
  width: 50px;
  height: 50px;
  margin: 45px 0 64px;
}
.service-number {
  color: #ffffff57;
  letter-spacing: 0.18em;
  font-size: 9px;
  position: absolute;
  top: 38px;
  right: 38px;
}
.service-grid h3 {
  margin: 0 0 18px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}
.service-grid p {
  color: #ffffff8c;
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}
.featured-projects {
  background: var(--paper);
}
.projects-head > .section-side {
  align-self: end;
}
.section-side p {
  margin: 0 0 24px;
}
.projects-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 24px;
  margin-top: 66px;
  display: grid;
}
.project-card {
  min-width: 0;
}
.project-card-image {
  aspect-ratio: 0.93;
  background: #ddd8ce;
  overflow: hidden;
}
.project-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.project-card:hover img {
  transform: scale(1.035);
}
.project-card-copy {
  padding: 24px 4px 0;
}
.project-card-copy span {
  color: var(--blue);
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
}
.project-card-copy h3 {
  margin: 12px 0;
  font-family: Georgia, serif;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 400;
  line-height: 1.1;
}
.project-card-copy p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}
.process-section {
  background: var(--cream);
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.process-image {
  background: url(../hero.png) 78% / cover no-repeat;
  min-height: 850px;
}
.process-copy {
  padding-left: clamp(35px, 7vw, 110px);
  padding-right: clamp(35px, 7vw, 110px);
}
.process-lead {
  color: var(--muted);
  margin: 36px 0 25px;
  font-size: 15px;
  line-height: 1.8;
}
.process-copy ol {
  border-top: 1px solid var(--line);
  margin: 34px 0 46px;
  padding: 0;
  list-style: none;
}
.process-copy li {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 52px 1fr;
  padding: 21px 0;
  display: grid;
}
.process-copy li > span {
  color: var(--blue);
  letter-spacing: 0.15em;
  font-size: 9px;
}
.process-copy li strong {
  margin-bottom: 7px;
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  display: block;
}
.process-copy li p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
.showrooms {
  color: #fff;
  background: #242622;
}
.showroom-intro {
  max-width: 850px;
}
.showroom-intro > p:last-child {
  color: #ffffff8c;
  max-width: 620px;
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 1.8;
}
.showroom-cards {
  border: 1px solid #ffffff2e;
  grid-template-columns: 1fr 1fr;
  margin-top: 70px;
  display: grid;
}
.showroom-cards > a {
  flex-direction: column;
  align-items: flex-start;
  min-height: 380px;
  padding: 48px;
  transition: background 0.3s;
  display: flex;
}
.showroom-cards > a:first-child {
  border-right: 1px solid #ffffff2e;
}
.showroom-cards > a:hover {
  background: #ffffff0f;
}
.showroom-cards span {
  color: #c7a879;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 9px;
}
.showroom-cards h3 {
  margin: 55px 0 22px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
}
.showroom-cards p {
  color: #ffffff8f;
  max-width: 500px;
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}
.showroom-cards b {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  font-size: 10px;
  display: flex;
}
.enquiry {
  background: var(--paper);
  grid-template-columns: 1.1fr 0.65fr;
  gap: clamp(70px, 12vw, 180px);
  padding: 125px clamp(24px, 8vw, 132px);
  display: grid;
}
.enquiry-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  margin: 34px 0;
  font-size: 14px;
  line-height: 1.8;
}
.enquiry address,
.contact-details address {
  padding-top: 35px;
  font-style: normal;
}
.enquiry address div,
.contact-details address div {
  border-bottom: 1px solid var(--line);
  margin-bottom: 25px;
  padding: 0 0 24px;
}
.enquiry address span,
.contact-details address span {
  color: var(--blue);
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}
.enquiry address p,
.contact-details address p {
  margin: 12px 0 0;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.65;
}
.inner-hero {
  background: #eae5dc;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 490px;
  padding: 120px clamp(24px, 8vw, 132px) 95px;
  display: flex;
}
.inner-hero h1 {
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(58px, 7.2vw, 105px);
}
.inner-hero > p:last-child {
  max-width: 720px;
  color: var(--muted);
  margin: 34px 0 0;
  font-size: 15px;
  line-height: 1.8;
}
.subsidiary-feature {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
  display: grid;
}
.subsidiary-feature--reverse {
  background: var(--cream);
}
.subsidiary-feature--reverse .subsidiary-photo {
  order: 2;
}
.subsidiary-photo {
  height: 70vh;
  min-height: 570px;
  max-height: 760px;
  overflow: hidden;
}
.subsidiary-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.subsidiary-copy .lead {
  margin: 34px 0 18px;
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.55;
}
.subsidiary-copy > p:not(.eyebrow):not(.lead) {
  color: var(--muted);
  margin-bottom: 34px;
  font-size: 14px;
  line-height: 1.85;
}
.brands-page {
  background: #ece7de;
}
.brands-page .brands-head > p {
  color: var(--muted);
}
.brand-logo-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(5, 1fr);
  margin-top: 74px;
  display: grid;
}
.brand-logo-grid div {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff52;
  place-items: center;
  min-height: 145px;
  padding: 26px;
  display: grid;
}
.brand-logo-grid img {
  object-fit: contain;
  max-width: 125px;
  max-height: 58px;
}
.page-cta {
  color: #fff;
  background: #242622;
  justify-content: space-between;
  align-items: flex-end;
  gap: 55px;
  padding: 90px clamp(24px, 8vw, 132px);
  display: flex;
}
.page-cta h2 {
  font-size: clamp(42px, 5vw, 70px);
}
.project-filter {
  z-index: 10;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 0 clamp(24px, 8vw, 132px);
  display: flex;
  position: sticky;
  top: 0;
}
.project-filter a {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 34px;
  padding: 22px 34px 20px 0;
  font-size: 10px;
  font-weight: 700;
}
.project-filter span {
  color: var(--blue);
  margin-left: 8px;
}
.project-overview {
  grid-template-columns: 1.15fr 0.65fr;
  align-items: end;
  gap: 90px;
  display: grid;
}
.project-overview > p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}
.project-category {
  border-top: 1px solid var(--line);
  scroll-margin-top: 64px;
}
.project-category--cream {
  background: var(--cream);
}
.category-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  display: flex;
}
.category-head > div {
  align-items: baseline;
  gap: 25px;
  display: flex;
}
.category-head span {
  color: var(--blue);
  letter-spacing: 0.15em;
  font-size: 10px;
}
.category-head h2 {
  font-size: clamp(50px, 6vw, 84px);
}
.category-head > p {
  max-width: 510px;
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}
.category-head b {
  color: var(--ink);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 9px;
  display: block;
}
.contact-layout {
  grid-template-columns: 1.1fr 0.8fr;
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
  display: grid;
}
.contact-photo {
  min-height: 600px;
  overflow: hidden;
}
.contact-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
}
.contact-details .button {
  margin-top: 12px;
}
.contact-actions {
  background: var(--cream);
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.contact-actions article {
  padding: 20px clamp(24px, 5vw, 72px) 20px 0;
}
.contact-actions article + article {
  border-left: 1px solid var(--line);
  padding-left: clamp(24px, 5vw, 72px);
}
.contact-actions span {
  color: var(--blue);
  letter-spacing: 0.15em;
  font-size: 9px;
}
.contact-actions h3 {
  margin: 34px 0 20px;
  font-family: Georgia, serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
}
.contact-actions p {
  max-width: 520px;
  color: var(--muted);
  margin: 0 0 32px;
  font-size: 13px;
  line-height: 1.75;
}
.site-footer {
  color: #ffffff9e;
  background: #111311;
  padding: 70px clamp(24px, 8vw, 132px) 32px;
}
.footer-main {
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  display: flex;
}
.footer-main > p {
  text-align: right;
  max-width: 470px;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}
.brand-lockup--footer {
  color: #fff;
}
.footer-links {
  color: #fff;
  letter-spacing: 0.08em;
  border-top: 1px solid #ffffff24;
  border-bottom: 1px solid #ffffff24;
  flex-wrap: wrap;
  gap: 24px 36px;
  margin: 58px 0 46px;
  padding: 28px 0;
  font-size: 10px;
  display: flex;
}
.footer-bottom {
  justify-content: space-between;
  gap: 24px;
  font-size: 10px;
  display: flex;
}
@media (width<=1060px) {
  .desktop-nav {
    gap: 20px;
  }
  .header-cta {
    display: none;
  }
  .site-header {
    grid-template-columns: 1fr auto;
  }
}
@media (width<=820px) {
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    justify-self: end;
    display: block;
  }
  .mobile-menu summary {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 42px;
    height: 42px;
    list-style: none;
    display: flex;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    background: currentColor;
    width: 23px;
    height: 1px;
  }
  .mobile-menu nav {
    color: #fff;
    background: #181a18;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 28px;
    display: flex;
    position: absolute;
    top: 96px;
    left: 0;
  }
  .site-header--inner .mobile-menu nav {
    background: var(--paper);
    color: var(--ink);
    border-bottom: 1px solid var(--line);
  }
  .mobile-menu nav a {
    font-family: Georgia, serif;
    font-size: 25px;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .metrics article:nth-child(2) {
    border-right: none;
  }
  .metrics article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .story,
  .section-intro,
  .projects-head,
  .brands-head,
  .enquiry,
  .project-overview,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .story-body {
    padding-top: 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-grid article {
    border-bottom: 1px solid #ffffff29;
    border-right: none;
    min-height: auto;
  }
  .service-grid article:last-child {
    border-bottom: none;
  }
  .service-grid svg {
    margin-bottom: 35px;
  }
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-section,
  .subsidiary-feature {
    grid-template-columns: 1fr;
  }
  .process-image {
    min-height: 500px;
  }
  .subsidiary-feature--reverse .subsidiary-photo {
    order: 0;
  }
  .subsidiary-photo {
    height: 60vh;
    min-height: 460px;
  }
  .brand-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .showroom-cards {
    grid-template-columns: 1fr;
  }
  .showroom-cards > a:first-child {
    border-bottom: 1px solid #ffffff2e;
    border-right: none;
  }
  .enquiry address {
    padding-top: 55px;
  }
  .page-cta,
  .category-head,
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-main > p {
    text-align: left;
  }
  .contact-photo,
  .contact-photo img {
    min-height: 450px;
  }
}
@media (width<=600px) {
  .announcement p {
    display: none;
  }
  .announcement {
    justify-content: center;
  }
  .site-header {
    height: 82px;
  }
  .site-header--overlay {
    top: 34px;
  }
  .brand-lockup img {
    width: 92px;
    height: 56px;
  }
  .brand-lockup strong {
    font-size: 12px;
  }
  .brand-lockup small {
    font-size: 5px;
  }
  .mobile-menu nav {
    top: 82px;
  }
  .hero {
    background-position: 57%;
    height: calc(100svh - 34px);
    min-height: 710px;
  }
  .hero-content {
    top: 49%;
    transform: translateY(-40%);
  }
  h1 {
    font-size: 53px;
  }
  .hero-copy {
    max-width: 94%;
    font-size: 14px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .hero-note {
    display: none;
  }
  .metrics article {
    min-height: 120px;
    padding: 24px 20px;
  }
  .metrics span {
    font-size: 8px;
    line-height: 1.45;
  }
  .section-pad {
    padding: 86px 24px;
  }
  .service-grid {
    margin-top: 52px;
  }
  .service-grid article {
    padding: 34px 24px 38px;
  }
  .projects-grid {
    gap-top: 42px;
    grid-template-columns: 1fr;
  }
  .project-card-image {
    aspect-ratio: 1.08;
  }
  .process-image {
    min-height: 390px;
  }
  .showroom-cards > a {
    min-height: 330px;
    padding: 35px 26px;
  }
  .showroom-cards h3 {
    margin-top: 42px;
  }
  .inner-hero {
    min-height: 430px;
    padding: 90px 24px 70px;
  }
  .inner-hero h1 {
    font-size: 52px;
  }
  .subsidiary-photo {
    height: 46vh;
    min-height: 340px;
  }
  .brand-logo-grid div {
    min-height: 110px;
    padding: 20px;
  }
  .project-filter {
    white-space: nowrap;
    padding: 0 24px;
    overflow-x: auto;
  }
  .project-filter a {
    margin-right: 22px;
    padding-right: 10px;
  }
  .category-head {
    gap: 22px;
  }
  .contact-actions {
    grid-template-columns: 1fr;
  }
  .contact-actions article {
    padding: 10px 0 50px;
  }
  .contact-actions article + article {
    border-top: 1px solid var(--line);
    border-left: none;
    padding: 50px 0 10px;
  }
  .contact-photo,
  .contact-photo img {
    min-height: 330px;
  }
  .footer-links {
    gap: 22px 28px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
