@font-face {
  font-family: "SCM Narrow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NimbusSansNarrow-Regular.otf") format("opentype");
}

@font-face {
  font-family: "SCM Narrow";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("../fonts/NimbusSansNarrow-Bold.otf") format("opentype");
}

:root {
  --paper: #f4f0e9;
  --paper-strong: #fbf8f2;
  --ink: #121212;
  --muted: #625f59;
  --line: rgba(18, 18, 18, 0.24);
  --line-soft: rgba(18, 18, 18, 0.12);
  --red: #ba211c;
  --red-dark: #8f1512;
  --green: #4b8d25;
  --amber: #e28a00;
  --display: "SCM Narrow", Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --narrow: "SCM Narrow", "Arial Narrow", Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --shadow: 0 18px 55px rgba(31, 24, 16, 0.12);
  --radius: 2px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.8), transparent 34rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 45%),
    var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(186, 33, 28, 0.45);
  outline-offset: 4px;
}

::selection {
  color: #fff;
  background: var(--red);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container,
.container-wide {
  width: min(calc(100% - 64px), 1456px);
  margin-inline: auto;
}

.container {
  max-width: 1280px;
}

.demo-banner {
  padding: 7px 20px;
  color: #fff;
  background: var(--red-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 30;
  background: rgba(244, 240, 233, 0.96);
}

.header-inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-block;
  font-family: var(--display);
  font-size: clamp(23px, 2.2vw, 35px);
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  white-space: nowrap;
}

.site-logo-link {
  width: 200px;
  height: 82px;
  overflow: hidden;
  vertical-align: middle;
}

.site-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site-nav {
  display: flex;
  align-self: stretch;
  align-items: stretch;
  gap: clamp(24px, 4.4vw, 67px);
}

.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--narrow);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--red);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
}

.nav-toggle > span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--red);
  font-family: var(--narrow);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.eyebrow::after {
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 15px;
  background: var(--red);
  content: "";
}

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

.display-title,
.page-title,
.section-title,
.panel-title {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0.008em;
  line-height: 0.98;
}

.display-title {
  width: 145%;
  max-width: none;
  margin-right: -45%;
  font-size: clamp(48px, 5.1vw, 82px);
  transform: scaleX(0.69);
  transform-origin: left top;
}

.page-title {
  font-size: clamp(50px, 6vw, 88px);
}

.section-title {
  font-size: clamp(38px, 4.4vw, 64px);
}

.panel-title {
  font-size: clamp(32px, 3.7vw, 53px);
}

.lead {
  max-width: 690px;
  color: #2a2926;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid var(--ink);
  font-family: var(--narrow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button.primary {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.button.primary:hover {
  border-color: var(--red-dark);
  background: var(--red-dark);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.24);
}

.button.secondary:hover {
  color: #fff;
  background: var(--ink);
}

.text-link {
  position: relative;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--red);
  content: "";
  transition: height 150ms ease;
}

.text-link:hover::after {
  height: 3px;
}

.hero {
  position: relative;
  min-height: 545px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  min-height: 545px;
  grid-template-columns: minmax(390px, 0.88fr) minmax(590px, 1.35fr);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 64px 22px 58px 8px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.hero-copy::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -130px;
  bottom: 0;
  width: 280px;
  background: linear-gradient(90deg, var(--paper) 15%, rgba(244, 240, 233, 0));
  content: "";
}

.hero-copy .lead {
  max-width: 560px;
  margin: 24px 0 0;
}

.hero-media {
  position: relative;
  min-height: 545px;
  overflow: hidden;
  background: #8e7a60;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 500ms ease;
}

.hero-media img.is-active {
  opacity: 1;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 240, 233, 0.09), transparent 30%);
  content: "";
  pointer-events: none;
}

.demo-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  padding: 6px 9px;
  color: #fff;
  background: rgba(18, 18, 18, 0.8);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.craft-grid {
  display: grid;
  min-height: 82px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.craft-item {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 10px 28px;
  border-right: 1px solid var(--line);
  font-size: clamp(14px, 1.3vw, 18px);
}

.craft-item:last-child {
  border-right: 0;
}

.craft-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 21px;
}

.feature-tiles {
  display: grid;
  gap: 18px;
  padding-block: 16px 36px;
  grid-template-columns: repeat(2, 1fr);
}

.image-tile {
  position: relative;
  min-height: 265px;
  overflow: hidden;
  color: #fff;
  background: #392d20;
}

.image-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

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

.image-tile::after {
  position: absolute;
  inset: 28% 0 0;
  background: linear-gradient(transparent, rgba(8, 6, 3, 0.8));
  content: "";
}

.tile-label {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 25px;
  left: 30px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(24px, 2.5vw, 36px);
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.tile-label::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 13px;
  background: var(--red);
  content: "";
}

.section {
  padding-block: clamp(66px, 8vw, 118px);
}

.section.compact {
  padding-block: clamp(48px, 6vw, 82px);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 38px;
}

.section-heading .lead {
  max-width: 510px;
  margin-bottom: 0;
}

.dark-section {
  color: #fff;
  background: #141311;
}

.dark-section .lead,
.dark-section .muted {
  color: #cfc8bd;
}

.page-intro {
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--line);
}

.page-intro .lead {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: 16px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  margin-top: 25px;
}

.filter-button {
  position: relative;
  padding: 0 0 11px;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--red);
}

.filter-button.is-active::after {
  transform: scaleX(1);
}

.models-section {
  padding: 14px 0 78px;
}

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

.model-card {
  min-width: 0;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.24);
}

.model-card[hidden] {
  display: none;
}

.model-media {
  position: relative;
  display: block;
  aspect-ratio: 1.72 / 1;
  overflow: hidden;
  background: #85755f;
}

.model-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.model-card:hover .model-media img {
  transform: scale(1.025);
}

.model-body {
  padding: 12px 15px 13px;
}

.model-meta {
  margin: 0 0 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.model-meta span {
  color: var(--red);
}

.model-meta b {
  margin-inline: 9px;
}

.model-body h2 {
  margin: 0 0 9px;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 600;
  line-height: 1.2;
}

.model-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.status.available {
  color: var(--green);
}

.status.finishing {
  color: var(--amber);
}

.model-detail {
  display: grid;
  gap: clamp(38px, 6vw, 88px);
  padding-block: 46px 95px;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
  align-items: start;
}

.model-detail-media {
  position: sticky;
  top: 30px;
  overflow: hidden;
  background: #82725b;
  box-shadow: var(--shadow);
}

.model-detail-media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.model-detail-copy h1 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 0.96;
}

.model-detail-copy .lead {
  margin: 28px 0;
}

.model-detail-copy h2 {
  margin: 34px 0 14px;
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.spec-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.spec-list div {
  display: grid;
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-soft);
  grid-template-columns: 110px 1fr;
}

.spec-list dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 0;
  font-size: 14px;
}

.feature-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
}

.feature-list li::before {
  position: absolute;
  top: 0.63em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--red);
  content: "";
}

.fine-print,
.muted {
  color: var(--muted);
  font-size: 13px;
}

.custom-hero {
  display: grid;
  gap: clamp(40px, 4vw, 60px);
  padding-block: 20px 38px;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  align-items: center;
}

.custom-hero-media {
  min-height: 425px;
  overflow: hidden;
  background: #5c4d3d;
}

.custom-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 425px;
  object-fit: cover;
}

.custom-hero-copy {
  padding: 20px 0;
}

.custom-hero-copy .lead {
  margin: 22px 0 0;
  font-size: 16px;
}

.custom-hero-copy .display-title span {
  display: block;
  white-space: nowrap;
}

.process-wrap {
  padding-bottom: 30px;
}

.process-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.process-heading::before,
.process-heading::after {
  height: 1px;
  flex: 1;
  background: var(--line);
  content: "";
}

.process-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr) minmax(220px, 0.9fr);
}

.process-step {
  display: grid;
  gap: 15px;
  min-height: 108px;
  padding: 10px 28px 10px 0;
  border-right: 1px solid var(--line);
  grid-template-columns: auto 1fr;
}

.process-step + .process-step {
  padding-left: 28px;
}

.process-number {
  color: var(--red);
  font-family: var(--display);
  font-size: 60px;
  line-height: 0.9;
}

.process-copy h3 {
  margin: 2px 0 7px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-copy p {
  margin: 0;
  color: #383632;
  font-size: 12px;
}

.process-facts {
  display: grid;
  gap: 11px;
  padding-left: 36px;
  align-content: center;
}

.process-fact {
  display: grid;
  gap: 11px;
  grid-template-columns: 32px 1fr;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.process-fact strong {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 400;
}

.three-tiles {
  display: grid;
  gap: 8px;
  padding: 0 0 68px;
  grid-template-columns: repeat(3, 1fr);
}

.three-tiles .image-tile {
  min-height: 280px;
}

.gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}

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

.realisation-card {
  position: relative;
  display: block;
  min-height: 320px;
  overflow: hidden;
  color: #fff;
  background: #6c5b48;
}

.realisation-card img,
.realisation-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realisation-card img {
  transition: transform 450ms ease, filter 450ms ease;
}

.realisation-card:hover img {
  filter: brightness(0.72);
  transform: scale(1.025);
}

.realisation-caption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--display);
  font-size: 24px;
  letter-spacing: 0.035em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.realisation-caption span {
  font-size: 16px;
}

.realisation-hero {
  display: block;
  max-height: 720px;
  min-height: 440px;
  object-position: center;
}

.detail-heading {
  margin: 50px 0 20px;
}

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

.photo-placeholder {
  display: grid;
  min-height: 220px;
  place-items: center;
  border: 1px dashed var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.32);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gallery-item {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 0;
  padding: 0;
  color: #fff;
  background: #6c5b48;
  cursor: zoom-in;
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(6) {
  grid-column: span 7;
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(5) {
  grid-column: span 5;
}

.gallery-item:nth-child(3),
.gallery-item:nth-child(4) {
  grid-column: span 6;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease, filter 450ms ease;
}

.gallery-item:hover img {
  filter: brightness(0.72);
  transform: scale(1.025);
}

.gallery-caption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  margin: 0;
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: 0.035em;
  text-align: left;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.lightbox {
  width: min(1080px, calc(100% - 30px));
  max-height: 92vh;
  border: 0;
  padding: 0;
  color: #fff;
  background: #111;
  box-shadow: 0 25px 90px rgba(0, 0, 0, 0.55);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.lightbox figure {
  margin: 0;
}

.lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.lightbox figcaption {
  padding: 12px 70px 14px 18px;
  font-size: 13px;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  font-size: 25px;
  cursor: pointer;
}

.split-section {
  display: grid;
  gap: clamp(38px, 7vw, 100px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
}

.split-section.reverse {
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
}

.split-section.reverse .split-media {
  order: 2;
}

.split-media {
  min-height: 470px;
  overflow: hidden;
  background: #6e5a44;
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.split-copy .lead {
  margin: 24px 0 0;
}

.number-stats {
  display: grid;
  gap: 20px;
  margin-top: 34px;
  grid-template-columns: repeat(3, 1fr);
}

.number-stat {
  padding-top: 17px;
  border-top: 2px solid var(--red);
}

.number-stat strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--display);
  font-size: 35px;
  letter-spacing: 0.02em;
}

.number-stat span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.values-grid {
  display: grid;
  gap: 16px;
  margin-top: 36px;
  grid-template-columns: repeat(3, 1fr);
}

.value-card {
  min-height: 205px;
  padding: 28px;
  border: 1px solid var(--line);
}

.value-card span {
  color: var(--red);
  font-family: var(--display);
  font-size: 37px;
}

.value-card h3 {
  margin: 26px 0 10px;
  font-family: var(--display);
  font-size: 25px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-layout {
  display: grid;
  gap: clamp(45px, 8vw, 110px);
  padding-block: 52px 92px;
  grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 30px;
}

.contact-copy .lead {
  margin: 22px 0 28px;
}

.contact-email {
  display: inline-block;
  overflow-wrap: anywhere;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--red);
  font-weight: 700;
}

.contact-notes {
  display: grid;
  gap: 11px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.contact-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-form {
  padding: clamp(25px, 4vw, 48px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.32);
}

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

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.field-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(18, 18, 18, 0.38);
  border-radius: 0;
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.55);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field textarea {
  min-height: 170px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(186, 33, 28, 0.12);
}

.checkbox-field {
  display: grid;
  gap: 11px;
  grid-template-columns: 20px 1fr;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--red);
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
}

.form-status {
  min-height: 24px;
  margin: 15px 0 0;
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 700;
}

.form-status.success {
  color: var(--green);
}

.info-page {
  display: grid;
  gap: 70px;
  padding-block: 55px 90px;
  grid-template-columns: 290px minmax(0, 760px);
  justify-content: center;
}

.info-page aside {
  position: sticky;
  top: 30px;
  align-self: start;
}

.info-page aside a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-content h1 {
  margin: 0 0 35px;
  font-family: var(--display);
  font-size: clamp(47px, 5.8vw, 75px);
  line-height: 0.98;
}

.info-content h2 {
  margin: 38px 0 12px;
  font-family: var(--display);
  font-size: 27px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.info-content p,
.info-content li {
  color: #3d3a36;
}

.notice {
  padding: 18px 20px;
  border-left: 3px solid var(--red);
  background: rgba(255, 255, 255, 0.42);
  font-size: 14px;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 45px 0;
  border-top: 1px solid var(--line);
}

.cta-band h2 {
  max-width: 700px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.empty-state {
  padding: 100px 20px;
  text-align: center;
}

.site-footer {
  padding-top: 62px;
  color: #e7e0d5;
  background: #151412;
}

.footer-grid {
  display: grid;
  gap: 48px;
  padding-bottom: 55px;
  grid-template-columns: 1.45fr 0.75fr 0.75fr 1.1fr;
}

.footer-grid > div:first-child p {
  max-width: 330px;
  margin: 18px 0 0;
  color: #aaa39a;
  font-size: 13px;
}

.footer-wordmark {
  color: #fff;
  font-size: 27px;
}

.footer-grid h2 {
  margin: 4px 0 18px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) a {
  display: block;
  width: fit-content;
  margin: 0 0 9px;
  color: #aaa39a;
  font-size: 13px;
}

.footer-grid > div:not(:first-child) a:hover {
  color: #fff;
}

.footer-grid .footer-email {
  color: #fff !important;
  overflow-wrap: anywhere;
  border-bottom: 1px solid var(--red);
}

.footer-grid > div:last-child p {
  margin: 16px 0 0;
  color: #aaa39a;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #77736d;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 25px;
  }

  .hero-grid {
    grid-template-columns: minmax(350px, 0.8fr) minmax(500px, 1.2fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .process-step:nth-child(3),
  .process-step:nth-child(4) {
    padding-top: 25px;
    border-top: 1px solid var(--line);
  }

  .process-step:nth-child(4) {
    border-right: 0;
  }

  .process-facts {
    padding: 28px 0 0;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 920px) {
  .container,
  .container-wide {
    width: min(calc(100% - 38px), 1280px);
  }

  .header-inner {
    min-height: 72px;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    z-index: 50;
    top: var(--menu-top, 100px);
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 40px 24px;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-nav a {
    min-height: 58px;
    justify-content: center;
    border-bottom: 1px solid var(--line-soft);
    font-size: 17px;
  }

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

  .hero-grid,
  .custom-hero,
  .split-section,
  .split-section.reverse,
  .model-detail,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 55px 0 45px;
  }

  .hero-copy::after {
    display: none;
  }

  .hero-media,
  .hero-grid {
    min-height: 0;
  }

  .hero-media {
    aspect-ratio: 16 / 9;
  }

  .feature-tiles,
  .three-tiles,
  .model-grid,
  .values-grid,
  .realisation-grid,
  .detail-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-tiles .image-tile:last-child,
  .three-tiles .image-tile:last-child,
  .model-card:last-child,
  .value-card:last-child {
    grid-column: 1 / -1;
  }

  .custom-hero-media,
  .custom-hero-media img {
    min-height: 380px;
  }

  .custom-hero-copy {
    padding: 15px 0 25px;
  }

  .model-detail-media,
  .contact-copy {
    position: relative;
    top: auto;
  }

  .model-detail-media img {
    min-height: 0;
  }

  .split-section.reverse .split-media {
    order: initial;
  }

  .split-media,
  .split-media img {
    min-height: 400px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .container,
  .container-wide {
    width: min(calc(100% - 28px), 1280px);
  }

  .demo-banner {
    padding-inline: 14px;
    font-size: 9px;
  }

  .wordmark {
    font-size: 23px;
  }

  .site-logo-link {
    width: 155px;
    height: 68px;
  }

  .display-title {
    font-size: clamp(43px, 14vw, 65px);
  }

  .custom-hero-copy .display-title span {
    white-space: normal;
  }

  .page-title {
    font-size: clamp(46px, 16vw, 67px);
  }

  .craft-grid,
  .feature-tiles,
  .three-tiles,
  .model-grid,
  .values-grid,
  .realisation-grid,
  .detail-photo-grid,
  .number-stats,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .craft-item {
    min-height: 70px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .craft-item:last-child {
    border-bottom: 0;
  }

  .feature-tiles .image-tile:last-child,
  .three-tiles .image-tile:last-child,
  .model-card:last-child,
  .value-card:last-child {
    grid-column: auto;
  }

  .image-tile,
  .three-tiles .image-tile {
    min-height: 235px;
  }

  .section-heading,
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .filters {
    gap: 21px;
  }

  .model-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .model-actions .text-link {
    margin-top: 3px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-step,
  .process-step + .process-step {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-step:nth-child(3),
  .process-step:nth-child(4) {
    border-top: 0;
  }

  .process-facts {
    grid-template-columns: 1fr;
  }

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

  .gallery-item:nth-child(n) {
    min-height: 255px;
    grid-column: auto;
  }

  .split-media,
  .split-media img,
  .custom-hero-media,
  .custom-hero-media img {
    min-height: 290px;
  }

  .info-page {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .info-page aside {
    position: relative;
    top: auto;
  }

  .field.full {
    grid-column: auto;
  }

  .footer-grid {
    gap: 35px;
  }

  .footer-bottom {
    padding-block: 18px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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