:root {
  --bg: #000000;
  --surface: #0d0d0d;
  --surface-2: #141414;
  --surface-3: #1b1b1b;
  --text: #f5f2ed;
  --muted: #b8b2aa;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.22);
  --accent: #ff2c24;
  --accent-soft: #ff5c45;
  --shell: min(1440px, calc(100vw - 2rem));
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --radius: 14px;
  --radius-sm: 10px;
  --font-body: "Aptos", "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  --font-display: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(255, 44, 36, 0.08), transparent 25%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 18%);
  z-index: -1;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 0.92;
  text-wrap: balance;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.25rem, 5.8vw, 5.9rem);
  max-width: 11ch;
  line-height: 0.95;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4.4rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.25rem, 1.9vw, 1.7rem);
  line-height: 1.08;
}

ul {
  margin: 0;
  padding: 0;
}

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  width: var(--shell);
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
}

.section {
  padding: clamp(2.25rem, 5vw, 4.75rem) 0;
}

.section--border {
  border-top: 1px solid var(--line);
}

.section-head {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(1.35rem, 2.8vw, 2.4rem);
}

.section-head--split {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: end;
}

.section-head__copy {
  color: var(--muted);
  max-width: 44ch;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
}

.section-head h2 {
  max-width: 12ch;
}

.content-box,
.video-box,
.image-box {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.image-box__media {
  margin: 0;
}

.image-box__media img {
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius) - 4px);
}

.image-box__link {
  display: block;
  text-decoration: none;
}

.case-study-animation-wrap {
  padding-top: clamp(1rem, 2vw, 1.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.case-study-animation {
  position: relative;
  width: min(760px, 100%);
  margin: 0 auto;
  aspect-ratio: 620 / 350;
  overflow: hidden;
  border: 0;
  border-radius: calc(var(--radius) + 4px);
  background:
    radial-gradient(circle at 76% 34%, rgba(255, 45, 38, 0.09), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 40%);
  box-shadow: none;
}

.case-study-animation svg {
  display: block;
  width: 100%;
  height: 100%;
}

.case-study-animation .grid-line {
  stroke: rgba(255, 255, 255, 0.055);
  stroke-width: 1;
}

.case-study-animation .axis-line {
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1;
}

.case-study-animation .growth-glow {
  fill: none;
  stroke: rgba(255, 43, 35, 0.15);
  stroke-width: 16;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: blur(8px);
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: drawLine 1.65s cubic-bezier(.65, 0, .2, 1) forwards;
}

.case-study-animation .growth-line {
  fill: none;
  stroke: #ff2d25;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: drawLine 1.65s cubic-bezier(.65, 0, .2, 1) forwards;
}

.case-study-animation .growth-highlight {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: drawLine 1.65s cubic-bezier(.65, 0, .2, 1) forwards;
}

.case-study-animation .arrow-head {
  fill: #ff2d25;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(-14px, 14px) scale(0.7);
  animation: revealArrow 0.4s ease-out 1.4s forwards;
}

.case-study-animation .growth-copy {
  opacity: 0;
  transform: translateY(12px);
  animation: revealCopy 0.55s ease-out 1.65s forwards;
}

.case-study-animation .growth-kicker {
  fill: #ff2d25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
}

.case-study-animation .growth-title {
  fill: #f5f3f0;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.event-journey {
  width: min(1400px, calc(100% - 32px));
  margin: 0 auto;
}

.event-journey__shell {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    var(--surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 14px 35px rgba(0, 0, 0, 0.22);
}

.event-journey__scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

.event-journey__scroll::-webkit-scrollbar {
  height: 5px;
}

.event-journey__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.event-journey__scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.event-journey__panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(235px, 1fr));
  min-width: 1175px;
  padding: 28px 24px;
}

.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  padding: 0 26px;
}

.journey-step:first-child {
  padding-left: 0;
}

.journey-step:last-child {
  padding-right: 0;
}

.journey-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: calc(100% - 8px);
  background: var(--line);
}

.journey-step__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--step-colour);
}

.journey-step__icon svg {
  display: block;
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-step__content {
  min-width: 0;
}

.journey-step__title {
  margin: 2px 0 10px;
  color: var(--step-colour);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.journey-step__description {
  margin: 0;
  max-width: 215px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.journey-step--plan {
  --step-colour: #258ee8;
}

.journey-step--promote {
  --step-colour: #a74ee8;
}

.journey-step--deliver {
  --step-colour: #eb326d;
}

.journey-step--capture {
  --step-colour: #f08a18;
}

.journey-step--report {
  --step-colour: #2eb7b4;
}

@media (min-width: 1220px) {
  .event-journey__panel {
    min-width: 100%;
  }
}

@media (max-width: 700px) {
  .event-journey {
    width: min(100% - 24px, 560px);
  }

  .event-journey__panel {
    grid-template-columns: repeat(5, 245px);
    min-width: max-content;
    padding: 24px 20px;
  }

  .journey-step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 0 22px;
  }

  .journey-step:first-child {
    padding-left: 0;
  }

  .journey-step:last-child {
    padding-right: 0;
  }

  .journey-step__icon {
    width: 46px;
    height: 46px;
  }

  .journey-step__icon svg {
    width: 40px;
    height: 40px;
  }

  .journey-step__title {
    margin-top: 1px;
    margin-bottom: 7px;
  }

  .journey-step__description {
    font-size: 12px;
    line-height: 1.55;
  }
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes revealArrow {
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes revealCopy {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services__intro {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.62fr);
  align-items: end;
  column-gap: clamp(2rem, 6vw, 7rem);
  margin-bottom: clamp(2rem, 4vw, 3.4rem);
}

.services__intro h2 {
  max-width: 20ch;
  font-size: clamp(3rem, 4.7vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.services__intro > p {
  max-width: 42ch;
  padding: clamp(1rem, 1.7vw, 1.35rem) 0 0 clamp(1rem, 1.6vw, 1.35rem);
  border-left: 2px solid rgba(255, 44, 36, 0.85);
  color: rgba(245, 242, 237, 0.82);
  font-size: clamp(1.02rem, 1.2vw, 1.16rem);
  line-height: 1.58;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 112px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand__logo,
.custom-logo {
  width: min(420px, 54vw);
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
}

.nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.9rem, 1.8vw, 1.5rem);
  color: rgba(245, 242, 237, 0.92);
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-size: 1rem;
  font-weight: 600;
}

.nav-list a {
  position: relative;
  padding: 0.25rem 0;
}

.nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-list a:hover::after,
.nav-list .current-menu-item > a::after,
.nav-list .current_page_item > a::after {
  transform: scaleX(1);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.015);
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--accent {
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 44, 36, 0.18);
}

.btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.015);
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--text);
}

.hero {
  padding-top: clamp(2.1rem, 4vw, 4rem);
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.35fr);
  gap: 0;
  align-items: center;
}

.hero__copy {
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
}

.hero__title {
  display: grid;
  gap: 0.08em;
  text-transform: uppercase;
}

.hero__title span {
  display: block;
}

.hero__title .is-accent {
  color: var(--accent);
}

.hero__lede {
  margin-top: clamp(1.1rem, 2vw, 1.45rem);
  max-width: 50ch;
  padding-left: clamp(1rem, 1.6vw, 1.35rem);
  border-left: 2px solid var(--accent);
  color: rgba(245, 242, 237, 0.88);
  font-size: clamp(1.08rem, 1.35vw, 1.24rem);
  line-height: 1.52;
}

.hero__lede strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text);
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  line-height: 1.25;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.hero__media {
  position: relative;
  z-index: 1;
  margin-left: clamp(-5rem, -5vw, -2.25rem);
}

.hero__media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(38%, 360px);
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.86) 30%, rgba(0, 0, 0, 0.42) 68%, transparent 100%);
}

.hero__figure {
  position: relative;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #050505;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.hero__figure img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  object-position: center;
}

.brand-strip {
  padding-top: 0;
}

.brand-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.brand-strip__block {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 154px;
  padding: 0.75rem 0;
  overflow: visible;
}

.brand-strip__block img {
  width: auto;
  max-width: 100%;
  height: 108px;
  object-fit: contain;
  transform: scale(1.55);
  transform-origin: center;
}

.brand-strip__link,
.brand-strip__logo__link,
.image-box__link,
.image-box__media__link {
  display: block;
  text-decoration: none;
}

.brand-strip__note {
  margin-top: 1rem;
  color: var(--muted);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.services__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.6rem;
  align-items: end;
  margin-bottom: 1.75rem;
}

.services__intro p {
  color: var(--muted);
  max-width: 44ch;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 0;
  border: 1px solid var(--card-accent);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    var(--surface);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-accent);
}

.service-card__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.35 / 0.82;
  background: #070707;
}

.service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.service-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: brightness(0.9) saturate(1.08);
}

.service-card__icon {
  position: absolute;
  left: 0.9rem;
  bottom: 0.85rem;
  z-index: 2;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 24px color-mix(in srgb, var(--card-accent) 44%, transparent);
}

.service-card__svg {
  width: 34px;
  height: 34px;
}

.service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem 1rem 1.05rem;
}

.service-card h3 {
  max-width: 15ch;
}

.service-card p {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.service-card__link {
  margin-top: auto;
  padding-top: 1rem;
  color: rgba(245, 242, 237, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
}

.work__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.6rem;
}

.work__intro p {
  color: var(--muted);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.work-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.work-card__image {
  width: 100%;
  aspect-ratio: 1 / 0.75;
  object-fit: cover;
}

.work-card__body {
  padding: 0.85rem 0.9rem 1rem;
}

.work-card__body p {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.why-panel {
  padding: clamp(1.2rem, 2.6vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    radial-gradient(circle at top right, rgba(255, 44, 36, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--surface-2);
}

.why-panel__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

.why-panel__intro .section-head {
  margin-bottom: 0;
}

.why-panel__media {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 44, 36, 0.10), transparent 28%),
    linear-gradient(180deg, #f2f2f2 0%, #dadada 100%);
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
}

.why-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.why-panel__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.why-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 0.35rem 0;
}

.why-item__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  place-items: center;
  color: var(--accent);
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.why-item__icon svg,
.why-item__icon-image {
  width: 100%;
  height: 100%;
}

.why-item__icon-image {
  object-fit: cover;
}

.why-item h3 {
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.why-item p {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.video-box__embed {
  position: relative;
  margin-top: 0.5rem;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  aspect-ratio: 16 / 9;
  background: #101010;
}

.video-box__embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.enquire__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: start;
}

.enquire__copy h2 {
  max-width: 11ch;
}

.enquire__copy p {
  margin-top: 1rem;
  max-width: 48ch;
  color: var(--muted);
}

.enquire-form {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 0 0;
}

.form-notice {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.form-notice a {
  text-decoration: underline;
}

.form-notice--success {
  background: rgba(47, 124, 255, 0.12);
  border-color: rgba(47, 124, 255, 0.4);
}

.form-notice--error {
  background: rgba(255, 44, 36, 0.12);
  border-color: rgba(255, 44, 36, 0.38);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.enquire-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.field label {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(245, 242, 237, 0.82);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  padding: 0.88rem 0.95rem;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(255, 44, 36, 0.65);
  background: rgba(255, 255, 255, 0.04);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-actions {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.2rem;
}

.site-footer {
  padding: 0 0 2rem;
}

.site-footer__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.site-footer__brand {
  display: grid;
  gap: 0.65rem;
}

.site-footer__logo {
  width: 188px;
  height: auto;
}

.site-footer__brand p,
.site-footer__meta {
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer__meta {
  text-align: right;
  display: grid;
  gap: 0.2rem;
}

.content-page {
  padding: 2.5rem 0 5rem;
}

.content-card {
  padding: clamp(1.25rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
}

.content-card__body {
  margin-top: 1rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1180px) {
  .hero__grid,
  .services__intro,
  .section-head--split,
  .enquire__grid {
    grid-template-columns: 1fr;
  }

  .hero__media {
    margin-left: 0;
    margin-top: 1.75rem;
  }

  .hero__media::before {
    width: 100%;
    height: 34%;
    inset: 0 0 auto;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.48) 58%, transparent 100%);
  }

  .service-grid,
  .work-grid,
  .brand-strip__grid,
  .why-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work__intro {
    grid-template-columns: 1fr;
  }

  .why-panel__intro {
    grid-template-columns: 1fr;
  }

  .why-panel__media {
    min-height: 200px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(100vw - 1rem, 1440px);
  }

  .site-header__inner {
    min-height: 84px;
    grid-template-columns: auto auto;
  }

  .brand__logo,
  .custom-logo {
    width: 300px;
  }

  .site-header__actions {
    gap: 0.5rem;
  }

  .site-header__cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 84px 0 auto 0;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.96);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    transition: transform 220ms ease;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
  }

  .hero__title {
    font-size: clamp(2.45rem, 10.4vw, 3.35rem);
    max-width: 100%;
  }

  .hero {
    padding-top: 1.2rem;
    padding-bottom: 2rem;
  }

  .hero__grid {
    gap: 0;
  }

  .hero__media {
    order: -1;
    margin-top: 0;
    margin-bottom: 1.1rem;
  }

  .hero__figure {
    border-radius: 18px;
  }

  .hero__figure img {
    aspect-ratio: 1.25 / 0.82;
    object-position: center top;
  }

  .hero__copy {
    margin-top: 0;
  }

  .hero__lede {
    max-width: none;
  }

  .brand-strip__grid,
  .service-grid,
  .work-grid,
  .why-panel__grid,
  .enquire-form__row {
    grid-template-columns: 1fr;
  }

  .why-panel__intro {
    gap: 1rem;
  }

  .section-head h2,
  .enquire__copy h2,
  .hero__copy h1 {
    max-width: none;
  }

  .services__intro h2 {
    max-width: none;
    font-size: clamp(2.4rem, 12vw, 4.15rem);
  }

  .services__intro > p {
    max-width: none;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__meta {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
