/* Halkgrup premium editorial layer — 2026-07-16 */
:root {
  --ink: #0e0f10;
  --charcoal: #1a1c1f;
  --steel: #686d72;
  --muted: #62666a;
  --line: #d8d5ce;
  --soft: #f3f1ec;
  --paper: #fbfaf7;
  --brand: #d51f2a;
  --brand-dark: #ad151f;
  --amber: #a98245;
  --nav-bg: #f7f5f0;
  --shadow: 0 28px 74px rgba(14, 15, 16, 0.12);
  --max: 1320px;
  --header-height: 140px;
}

html {
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}

.container {
  width: min(100% - 64px, var(--max));
}

/* Header and exact one-word brand treatment */
.site-header {
  color: var(--ink);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(14, 15, 16, 0.1);
  backdrop-filter: none;
}

.topbar {
  border-color: rgba(255, 255, 255, 0.09);
  background: #0e0f10;
}

.topbar__inner {
  min-height: 28px;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.topbar__left,
.topbar__right {
  gap: 18px;
}

.topbar-socials {
  gap: 4px;
}

.topbar-socials a {
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.topbar-socials .brand-icon {
  width: 13px;
  height: 13px;
}

.topbar svg {
  width: 13px;
  height: 13px;
}

.nav {
  border-color: rgba(14, 15, 16, 0.1);
  background: rgba(247, 245, 240, 0.98);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.nav__inner {
  min-height: 112px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
}

.brand {
  width: 310px;
  min-width: 310px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
}

.brand__image {
  display: block;
  width: 100%;
  height: 98px;
  object-fit: contain;
  object-position: left center;
}

.brand__mobile {
  display: none;
  gap: 5px;
}

.brand__mobile-name {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.brand__mobile-subtitle {
  color: var(--brand);
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-menu {
  gap: clamp(16px, 1.55vw, 28px);
}

.nav-menu a {
  color: #282a2c;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.095em;
}

.nav-menu a::after {
  bottom: -12px;
  height: 1px;
}

.nav-cta,
.btn {
  border-radius: 2px;
}

.nav-cta {
  min-height: 42px;
  padding-inline: 17px;
  color: #fff;
  background: var(--brand);
  box-shadow: none;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: none;
  background: var(--brand-dark);
}

/* Hero: existing five-picture slider, refined controls and rhythm */
.hero {
  min-height: 86svh;
  background: #0b0c0d;
}

.hero__slides img {
  object-position: center 48%;
  transform: scale(1);
  transition: opacity 860ms cubic-bezier(0.22, 1, 0.36, 1), transform 7800ms linear;
}

.hero__slides img.is-active {
  transform: scale(1.025);
}

.hero__shade {
  background:
    linear-gradient(180deg, rgba(7, 8, 9, 0.2) 0%, rgba(7, 8, 9, 0.02) 42%, rgba(7, 8, 9, 0.82) 100%),
    linear-gradient(90deg, rgba(7, 8, 9, 0.22) 0%, transparent 58%, rgba(7, 8, 9, 0.14) 100%);
}

.hero__grid {
  opacity: 0.08;
  background-size: 72px 72px;
}

.hero__content {
  min-height: 86svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: calc(var(--header-height) + 36px) 0 30px;
}

.hero__signature {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-slider-ui {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 11px 24px;
  align-items: end;
}

.hero-caption {
  grid-column: 1;
  grid-row: 1 / 3;
  width: min(100%, 560px);
  gap: 7px;
  padding: 5px 0 5px 18px;
  border-left: 2px solid var(--brand);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-caption strong {
  font-family: "Manrope", sans-serif;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 550;
  line-height: 1;
  letter-spacing: -0.035em;
}

.hero-caption span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-slider-thumbs {
  grid-column: 2;
  grid-row: 1;
  gap: 5px;
}

.hero-slider-thumbs button {
  width: 70px;
  height: 42px;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
  box-shadow: none;
  opacity: 0.46;
  filter: saturate(0.55);
}

.hero-slider-thumbs button.is-active {
  border-color: #fff;
  opacity: 1;
  transform: none;
}

.hero-slider-controls {
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: 38px auto 38px 38px;
  justify-self: end;
  gap: 0;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 1px;
  background: rgba(10, 11, 12, 0.58);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.hero-slider-controls > button {
  width: 38px;
  height: 38px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
}

.hero-slider-controls > button:first-child {
  border-left: 0;
}

.hero-slider-controls > button:hover,
.hero-slider-controls > button:focus-visible {
  transform: none;
  border-color: rgba(255, 255, 255, 0.16);
  background: var(--brand);
}

.hero-slider-controls svg {
  width: 16px;
  height: 16px;
}

.hero-dots {
  display: none;
}

.hero-slider-counter {
  min-width: 72px;
  padding-inline: 13px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-align: center;
}

/* Shared editorial primitives */
.premium-kicker {
  margin: 0;
  color: var(--brand);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.premium-index {
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.text-link svg {
  width: 15px;
  height: 15px;
}

.text-link--light {
  color: #fff;
}

.proof-rail {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.proof-rail__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-rail__grid > div {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 26px;
  border-left: 1px solid var(--line);
}

.proof-rail__grid > div:last-child {
  border-right: 1px solid var(--line);
}

.proof-rail strong {
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.proof-rail span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.premium-intro {
  padding: clamp(100px, 12vw, 176px) 0;
  background: var(--paper);
}

.premium-intro__grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.24fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 112px);
}

.premium-intro__label,
.premium-section-head > div {
  padding-top: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.premium-intro__label span,
.premium-section-head > div span {
  color: var(--brand);
}

.premium-intro__label p,
.premium-section-head > div p {
  margin: 8px 0 0;
}

.premium-intro__content h1 {
  max-width: 1080px;
  margin: 24px 0 0;
  font-size: clamp(42px, 5.6vw, 82px);
  font-weight: 520;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.premium-intro__foot {
  max-width: 850px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
  margin-top: 54px;
  margin-left: auto;
}

.premium-intro__foot > p {
  margin: 0;
  color: var(--steel);
  font-size: 15px;
  line-height: 1.8;
}

.featured-project {
  padding: 0 0 clamp(56px, 5vw, 72px);
  color: #fff;
  background: var(--paper);
}

.featured-project__grid {
  width: min(100% - 64px, var(--max));
  max-width: var(--max);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  margin-inline: auto;
  padding: 0;
  background: var(--ink);
}

.featured-project__media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.featured-project__media picture,
.work-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.featured-project__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.03);
}

.featured-project__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 4vw, 58px);
}

.featured-project__content h2 {
  margin: 17px 0 0;
  color: #fff;
  font-size: clamp(38px, 3.6vw, 54px);
  font-weight: 520;
  line-height: 1;
  letter-spacing: -0.05em;
}

.featured-project__content > p:not(.premium-kicker) {
  max-width: 48ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.7;
}

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

.project-facts div {
  display: grid;
  gap: 7px;
  padding: 13px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.project-facts dt {
  color: rgba(255, 255, 255, 0.64);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 650;
}

.featured-project__cta {
  align-self: flex-start;
  min-height: 46px;
  padding-inline: 18px;
}

.expertise-index {
  padding: clamp(100px, 11vw, 166px) 0;
  background: var(--soft);
}

.premium-section-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.4fr) minmax(0, 1fr);
  gap: clamp(30px, 7vw, 112px);
  align-items: start;
  margin-bottom: 70px;
}

.premium-section-head h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 520;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.expertise-index .expertise-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}

.expertise-index .expertise-list a {
  min-height: 102px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1.1fr) minmax(220px, 0.7fr) 28px;
  gap: 26px;
  align-items: center;
  border-top: 1px solid var(--line);
  transition: color 180ms ease, padding 180ms ease, background 180ms ease;
}

.expertise-index .expertise-list a:last-child {
  border-bottom: 1px solid var(--line);
}

.expertise-index .expertise-list a:hover,
.expertise-index .expertise-list a:focus-visible {
  padding-inline: 18px;
  color: #fff;
  background: var(--ink);
  outline-offset: 0;
}

.expertise-list a > span {
  color: var(--brand);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.expertise-list a > strong {
  font-size: clamp(23px, 2.4vw, 34px);
  font-weight: 520;
  letter-spacing: -0.035em;
}

.expertise-list a > em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.expertise-list a:hover > em,
.expertise-list a:focus-visible > em {
  color: rgba(255, 255, 255, 0.56);
}

.expertise-list a > svg {
  width: 18px;
  height: 18px;
}

.selected-work {
  padding: clamp(100px, 11vw, 166px) 0;
  color: #fff;
  background: #121315;
}

.premium-section-head--light h2 {
  color: #fff;
}

.premium-section-head--light > div {
  color: rgba(255, 255, 255, 0.5);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: rgba(255, 255, 255, 0.12);
}

.work-card {
  min-width: 0;
  background: #121315;
}

.work-card--wide {
  grid-column: 1 / -1;
}

.work-card a {
  display: grid;
}

.work-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #26282b;
}

.work-card--wide .work-card__media {
  aspect-ratio: 2.2 / 1;
}

.work-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.72) contrast(1.04);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
}

.work-card:nth-child(2) .work-card__media img {
  object-position: center 38%;
}

.work-card:hover .work-card__media img,
.work-card:focus-within .work-card__media img {
  transform: scale(1.025);
  filter: saturate(0.9) contrast(1.02);
}

.work-card__copy {
  min-height: 154px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  gap: 8px 20px;
  padding: 28px 30px;
}

.work-card__copy span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.work-card__copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.work-card__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 750;
}

.selected-work__foot {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  margin-top: 36px;
}

.selected-work__foot > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.delivery-system {
  padding: clamp(100px, 11vw, 166px) 0;
  background: var(--paper);
}

.delivery-system__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 9vw, 140px);
}

.delivery-system__intro {
  position: sticky;
  top: calc(var(--header-height) + 34px);
  align-self: start;
}

.delivery-system__intro .premium-kicker {
  margin-top: 28px;
}

.delivery-system__intro h2 {
  margin: 22px 0 0;
  font-size: clamp(43px, 5vw, 72px);
  font-weight: 520;
  line-height: 1;
  letter-spacing: -0.055em;
}

.delivery-system__intro > p:last-child {
  max-width: 480px;
  margin: 30px 0 0;
  color: var(--steel);
  font-size: 14px;
  line-height: 1.8;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 138px;
  display: grid;
  grid-template-columns: 48px minmax(170px, 0.55fr) minmax(0, 1fr);
  gap: 25px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.process-list span {
  color: var(--brand);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.process-list strong {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 520;
  letter-spacing: -0.035em;
}

.process-list p {
  margin: 0;
  color: var(--steel);
  font-size: 13px;
  line-height: 1.7;
}

.machine-gateway {
  padding: clamp(82px, 9vw, 130px) 0;
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.machine-gateway__inner {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(280px, 0.54fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}

.machine-gateway__mark {
  color: var(--ink);
  font-size: 36px;
  font-weight: 850;
  letter-spacing: -0.07em;
}

.machine-gateway__mark span {
  color: var(--brand);
}

.machine-gateway h2 {
  margin: 20px 0 0;
  font-size: clamp(39px, 4.8vw, 68px);
  font-weight: 520;
  line-height: 1;
  letter-spacing: -0.055em;
}

.machine-gateway__copy p {
  margin: 0 0 28px;
  color: var(--steel);
  font-size: 14px;
  line-height: 1.75;
}

.final-cta {
  padding: clamp(104px, 12vw, 180px) 0;
  color: #fff;
  background: var(--brand);
}

.final-cta .premium-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.final-cta h2 {
  max-width: 1050px;
  margin: 28px 0 0;
  color: #fff;
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 520;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-top: 68px;
}

.final-cta .btn--primary {
  min-height: 58px;
  padding-inline: 25px;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}

.final-cta .btn--primary:hover,
.final-cta .btn--primary:focus-visible {
  color: #fff;
  background: var(--ink);
}

.final-cta__phone {
  display: grid;
  gap: 5px;
  text-align: right;
}

.final-cta__phone span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.final-cta__phone strong {
  color: #fff;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 550;
  letter-spacing: -0.035em;
}

.final-cta a:focus-visible {
  outline-color: #fff;
}

.final-cta .btn--primary:focus-visible {
  outline-color: var(--ink);
}

.premium-intro__content h1,
.featured-project__content h2,
.premium-section-head h2,
.work-card__copy h3,
.delivery-system__intro h2,
.machine-gateway h2,
.final-cta h2 {
  overflow-wrap: anywhere;
}

/* Existing inner pages receive the same quiet system */
.section {
  padding: 96px 0;
}

.page-shell {
  padding-top: var(--header-height);
}

.page-hero {
  min-height: 570px;
}

.page-hero h1,
.seo-hero h1,
.split__content h2,
.section-heading h2,
.showcase__content h2,
.contact__content h2,
.route-section__head h2,
.corporate-story__lead h2,
.expertise-section h2,
.leadership-card h2,
.ongoing-card h2,
.ongoing-note h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 540;
  letter-spacing: -0.045em;
}

.page-hero__veil {
  background: linear-gradient(90deg, rgba(10, 11, 12, 0.88), rgba(10, 11, 12, 0.38));
}

.principle,
.service-card,
.contact-form,
.route-card,
.project-card,
.values-grid article,
.reference-card,
.policy-content,
.ongoing-card,
.ongoing-note {
  border-radius: 2px;
  box-shadow: none;
}

.service-card:hover,
.service-card:focus-within,
.route-card:hover,
.route-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: none;
}

.btn {
  box-shadow: none;
}

.btn--primary {
  background: var(--brand);
  box-shadow: none;
}

.footer {
  padding: 86px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0e0f10;
}

.footer__grid {
  gap: clamp(30px, 5vw, 72px);
}

.footer-logo {
  font-family: "Manrope", sans-serif;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.footer__brand p,
.footer a,
.footer span {
  font-size: 12px;
}

.footer h3 {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer__socials a,
.back-top-btn {
  border-radius: 1px;
}

.footer__socials a:hover,
.footer__socials a:focus-visible {
  border-color: var(--brand);
  background: var(--brand);
}

.hg-chat__toggle {
  min-height: 50px;
  border-radius: 2px;
  background: var(--ink);
  box-shadow: 0 12px 34px rgba(14, 15, 16, 0.2);
  font-size: 12px;
}

.hg-chat__toggle:hover,
.hg-chat__toggle:focus-visible {
  box-shadow: 0 16px 40px rgba(14, 15, 16, 0.26);
}

.hg-chat__form textarea:focus,
.hg-chat.is-open .hg-chat__form textarea {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.hg-chat__panel,
.lightbox img,
.lightbox__close {
  border-radius: 2px;
}

.hg-chat__panel {
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

.hg-chat.is-open .hg-chat__panel {
  visibility: visible;
  transition-delay: 0s;
}

@media (max-width: 1220px) and (min-width: 1101px) {
  .brand {
    width: 260px;
    min-width: 260px;
  }

  .brand__image {
    height: 86px;
  }
}

@media (max-width: 1180px) {
  .nav__inner {
    gap: 18px;
  }

  .nav-menu {
    gap: 13px;
  }

  .nav-menu a {
    font-size: 10px;
  }

  .featured-project__grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(350px, 0.75fr);
  }

  .featured-project__content {
    padding: 44px;
  }
}

@media (max-width: 1100px) {
  :root {
    --header-height: 90px;
  }

  .nav__inner {
    min-height: 90px;
  }

  .brand {
    width: 300px;
    min-width: 300px;
  }

  .brand__image {
    height: 82px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    border-radius: 1px;
  }

  .nav-menu {
    top: 90px;
    left: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 2px;
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  }

  .nav-menu.is-open {
    visibility: visible;
    transition-delay: 0s;
  }

  .nav-menu a {
    border-radius: 1px;
    font-size: 11px;
  }

  .delivery-system__grid {
    grid-template-columns: 1fr;
  }

  .featured-project__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  }

  .featured-project__media {
    min-height: 460px;
    aspect-ratio: auto;
  }

  .featured-project__content {
    padding: 38px;
  }

  .project-facts {
    gap: 12px;
  }

  .delivery-system__intro {
    position: static;
  }

  .machine-gateway__inner {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .machine-gateway__copy {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .featured-project__grid {
    width: min(100% - 48px, var(--max));
    grid-template-columns: 1fr;
  }

  .featured-project__media {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .featured-project__content {
    padding: 44px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 90px;
  }

  .container {
    width: min(100% - 32px, var(--max));
  }

  .nav__inner {
    min-height: 90px;
  }

  .brand {
    width: auto;
    min-width: 0;
  }

  .brand__image {
    display: none;
  }

  .brand__mobile {
    display: grid;
    gap: 3px;
  }

  .brand__mobile-name {
    font-family: "Rajdhani", sans-serif;
    font-size: 36px;
    letter-spacing: 0;
  }

  .brand__mobile-subtitle {
    font-family: "Rajdhani", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
  }

  .nav-menu {
    top: 90px;
    left: 8px;
    right: 8px;
  }

  .hero,
  .hero__content {
    min-height: 80svh;
  }

  .hero__content {
    width: min(100% - 32px, var(--max));
    margin-inline: auto;
    padding: calc(var(--header-height) + 24px) 0 20px;
  }

  .hero__signature {
    font-size: 8px;
  }

  .hero-slider-ui {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 18px;
  }

  .hero-caption {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    padding-left: 13px;
  }

  .hero-caption strong {
    font-size: clamp(23px, 8vw, 31px);
  }

  .hero-slider-thumbs {
    display: none;
  }

  .hero-slider-controls {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 38px auto 38px 38px;
    justify-self: start;
    margin-top: 0;
  }

  .proof-rail__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-rail__grid > div {
    min-height: 86px;
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .proof-rail__grid > div:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .premium-intro,
  .expertise-index,
  .selected-work,
  .delivery-system {
    padding: 88px 0;
  }

  .premium-intro__grid,
  .premium-section-head {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .premium-intro__content h1 {
    margin-top: 18px;
    font-size: clamp(38px, 11vw, 54px);
  }

  .premium-intro__foot {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 38px;
  }

  .featured-project {
    padding-bottom: 48px;
  }

  .featured-project__grid {
    width: min(100% - 32px, var(--max));
  }

  .featured-project__media {
    aspect-ratio: 16 / 9;
  }

  .featured-project__content {
    padding: 36px 24px 42px;
  }

  .project-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 28px;
  }

  .project-facts div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 10px 0 0;
  }

  .project-facts dd {
    font-size: 11px;
  }

  .featured-project__cta {
    width: 100%;
    justify-content: center;
  }

  .premium-section-head {
    margin-bottom: 44px;
  }

  .premium-section-head h2 {
    font-size: clamp(42px, 12vw, 60px);
  }

  .expertise-index .expertise-list a {
    min-height: 112px;
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    gap: 12px;
    padding-block: 20px;
  }

  .expertise-list a > em {
    grid-column: 2;
    grid-row: 2;
  }

  .expertise-list a > svg {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .expertise-index .expertise-list a:hover,
  .expertise-index .expertise-list a:focus-visible {
    padding-inline: 12px;
  }

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

  .work-card--wide {
    grid-column: auto;
  }

  .work-card--wide .work-card__media,
  .work-card__media {
    aspect-ratio: 4 / 3;
  }

  .work-card__copy {
    min-height: 130px;
    padding: 24px 18px;
  }

  .selected-work__foot {
    display: grid;
  }

  .process-list li {
    min-height: 150px;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px 16px;
    padding-block: 22px;
  }

  .process-list p {
    grid-column: 2;
  }

  .machine-gateway {
    padding: 80px 0;
  }

  .machine-gateway__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .machine-gateway__copy {
    grid-column: auto;
  }

  .final-cta {
    padding: 92px 0;
  }

  .final-cta h2 {
    font-size: clamp(50px, 14vw, 70px);
  }

  .final-cta__actions {
    display: grid;
    align-items: start;
    margin-top: 50px;
  }

  .final-cta__phone {
    text-align: left;
  }

  .page-shell {
    padding-top: var(--header-height);
  }

  .page-hero {
    min-height: 500px;
  }

  .footer {
    padding-bottom: 96px;
  }

  .mobile-actions {
    left: 8px;
    bottom: 8px;
    width: min(calc(100vw - 16px), 360px);
    max-width: min(calc(100vw - 16px), 360px);
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 2px;
  }

  .mobile-actions a:nth-child(n + 3) {
    display: none;
  }

  .mobile-actions a {
    min-height: 54px;
  }

  .hg-chat {
    right: 8px;
    bottom: 72px;
  }

  .hg-chat__toggle {
    border-radius: 2px;
  }
}

@media (max-width: 430px) {
  :root {
    --header-height: 84px;
  }

  .nav__inner {
    min-height: 84px;
  }

  .nav-menu {
    top: 84px;
  }

  .brand__mobile-name {
    font-size: 32px;
  }

  .brand__mobile-subtitle {
    font-size: 12px;
  }

  .hero-slider-counter {
    min-width: 64px;
    padding-inline: 10px;
  }

  .hero-slider-controls {
    grid-template-columns: 36px auto 36px 36px;
  }

  .hero-slider-controls > button {
    width: 36px;
    height: 36px;
  }

  .premium-intro__content h1 {
    font-size: 39px;
  }

  .delivery-system__intro h2,
  .machine-gateway h2 {
    font-size: 43px;
  }

  .featured-project__content h2 {
    font-size: 36px;
  }

  .work-card__copy {
    grid-template-columns: 1fr;
  }

  .work-card__copy p {
    margin-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__slides img,
  .hero__slides img.is-active {
    transform: scale(1);
  }
}
