:root {
  --oxal-bg: #111315;
  --oxal-deep: #090a0b;
  --oxal-footer: #0a0b0c;
  --oxal-subfooter: #080909;
  --oxal-card: #181b1e;
  --oxal-secondary: #1e2226;
  --oxal-text: #dee0e3;
  --oxal-muted: #95a3b0;
  --oxal-red: #c4102e;
  --oxal-border: rgb(255 255 255 / 8%);
  --oxal-container: 1280px;
  --oxal-content: 1184px;
  --oxal-pad: clamp(24px, 4vw, 48px);
  --oxal-radius: 2px;
  --oxal-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--oxal-bg); color-scheme: dark; }
body {
  margin: 0;
  min-height: 100%;
  background: var(--oxal-bg);
  color: var(--oxal-text);
  font-family: var(--oxal-font);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--oxal-red); outline-offset: 3px; }

.oxal-container {
  width: min(var(--oxal-container), calc(100% - (var(--oxal-pad) * 2)));
  margin-inline: auto;
}
.oxal-main { min-height: 60vh; }
.oxal-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--oxal-red);
  color: #fff;
  padding: 10px 14px;
}
.oxal-skip-link:focus { transform: translateY(0); }

.oxal-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease;
}
.oxal-header.is-scrolled,
body:not(.home) .oxal-header {
  background: rgb(12 14 15 / 97%);
  border-color: var(--oxal-border);
  backdrop-filter: blur(12px);
}
.oxal-header__inner {
  width: min(var(--oxal-container), calc(100% - 48px));
  height: 81px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: height .25s ease;
}
.oxal-header.is-scrolled .oxal-header__inner { height: 58px; }
.oxal-logo { display: flex; align-items: center; gap: 12px; min-width: 170px; }
.oxal-logo__mark { width: auto; height: 58px; transition: height .25s ease; }
.oxal-header.is-scrolled .oxal-logo__mark { height: 36px; }
.oxal-logo__text { display: flex; flex-direction: column; gap: 1px; line-height: 1; }
.oxal-logo__text strong { color: var(--oxal-red); letter-spacing: .28em; font-size: 16px; }
.oxal-logo__text small { color: rgb(149 163 176 / 50%); letter-spacing: .22em; font-size: 8px; }
.oxal-nav { display: flex; align-items: center; gap: 0; }
.oxal-nav a {
  padding: 7px 10px;
  color: rgb(222 224 227 / 58%);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .07em;
  white-space: nowrap;
}
.oxal-nav a:hover { color: var(--oxal-text); }
.oxal-header__actions { display: flex; align-items: center; gap: 14px; }
.oxal-lang { display: flex; align-items: center; gap: 6px; color: rgb(149 163 176 / 45%); font-size: 12px; letter-spacing: .08em; }
.oxal-lang .is-active { color: var(--oxal-text); font-weight: 600; }
.oxal-contact-cta,
.oxal-mobile-nav__cta {
  background: var(--oxal-red);
  color: #fff;
  padding: 10px 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}
.oxal-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--oxal-text);
  padding: 8px;
}
.oxal-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.oxal-menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.oxal-mobile-nav {
  background: #0c0e0f;
  border-top: 1px solid var(--oxal-border);
  padding: 20px 24px 28px;
}
.oxal-mobile-nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgb(255 255 255 / 6%);
  color: rgb(222 224 227 / 85%);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
}
.oxal-mobile-nav__cta { text-align: center; border: 0 !important; margin-top: 20px; }

.oxal-home-hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(90deg, rgb(8 9 9 / 92%), rgb(8 9 9 / 70%), rgb(8 9 9 / 30%)), linear-gradient(0deg, rgb(8 9 9 / 85%), transparent 55%, rgb(8 9 9 / 45%)), var(--hero-image) center 50% / cover;
}
.oxal-home-hero__content { padding-top: 128px; padding-bottom: clamp(80px, 10vh, 110px); }
.oxal-red-line { width: 32px; height: 1px; background: var(--oxal-red); margin-bottom: 28px; }
.oxal-home-hero p {
  color: rgb(222 224 227 / 42%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .32em;
}
h1, h2, h3, p { margin-top: 0; }
.oxal-home-hero h1 {
  max-width: 840px;
  margin: 0 0 26px;
  font-size: clamp(2.2rem, 5.5vw, 5rem);
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: 0;
}
.oxal-home-hero__intro {
  max-width: 760px;
  margin-bottom: 38px;
  color: var(--oxal-muted);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
.oxal-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.oxal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--oxal-red);
  background: var(--oxal-red);
  color: #fff;
  padding: 11px 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.oxal-btn--outline {
  background: transparent;
  border-color: rgb(255 255 255 / 22%);
  color: rgb(222 224 227 / 78%);
}
.oxal-btn:hover { filter: brightness(1.12); }
.oxal-text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--oxal-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.oxal-text-link::after {
	content: url("https://oxalstage.netway.dev/wp-content/uploads/2026/07/arrow-red.svg");
	width: 13px;
	height: 13px;
	color: var(--oxal-red);
	margin-left: 0.5rem;
}

.oxal-facts { background: var(--oxal-card); border-block: 1px solid var(--oxal-border); }
.oxal-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.oxal-facts__grid div { padding: 40px 32px; border-right: 1px solid var(--oxal-border); }
.oxal-facts__grid div:last-child { border-right: 0; }
.oxal-facts strong { display: block; margin-bottom: 6px; font-size: clamp(1.1rem, 2vw, 1.6rem); font-weight: 300; }
.oxal-facts span { display: block; color: var(--oxal-muted); font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.35; }

.oxal-section {
  padding: clamp(80px, 10vw, 136px) 0;
  background: var(--oxal-bg);
  border-top: 1px solid var(--oxal-border);
}
.oxal-section--card { background: var(--oxal-card); }
.oxal-section--compact { padding-block: clamp(64px, 8vw, 92px); }
.oxal-section--texture {
  background-image: url("../images/texture.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: clamp(200px, 28vw, 420px);
}

.oxal-section--background { background-color: var(--oxal-card); }
.oxal-section-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: rgb(149 163 176 / 68%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
}
.oxal-section-tag span { width: 24px; height: 1px; background: var(--oxal-red); }
p.oxal-section-tag { color: var(--oxal-red) !important; font-size: 11px !important; font-weight: 700 !important; }
p.oxal-section-tag span { display: none; }
.oxal-section h2,
.oxal-cinematic h2,
.oxal-environment-band h2,
.oxal-prefooter h2,
.oxal-contact-page h2 {
  margin-bottom: 32px;
  color: var(--oxal-text);
  font-size: clamp(1.7rem,3.5vw,3rem);
  line-height: 1.375;
  font-weight: 300;
  letter-spacing: 0;
}
.oxal-section ul { margin-left: 0; padding-left: 0; list-style: none; }
.oxal-section p,
.oxal-section li,
.oxal-lead {
  color: var(--oxal-muted);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 300;
}
.oxal-section li { display: flex; margin-left: 1rem; align-items: center; }
.oxal-section li:not(.oxal-contact-list li)::before { content: ''; border-bottom: 1px solid var(--oxal-red); display: block; width: 1rem; left: -1rem; position: relative; }

.oxal-lead { max-width: 760px; margin-bottom: 44px; }

.oxal-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(44px, 7vw, 84px);
  align-items: center;
}
.oxal-split--image-right .oxal-split__image { order: 2; }
.oxal-split__image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
	border-radius: 18px 0 14px 0;
}
.oxal-split__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 18px 0 14px 0;
  background: var(--oxal-card);
}
.oxal-split__media--video,
.oxal-split__media.is-loaded { aspect-ratio: 16 / 9; }
.oxal-split__media img,
.oxal-split__media iframe,
.oxal-split__media video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}
.oxal-split__media img { border-radius: 0; }
.oxal-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: var(--oxal-text);
  cursor: pointer;
  background: transparent;
}
.oxal-video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(9 12 14 / 22%);
  transition: background .2s ease;
}
.oxal-video-poster:hover::after,
.oxal-video-poster:focus-visible::after { background: rgb(9 12 14 / 10%); }
.oxal-video-poster__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgb(255 255 255 / 58%);
  border-radius: 50%;
  background: rgb(12 17 20 / 58%);
  backdrop-filter: blur(8px);
}
.oxal-video-poster__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid currentColor;
}
.oxal-bullets { display: grid; gap: 12px; padding: 0; margin: 24px 0; list-style: none; }
.oxal-bullets li { color: rgb(222 224 227 / 74%); }
.oxal-bullets li::before { content: ""; display: inline-block; width: 18px; height: 1px; margin-right: 12px; vertical-align: middle; background: var(--oxal-red); }

.oxal-video-row__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.oxal-video-row__inner--full {
  width: 100%;
  padding-inline: var(--oxal-pad);
}
.oxal-video-row__content { max-width: 680px; }
.oxal-video-row__inner--full .oxal-video-row__content { margin-left: max(0px, calc((100vw - var(--oxal-container)) / 2)); }
.oxal-video-row__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--oxal-card);
  border: 1px solid var(--oxal-border);
}
.oxal-video-row__media iframe,
.oxal-video-row__media video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}
.oxal-video-row__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2%));
}
.oxal-video-row__link {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--oxal-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.oxal-cinematic {
  position: relative;
  padding: clamp(86px, 12vw, 160px) 0 clamp(96px, 14vw, 180px);
  background: linear-gradient(rgb(8 9 9 / 76%), rgb(8 9 9 / 76%)), var(--section-image) center right / cover fixed;
  border-top: 1px solid var(--oxal-border);
}
.oxal-cinematic__intro { min-height: min(72vh, 760px); display: flex; flex-direction: column; justify-content: center; max-width: 760px; }
.oxal-cinematic p { color: rgb(222 224 227 / 68%); font-size: 15px; line-height: 1.85; }
.oxal-glass-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.oxal-glass-grid article {
  display: flex;
  min-height: 315px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid rgb(255 255 255 / 10%);
  background: rgb(220 220 215 / 10%);
  backdrop-filter: blur(10px);
}
.oxal-glass-grid span { color: rgb(255 255 255 / 48%); font-size: 10px; font-weight: 700; letter-spacing: .24em; }
.oxal-glass-grid h3 { color: rgb(255 255 255 / 90%); font-size: clamp(1.15rem, 2vw, 1.55rem); }
.oxal-glass-grid p { flex: 1; color: rgb(255 255 255 / 62%); font-size: 14px; }
.oxal-glass-grid a { color: var(--oxal-red); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.oxal-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 34px 0 8px; }
.oxal-photo-grid div:first-child { grid-row: span 2; }
.oxal-photo-grid img { width: 100%; height: 100%; min-height: 205px;  aspect-ratio: 27/9; object-fit: cover; }
.oxal-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 8px 0 28px; background: var(--oxal-border); }
.oxal-proof-grid div { background: var(--oxal-bg); padding: 20px 22px; color: rgb(222 224 227 / 74%); font-size: 13px; }
.oxal-proof-grid b { margin-right: 12px; color: var(--oxal-red); font-size: 10px; letter-spacing: .22em; }

.oxal-environment-band {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(90px, 12vw, 150px) 0;
  background: linear-gradient(rgb(8 9 9 / 78%), rgb(8 9 9 / 78%)), var(--section-image) center / cover fixed;
}
.oxal-environment-band .oxal-container { max-width: 860px; margin-left: max(var(--oxal-pad), calc((100vw - var(--oxal-container)) / 2)); }
.oxal-environment-band p { color: var(--oxal-muted); line-height: 1.85; font-size: 15px; }
.oxal-environment-band ul { display: grid; gap: 12px; padding: 0; margin: 28px 0 36px; list-style: none; }
.oxal-environment-band li { color: rgb(222 224 227 / 75%); font-size: 15px; }
.oxal-environment-band li::before { content: ""; display: inline-block; width: 16px; height: 1px; margin-right: 12px; vertical-align: middle; background: var(--oxal-red); }

.oxal-inner-hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: flex-end;
  background: var(--hero-image) center / cover;
}
.oxal-inner-hero--compact { min-height: 64vh; }
.oxal-inner-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(8 9 9 / 92%), rgb(8 9 9 / 66%), rgb(8 9 9 / 24%)), linear-gradient(0deg, rgb(8 9 9 / 82%), transparent 55%, rgb(8 9 9 / 45%));
}
.oxal-inner-hero__content {
  position: relative;
  padding-top: 130px;
  padding-bottom: clamp(70px, 9vw, 104px);
}
.oxal-inner-hero h2 {
  max-width: 840px;
  margin-bottom: 24px;
  font-size: clamp(1.8rem,3.8vw,3.2rem);
  line-height: 70px;
  font-weight: 300;
}
.oxal-inner-hero p { max-width: 520px; color: var(--oxal-muted); font-size: 16px; line-height: 1.8; }

.oxal-feature-row {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 44px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid var(--oxal-border);
}
.oxal-feature-row img { width: 100%; height: 240px; object-fit: cover; }
.oxal-feature-row b,
.oxal-numbered b, .oxal-card-grid b {
  display: flex;
	margin-left: 1rem;
	align-items: center;
  margin-bottom: 18px;
  color: var(--oxal-red);
  font-size: 11px;
  letter-spacing: .22em;
}
.oxal-feature-row b:before, .oxal-numbered b:before, .oxal-card-grid b:before {content: '';
  border-bottom: 1px solid var(--oxal-red);
  display: block;
  width: 1rem;
  left: -1rem;
  position: relative;}
.oxal-feature-row h3,
.oxal-numbered h3,
.oxal-card-grid h3,
.oxal-three-grid h3 {
  margin-bottom: 12px;
  color: var(--oxal-text);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.oxal-feature-row h3 { font-size: 15px; }
.oxal-feature-row a { color: var(--oxal-red); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.oxal-numbered__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 36px; background: var(--oxal-border); }
.oxal-numbered__grid article { padding: 30px 24px; background: var(--oxal-bg); }
.oxal-numbered.oxal-section--card .oxal-numbered__grid article { background: var(--oxal-card); }
.oxal-numbered__grid p { font-size: 14px; }

.oxal-numbered__grid--fancy { gap: 0; background: transparent; margin-top: 54px; }
.oxal-numbered__grid--fancy article { display: block; min-height: 250px; padding: 46px 40px; border-right: 1px solid var(--oxal-border); border-bottom: 1px solid var(--oxal-border); background: var(--oxal-bg); }
.oxal-numbered__grid--fancy article:nth-child(2n) { border-right: 0; }
.oxal-numbered__grid--fancy article:nth-last-child(-n+2) { border-bottom: 0; }
.oxal-numbered .oxal-numbered__grid.oxal-numbered__grid--fancy b { display: block; color: var(--oxal-red); font-size: 58px; line-height: 1; opacity: 0.28; font-weight: 300; letter-spacing: .04em; margin: 0 0 26px; }
.oxal-numbered .oxal-numbered__grid.oxal-numbered__grid--fancy b:before { display: none; }
.oxal-numbered .oxal-numbered__grid.oxal-numbered__grid--fancy h3 { margin-bottom: 14px; font-size: 15px; font-weight: 700; }
.oxal-numbered .oxal-numbered__grid.oxal-numbered__grid--fancy p { max-width: 520px; font-size: 14px; line-height: 1.85; margin-bottom: 0; }

.oxal-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 36px; }
.oxal-card-grid article { }
.oxal-card-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px 0 14px 0; }
.oxal-card-grid article > div { padding: 22px 0; }
.oxal-card-grid span { display: block; margin-bottom: 10px; color: var(--oxal-muted); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.oxal-card-grid--projects { grid-template-columns: repeat(3, 1fr); }
.oxal-card-grid--projects article { position: relative; overflow: hidden; }
.oxal-card-grid--projects img { border-radius: 0; }
.oxal-card-grid.oxal-card-grid--projects article > .oxal-project-card__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow-y: auto;
  background-image: linear-gradient(to top, oklab(0 0 0 / 0.82) 0%, oklab(0 0 0 / 0.22) 72%, rgba(0, 0, 0, 0) 100%);
}
.oxal-card-grid.oxal-card-grid--projects article.is-open > .oxal-project-card__overlay {
  justify-content: flex-start;
  background: rgb(12 15 19 / 86%);
  backdrop-filter: blur(2px);
}
.oxal-card-grid.oxal-card-grid--projects article .project-cta {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
  padding: 10px 16px;
  display: inline-flex;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}
.oxal-project-card__overlay p {
  display: none;
  max-width: 92%;
  margin: 18px 0 0;
  color: rgb(222 224 227 / 90%);
  font-size: 14px;
  line-height: 1.75;
}
.oxal-card-grid--projects article.is-open .oxal-project-card__overlay p { display: block; }
.oxal-card-grid--projects article.is-open .project-cta { display: none; }
.oxal-project-card__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: none;
  border: 0;
  background: transparent;
  color: rgb(255 255 255 / 72%);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.oxal-card-grid--projects article.is-open .oxal-project-card__close { display: block; }

.oxal-three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; background: var(--oxal-border); }
.oxal-three-grid article { padding: 34px 28px; background: var(--oxal-bg); }

.oxal-section.oxal-finish-types { background: var(--oxal-card); }
.oxal-finish-types .oxal-three-grid { border-top: 1px solid var(--oxal-border); }
.oxal-finish-types .oxal-three-grid article { background: var(--oxal-card); }

.oxal-section--card.oxal-colours { background: var(--oxal-bg); }
.oxal-colours__tabs { display: flex; flex-wrap: wrap; gap: 0; margin: 28px 0; border: 1px solid var(--oxal-border); }
.oxal-colours__tabs span,
.oxal-colours__tabs button { border-top: none; border-right: 1px solid var(--oxal-border); border-bottom: none; border-left: none; background: transparent; padding: 8px 14px; color: var(--oxal-muted); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; }
.oxal-colours__tabs .is-active { background: #fff; color: var(--oxal-bg); }
.oxal-colours__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.oxal-colours__grid article { background: var(--oxal-bg); }
.oxal-colours__grid img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.oxal-colours__grid h3 { margin: 16px 0 2px 0; color: var(--oxal-text); font-size: 15px; font-weight: 400; }
.oxal-colours__grid p { color: var(--oxal-muted); font-size: 12px; }
.oxal-disclaimer { background: var(--oxal-card); border-top: 1px solid rgb(255 255 255 / 5%); padding: 24px 0; }
.oxal-disclaimer p { max-width: 760px; color: rgb(149 163 176 / 58%); font-size: 12px; line-height: 1.75; }
.oxal-dev-note {
  max-width: 860px;
  border-left: 3px solid rgb(196 16 46 / 60%);
  background: rgb(196 16 46 / 8%);
  padding: 10px 14px;
  color: rgb(222 224 227 / 78%) !important;
  font-size: 12px !important;
}

.oxal-logo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 30px;
}
.oxal-logo-gallery__item {
  display: grid;
  place-items: center;
  min-height: 104px;
  border: 1px solid var(--oxal-border);
  background: rgb(255 255 255 / 3%);
  padding: 18px 22px;
}
.oxal-logo-gallery__item img {
  display: block;
  width: 100%;
  max-width: 124px;
  height: 64px;
  object-fit: contain;
  filter: grayscale(1) contrast(.28) brightness(1.55) opacity(.78);
}

.oxal-prefooter {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 108px) 0;
  border-block: 1px solid var(--oxal-red);
  background: linear-gradient(90deg, rgb(10 13 19 / 72%), rgb(10 13 19 / 28%), rgb(10 13 19 / 68%)), linear-gradient(rgb(15 18 23 / 72%), rgb(15 18 23 / 72%)), var(--section-image) center / cover;
}
.oxal-prefooter__grid,
.oxal-contact-page__grid {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: clamp(44px, 6vw, 76px);
  align-items: start;
}
.oxal-prefooter p,
.oxal-contact-page p { color: var(--oxal-muted); line-height: 1.85; }
.oxal-contact-list { display: grid; gap: 14px; padding: 0; margin: 28px 0 0; list-style: none; }
.oxal-contact-list li { display: flex; align-items: center; gap: 1rem; }
.oxal-contact-list a { color: var(--oxal-muted); font-size: 13px; }
.oxal-contact-list svg { color: var(--oxal-red); }
/* .oxal-contact-list li::before { content: ""; display: inline-block; width: 14px; height: 1px; margin-right: 12px; vertical-align: middle; background: var(--oxal-red); } */

.oxal-form { display: grid; gap: 16px; }
.oxal-form label {
  display: grid;
  gap: 6px;
  color: var(--oxal-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.oxal-form input,
.oxal-form textarea {
  width: 100%;
  border: 1px solid var(--oxal-border);
  border-radius: 0;
  background: var(--oxal-card);
  color: var(--oxal-text);
  padding: 12px 14px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.oxal-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.oxal-form__consent {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px !important;
  color: rgb(149 163 176 / 85%) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.45;
  text-transform: none !important;
}
.oxal-form__consent input { width: auto; margin-top: 3px; }
.oxal-form__consent a { color: var(--oxal-text); text-decoration: underline; }
.oxal-hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.oxal-form__status:not(:empty) { border: 1px solid rgb(196 16 46 / 40%); padding: 12px 14px; color: var(--oxal-text); font-size: 13px; }
.oxal-form input.is-invalid,
.oxal-form textarea.is-invalid,
.oxal-form .is-invalid { border-color: var(--oxal-red); }
.oxal-form button[disabled] { opacity: .65; cursor: progress; }

.oxal-map { position: relative; height: clamp(300px, 40vw, 500px); margin-top: 34px; border: 1px solid var(--oxal-border); background: var(--oxal-bg); }
.oxal-map iframe { width: 100%; height: 100%; border: 0; }
.oxal-map:not(.is-loaded) iframe { display: none; }
.oxal-map button { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); }

.oxal-footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 56px var(--oxal-pad);
  border-top: 1px solid var(--oxal-border);
  background: var(--oxal-footer);
  text-align: center;
}
.oxal-footer__brand img { height: 128px; margin: 0 auto 18px; }
.oxal-footer__brand strong { display: block; color: var(--oxal-red); letter-spacing: .28em; }
.oxal-footer__brand span { color: rgb(149 163 176 / 40%); font-size: 8px; letter-spacing: .28em; }
.oxal-footer__links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; color: rgb(149 163 176 / 44%); font-size: 11px; }
.oxal-footer__links button { border: 0; background: none; color: inherit; cursor: pointer; }
.oxal-subfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px var(--oxal-pad);
  background: var(--oxal-subfooter);
  border-top: 1px solid rgb(255 255 255 / 4%);
  color: rgb(149 163 176 / 36%);
  font-size: 11px;
}
.oxal-subfooter p { margin: 0; }
.oxal-subfooter a { display: flex; align-items: center; gap: 6px; }
.oxal-subfooter img { height: 14px; width: auto; }

.oxal-document-hero {
  padding: 150px 0 70px;
  background: var(--oxal-deep);
  border-bottom: 1px solid var(--oxal-border);
}
.oxal-document-hero h1 {
  max-width: 880px;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.1;
  font-weight: 300;
}
.oxal-document-hero p { max-width: 760px; color: var(--oxal-muted); }
.oxal-document-hero small { color: rgb(149 163 176 / 56%); }
.oxal-document { padding: 70px 0 96px; }
.oxal-document__grid { display: grid; grid-template-columns: minmax(0, 220px) minmax(0, 820px); gap: 56px; align-items: start; }
.oxal-document__toc { position: sticky; top: 96px; border-left: 1px solid var(--oxal-border); padding-left: 18px; }
.oxal-document__toc button { width: 100%; border: 0; background: transparent; color: var(--oxal-text); padding: 0 0 12px; text-align: left; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.oxal-document__toc ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.oxal-document__toc a { color: var(--oxal-muted); font-size: 13px; line-height: 1.4; }
.oxal-document__toc .is-child { padding-left: 14px; }
.oxal-document__content { max-width: 820px; margin-inline: auto; color: rgb(222 224 227 / 82%); }
.oxal-document__content h2,
.oxal-document__content h3 { margin: 2.2em 0 .75em; color: var(--oxal-text); font-weight: 400; }
.oxal-document__content p,
.oxal-document__content li { color: var(--oxal-muted); line-height: 1.85; }
.oxal-document__image img { width: 100%; max-height: 440px; object-fit: cover; margin-bottom: 32px; }

.oxal-certs-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.oxal-certs-grid article { padding: 3rem 0; border-top: 1px solid var(--oxal-border); }
.oxal-certs-grid article h3 { display: flex; margin-left: 1rem; align-items: center; }
.oxal-certs-grid article h3:before { content: ''; border-bottom: 1px solid var(--oxal-red); display: block; width: 1rem; left: -1rem; position: relative; }
.oxal-cert-title {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
}
.oxal-cert-title:hover,
.oxal-cert-title:focus-visible { color: var(--oxal-red); }
.oxal-cert-title__arrow {
  width: 1em;
  height: 1em;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--oxal-red);
  font-size: 18px;
  line-height: 1;
}
.oxal-cert-title__arrow::before {
  content: "\2197";
}
.oxal-lightbox-open { overflow: hidden; }
.oxal-lightbox[hidden] { display: none; }
.oxal-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
}
.oxal-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(5 7 9 / 82%);
  backdrop-filter: blur(6px);
}
.oxal-lightbox__panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  height: min(760px, 88vh);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: #fff;
  border: 1px solid var(--oxal-border);
  box-shadow: 0 24px 80px rgb(0 0 0 / 42%);
}
.oxal-lightbox__bar {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 54px;
  padding: 12px 16px 12px 20px;
  background: var(--oxal-bg);
  border-bottom: 1px solid var(--oxal-border);
}
.oxal-lightbox__bar h2 {
  min-width: 0;
  margin: 0;
  flex: 1;
  overflow: hidden;
  color: var(--oxal-text);
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.oxal-lightbox__close {
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  background:
    linear-gradient(currentColor 0 0) center / 16px 1px no-repeat,
    linear-gradient(currentColor 0 0) center / 1px 16px no-repeat;
  color: var(--oxal-text);
  transform: rotate(45deg);
}
.oxal-lightbox iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

@media (max-width: 1180px) {
  .oxal-nav,
  .oxal-contact-cta { display: none; }
  .oxal-menu-toggle { display: block; }
  .oxal-card-grid--projects { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .oxal-header__inner { width: calc(100% - 32px); height: 72px; }
  .oxal-logo__text { display: none; }
  .oxal-logo__mark { height: 42px; }
  .oxal-home-hero { min-height: 72vh; }
  .oxal-inner-hero { min-height: 66vh; }
  .oxal-facts__grid { grid-template-columns: repeat(2, 1fr); }
  .oxal-facts__grid div { border-bottom: 1px solid var(--oxal-border); }
  .oxal-split,
  .oxal-video-row__inner,
  .oxal-prefooter__grid,
  .oxal-contact-page__grid,
  .oxal-document__grid { grid-template-columns: 1fr; }
  .oxal-video-row__inner--full { padding-inline: var(--oxal-pad); }
  .oxal-video-row__inner--full .oxal-video-row__content { margin-left: 0; }
  .oxal-document__toc { position: static; }
  .oxal-lightbox { padding: 12px; }
  .oxal-lightbox__panel { height: 86vh; }
  .oxal-lightbox__bar { min-height: 50px; padding: 10px 10px 10px 14px; }
  .oxal-lightbox__bar h2 { font-size: 14px; }
  .oxal-split--image-right .oxal-split__image { order: 0; }
  .oxal-glass-grid,
  .oxal-form__row,
  .oxal-card-grid,
  .oxal-three-grid { grid-template-columns: 1fr; }
  .oxal-card-grid--projects { grid-template-columns: repeat(2, 1fr); }
  .oxal-numbered__grid { grid-template-columns: 1fr; }
  .oxal-photo-grid { grid-template-columns: 1fr 1fr; }
  .oxal-photo-grid div:first-child { grid-column: span 2; }
  .oxal-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .oxal-colours__grid { grid-template-columns: repeat(2, 1fr); }
  .oxal-feature-row { grid-template-columns: 1fr; }
  .oxal-cinematic,
  .oxal-environment-band { background-attachment: scroll; }
  .oxal-environment-band .oxal-container { margin-inline: auto; }
}
@media (max-width: 540px) {
  :root { --oxal-pad: 24px; }
  .oxal-lang { display: none; }
  .oxal-home-hero__content { padding-bottom: 64px; }
  .oxal-home-hero__intro { max-width: 100%; }
  .oxal-facts__grid { grid-template-columns: 1fr 1fr; }
  .oxal-facts__grid div { padding: 28px 18px; }
  .oxal-proof-grid,
  .oxal-colours__grid,
  .oxal-card-grid--projects { grid-template-columns: 1fr; }
  .oxal-photo-grid { grid-template-columns: 1fr; }
  .oxal-photo-grid div:first-child { grid-column: auto; }
  .oxal-subfooter { flex-direction: column; justify-content: center; text-align: center; }
  .oxal-inner-hero h2 { font-size: 32px; line-height: 1.16; font-weight: 300; letter-spacing: 0; }
  .oxal-three-grid article { padding: 34px 0; }
  .oxal-numbered__grid { grid-template-columns: 1fr !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .oxal-cinematic,
  .oxal-environment-band { background-attachment: scroll; }
}
.oxal-touch .oxal-cinematic,
.oxal-touch .oxal-environment-band,
.oxal-reduced-motion .oxal-cinematic,
.oxal-reduced-motion .oxal-environment-band { background-attachment: scroll; }


.oxal-inner-hero .oxal-section-tag{
	max-width: none;
	margin: 0 0 18px;
	color: var(--oxal-red) !important;
	font-size: 14px!important;
	font-weight: 700 !important;
	line-height: 1.2;
}


.oxal-logo-gallery__item:hover img {
    filter: grayscale(1) contrast(.34) brightness(1.7) opacity(.92);
}
.oxal-feature-row img{border-radius: 18px 0 14px 0;}