 /* 1. VARIABLES */
:root {
  --navy: #071824;
  --navy-light: #0a2130;
  --navy-mid: #102d40;
  --orange: #f15a24;
  --white: #ffffff;
  --off-white: #f7f7f4;
  --light-grey: #e9ecef;
  --text: #0b1d29;
  --muted: #65727b;
  --border: rgba(7, 24, 36, .16);
  --container: min(1520px, calc(100vw - 96px));
  --header-height: 84px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font-display: Outfit, Arial, sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
}

/* 2. RESET */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--off-white); font-family: var(--font-body); font-size: 16px; font-weight: 400; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { border: 0; }
figure, h1, h2, h3, h4, p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { color: #fff; background: var(--orange); }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 12px 18px; color: #fff; background: var(--navy); transition: top .2s; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* 3. TYPOGRAPHY */
h1, h2, h3,
.section-title,
.hero-title,
.expertise-card h3,
.project-meta h3,
.industrial-copy h2,
.quality-head h2,
.faq-intro h2,
.faq-cta h3,
.faq-item summary,
.marquee span,
.intro-brand {
  font-family: var(--font-display);
  font-weight: 500;
}
.button,
.header-cta,
.hero-cta,
.project-filters button,
.industrial-submit,
.project-cta,
.faq-cta-btn {
  font-family: var(--font-body);
  font-weight: 500;
}
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; color: var(--orange); font-size: 11px; font-weight: 500; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; overflow: visible; }
.eyebrow > span:first-child { display: block; width: 32px; height: 2px; background: currentColor; flex: 0 0 32px; }
.eyebrow > span:not(:first-child) { display: inline; width: auto; height: auto; background: none; line-height: inherit; text-transform: none; }
.eyebrow b { font-weight: 500; }
.eyebrow.light { color: #ff7542; }
.section-title { max-width: 980px; font-size: clamp(48px, 5vw, 78px); font-weight: 500; letter-spacing: -.052em; line-height: .99; text-transform: uppercase; }
.section-lead { max-width: 660px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.text-link {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  color: var(--text);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.text-link > span {
  position: relative;
  padding-bottom: 7px;
}
.text-link > span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: currentColor;
  transition: width .4s var(--ease);
}
.text-link:hover > span::after { width: 100%; }
.text-link.light { color: #fff; }
.arrow-link i, .button i, .project-cta i {
  display: inline-block;
  font-style: normal;
  transition: transform .3s var(--ease);
}
.arrow-link:hover i, .button:hover i, .project-cta:hover i {
  transform: translate(4px, -4px);
}
.line-mask { display: block; overflow: hidden; padding: .12em .08em .14em 0; margin: -.12em -.08em -.14em 0; }
.line-mask > span { display: block; }

/* 4. GLOBAL LAYOUT */
.container { width: var(--container); margin-inline: auto; }
.section-light { position: relative; background: var(--off-white); }
.dark-section { position: relative; color: #fff; background: var(--navy); }
.technical-layer { pointer-events: none; position: absolute; background: url('../assets/svg/technical-grid.svg') center/cover no-repeat; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 0 24px; border: 1px solid transparent; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; transition: color .3s, background-color .3s, border-color .3s, transform .3s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button-primary { min-width: 240px; color: #fff; background: var(--orange); }
.button-primary:hover { background: var(--navy-light); }
.button-ghost { min-width: 188px; color: var(--navy); border-color: rgba(7, 24, 36, .26); background: rgba(255, 255, 255, .38); }
.button-ghost:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.image-reveal { overflow: hidden; }
.image-reveal img { width: 100%; height: 100%; object-fit: cover; }

/* 5. INTRO & HEADER */
.site-intro { position: fixed; z-index: 9998; inset: 0; display: grid; place-content: center; color: #fff; background: var(--navy); }
.intro-brand { font-size: clamp(32px, 4.5vw, 68px); font-weight: 500; letter-spacing: .02em; }
.intro-brand span { color: var(--orange); }
.intro-line { width: min(520px, 66vw); height: 1px; margin-top: 22px; overflow: hidden; background: rgba(255,255,255,.18); }
.intro-line i { display: block; width: 100%; height: 100%; background: var(--orange); transform: scaleX(0); transform-origin: left; animation: introLine .85s var(--ease) .1s forwards; }
.intro-meta { margin-top: 13px; color: rgba(255,255,255,.5); font: 10px/1.2 monospace; letter-spacing: .18em; text-align: right; }
.site-header { position: absolute; z-index: 200; top: 0; left: 0; width: 100%; height: var(--header-height); overflow: visible; border-bottom: 1px solid rgba(7,24,36,.1); background: rgba(255,255,255,.96); color: var(--navy); transition: height .35s, background-color .35s, box-shadow .35s, transform .35s var(--ease), color .28s, border-color .28s; }
.site-header.is-sticky { position: fixed; height: 76px; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); box-shadow: 0 10px 36px rgba(7,24,36,.08); }
.site-header.is-hidden { transform: translateY(-102%); }
.header-inner {
  --logo-w: 164px;
  --rule-high: 34px;
  --rule-low: 92px;
  --rule-gap: 5px;
  --rule-diag: 72px;
  height: 100%;
  display: grid;
  grid-template-columns: var(--logo-w) minmax(0, 1fr) auto;
  grid-template-rows: var(--rule-high) 1fr;
  column-gap: 20px;
  align-items: stretch;
  position: relative;
  z-index: 201;
}
.header-rule {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
  color: rgba(7, 24, 36, .28);
}
.header-rule-low,
.header-rule-high {
  position: absolute;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
}
.header-rule-low {
  left: calc((100% - 100vw) / 2);
  top: var(--rule-low);
  width: calc((100vw - 100%) / 2 + var(--logo-w));
}
.header-rule-high {
  left: calc(var(--logo-w) + var(--rule-diag));
  right: 0;
  top: var(--rule-high);
}
.header-rule-diag {
  position: absolute;
  left: var(--logo-w);
  top: var(--rule-high);
  width: var(--rule-diag);
  height: calc(var(--rule-low) - var(--rule-high));
  overflow: visible;
}
.header-rule-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.15;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  vector-effect: non-scaling-stroke;
}
.header-rule-node {
  position: absolute;
  left: 48px;
  top: var(--rule-low);
  width: 9px;
  height: 9px;
  margin: -4px 0 0 0;
  border: 1.15px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  transform: scale(.4);
}
.site-header.is-on-hero:not(.is-scrolled) .header-rule {
  color: rgba(255, 255, 255, .42);
}
.site-header.is-ruled .header-rule-low {
  animation: headerRuleGrow .5s cubic-bezier(.22, 1, .36, 1) forwards;
}
.site-header.is-ruled .header-rule-path {
  animation: headerRuleDraw .38s cubic-bezier(.22, 1, .36, 1) .38s forwards;
}
.site-header.is-ruled .header-rule-high {
  animation: headerRuleGrow .7s cubic-bezier(.22, 1, .36, 1) .62s forwards;
}
.site-header.is-ruled .header-rule-node {
  animation: headerRuleNode .4s ease .28s forwards;
}
@keyframes headerRuleDraw {
  to { stroke-dashoffset: 0; }
}
@keyframes headerRuleGrow {
  to { transform: scaleX(1); }
}
@keyframes headerRuleNode {
  from { opacity: 0; transform: scale(.4); }
  to { opacity: 1; transform: scale(1); }
}
.header-meta {
  grid-column: 2 / -1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  padding-left: calc(var(--rule-diag) - 20px);
  opacity: 0;
  transform: translateY(-6px);
}
.header-meta-start,
.header-meta-end {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.header-meta-end { margin-left: auto; }
.site-header.is-ruled .header-meta {
  animation: headerMetaIn .5s ease .7s forwards;
}
@keyframes headerMetaIn {
  to { opacity: 1; transform: none; }
}
.header-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .01em;
  white-space: nowrap;
  opacity: .78;
  transition: opacity .25s, color .25s;
}
.header-meta-item i { flex: 0 0 auto; width: 13px; color: var(--orange); font-size: 12px; text-align: center; }
.header-meta-item:hover { opacity: 1; color: var(--orange); }
.header-meta-socials { display: flex; gap: 6px; margin-left: 4px; }
.header-meta-socials a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  opacity: .72;
  transition: color .25s, border-color .25s, background-color .25s, opacity .25s;
}
.header-meta-socials a:hover {
  opacity: 1;
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
}
.brand { width: 225px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav {
  grid-column: 2;
  grid-row: 2;
  height: auto;
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(16px, 1.4vw, 28px);
  margin-left: 0;
  padding-bottom: 2px;
}
.desktop-nav a { height: auto; display: grid; place-items: center; position: relative; padding: 10px 0 12px; font-size: 14px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a.active { color: var(--orange); }
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.desktop-nav .nav-dropdown-trigger {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  place-items: unset;
}
.nav-dropdown-caret {
  width: 7px;
  height: 7px;
  margin-top: 3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  font-family: var(--font-body);
  transform: rotate(45deg);
  transition: transform .28s var(--ease);
}
.nav-dropdown.is-open .nav-dropdown-caret,
.nav-dropdown:hover .nav-dropdown-caret {
  transform: rotate(225deg);
}
.nav-dropdown-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  z-index: 202;
  padding: 0 0 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .32s var(--ease), transform .32s var(--ease), visibility .32s;
  font-family: var(--font-body);
}
.nav-dropdown-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: none;
}
.nav-dropdown-panel.is-open .nav-dropdown-card {
  pointer-events: auto;
}
.nav-dropdown-card {
  width: var(--container);
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 32px 22px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(7, 24, 36, .08);
  border-top: 2px solid var(--orange);
  box-shadow: 0 28px 64px rgba(7, 24, 36, .16);
}
.nav-dropdown-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 36px;
}
.nav-dropdown-col {
  min-width: 0;
}
.nav-dropdown-col h3 {
  margin: 0 0 12px;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nav-dropdown-col a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(7, 24, 36, .07);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.35;
  text-transform: none;
  white-space: normal;
  transition: color .22s ease, transform .22s ease;
}
.nav-dropdown-col a:last-child { border-bottom: 0; }
.nav-dropdown-col a em {
  flex: 0 0 18px;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .04em;
  opacity: .7;
}
.nav-dropdown-col a:hover {
  color: var(--orange);
  transform: translateX(4px);
}
.nav-dropdown-col a.is-current {
  color: var(--orange);
}
.nav-dropdown-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(7, 24, 36, .08);
}
.nav-dropdown-foot p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.nav-dropdown-foot a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-dropdown-foot a:hover { color: var(--orange); }
.mobile-nav-drop { border-bottom: 1px solid rgba(255,255,255,.16); }
.mobile-nav-drop-trigger {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 22px;
  padding: 15px 0;
  color: inherit;
  background: none;
  border: 0;
  font: inherit;
  font-size: clamp(24px, 8vw, 36px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: inherit;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}
.mobile-nav-drop-trigger em { color: var(--orange); font: normal 10px/1 monospace; }
.mobile-nav-drop-caret {
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .28s var(--ease);
}
.mobile-nav-drop.is-open .mobile-nav-drop-caret { transform: rotate(225deg); }
.mobile-nav-drop-list {
  display: none;
  padding: 4px 0 18px 42px;
}
.mobile-nav-drop.is-open .mobile-nav-drop-list { display: block; }
.mobile-panel nav .mobile-nav-drop-list a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  min-height: 0;
}
.mobile-panel nav .mobile-nav-drop-list a:last-child { border-bottom: 0; }
.mobile-panel nav .mobile-nav-drop-list a:hover,
.mobile-panel nav .mobile-nav-drop-list a.is-current { color: var(--orange); }
.mobile-nav-drop-list .nav-dropdown-col { margin-bottom: 14px; }
.mobile-nav-drop-list .nav-dropdown-col h3 {
  margin: 10px 0 4px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.mobile-nav-drop-list .nav-dropdown-col a em { display: none; }
@media (prefers-reduced-motion: reduce) {
  .nav-dropdown-panel,
  .nav-dropdown-caret,
  .nav-dropdown-col a,
  .mobile-nav-drop-caret,
  .faq-item summary::after,
  .faq-answer,
  .faq-item[open] .faq-answer-inner {
    transition: none;
    animation: none;
  }
}
.header-cta {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  height: auto;
  min-width: 0;
  margin-left: 18px;
  color: inherit;
  background: none;
  border: 0;
}
.header-cta:hover { background: none; }
.header-call { display: none; }
.menu-toggle { position: relative; width: 48px; height: 48px; display: none; place-items: center; margin-left: auto; padding: 0; background: transparent; cursor: pointer; grid-column: 3; grid-row: 2; align-self: center; }
.menu-toggle span { position: absolute; left: 10px; top: 50%; width: 28px; height: 2px; background: currentColor; transition: transform .3s, background-color .3s; }
.menu-toggle span:first-child { transform: translateY(-6px); }
.menu-toggle span:last-child { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-panel { position: fixed; z-index: 190; inset: 0; display: none; padding: 116px 24px 36px; color: #fff; background: var(--navy); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; transform: translateY(-100%); visibility: hidden; pointer-events: none; transition: transform .6s var(--ease), visibility .6s; }
.mobile-panel.is-open { transform: none; visibility: visible; pointer-events: auto; }
.mobile-panel nav,
.mobile-panel .mobile-nav-drop,
.mobile-panel .mobile-contact {
  flex: 0 0 auto;
  min-height: auto;
}
.mobile-panel nav { border-top: 1px solid rgba(255,255,255,.16); }
.mobile-panel nav a { display: flex; align-items: baseline; gap: 22px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: clamp(24px, 8vw, 36px); font-weight: 700; line-height: 1; text-transform: uppercase; }
.mobile-panel nav em { color: var(--orange); font: normal 10px/1 monospace; }
.mobile-contact { margin-top: 28px; padding-top: 28px; }
.mobile-contact span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .18em; }
.mobile-contact a { font-size: 18px; font-weight: 700; }

/* 6. HERO */
.hero { min-height: 100svh; position: relative; overflow: hidden; color: #fff; background: #061722; }
.hero-visual { position: absolute; inset: 0; }
.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity .85s ease, transform 1.4s ease;
}
.hero-visual img.is-active { opacity: 1; transform: none; }
.hero-visual .hero-video,
.hero--video .hero-visual video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: #061722;
  opacity: 0;
  transition: opacity 1.1s ease;
}
.hero-visual .hero-video.is-active,
.hero--video .hero-visual video.is-active {
  opacity: 1;
}
.hero--video .hero-grid {
  grid-template-columns: 1fr;
  align-items: center;
  padding-top: calc(var(--header-height) + 12px);
  padding-bottom: clamp(40px, 6vh, 72px);
}
.hero--video .hero-copy {
  max-width: min(720px, 100%);
}
.hero--video .hero-title,
.hero--video .hero-lead {
  min-height: 0;
}
.hero-image-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 17, 26, .78) 0%, rgba(4, 17, 26, .42) 46%, rgba(4, 17, 26, .28) 100%),
    linear-gradient(180deg, rgba(4, 17, 26, .4) 0%, transparent 32%, rgba(4, 17, 26, .55) 100%);
  pointer-events: none;
}
.chimney-heights {
  background: #f7f7f4;
  padding: clamp(56px, 7vw, 100px) 0 0;
  overflow: hidden;
}
.chimney-heights .container {
  width: var(--container);
  max-width: 100%;
  margin-inline: auto;
}
.chimney-heights-copy {
  max-width: min(920px, 100%);
  margin: 0 auto clamp(28px, 5vw, 52px);
  text-align: center;
}
.chimney-heights-copy h2 {
  margin: 0;
  color: #252c30;
  font-family: var(--font-display);
  font-size: clamp(40px, 8.6vw, 72px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.12;
}
.chimney-heights-copy h2::before {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 0 auto 18px;
  background: #ed1626;
}
.chimney-heights-copy h2 span { color: #ed1026; }
.chimney-heights-copy p {
  margin: 18px auto 0;
  max-width: 36em;
  color: #606a70;
  font-size: clamp(16px, 2.8vw, 20px);
  line-height: 1.65;
}
.chimney-heights-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1672 / 572;
}
.chimney-heights-svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  pointer-events: none;
}
.chimney-heights-hit {
  position: absolute;
  z-index: 2;
  top: 83.6%;
  height: 5.2%;
  border-radius: 4px;
}
.chimney-heights-hit--left {
  left: 10.2%;
  width: 33.1%;
}
.chimney-heights-hit--right {
  left: 54.4%;
  width: 33.5%;
}
.hero-grid {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  position: relative;
  z-index: 2;
  padding: calc(var(--header-height) + 12px) 0 48px;
}
.hero-copy { max-width: 720px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
  opacity: 0;
}
.hero-badge b {
  padding: 8px 16px;
  color: var(--navy);
  background: #fff;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
}
.hero-badge span {
  padding: 8px 18px 8px 12px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  min-width: 9.5em;
}
.hero-title {
  margin: 0;
  min-height: 2.1em;
  color: #fff;
  font-size: clamp(44px, 5.2vw, 82px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-transform: none;
}
.hero-lead {
  max-width: 540px;
  min-height: 5.1em;
  margin: 22px 0 32px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(20px);
}
.hero-badge,
.hero-title,
.hero-lead {
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.hero-cta {
  color: #fff;
  background: none;
  border: 0;
  min-height: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.hero-cta:hover { background: none; }
.hero-gallery {
  --orbit-radius: 240px;
  --orbit-node: 57px;
  --orbit-node-active: 94px;
  position: relative;
  min-height: 560px;
  height: min(68vh, 640px);
  width: calc(100% + (100vw - var(--container)) / 2);
  margin-right: calc((var(--container) - 100vw) / 2);
  padding-right: 0;
  touch-action: none;
  cursor: grab;
  user-select: none;
}
.hero-gallery.is-dragging { cursor: grabbing; }
.hero-orbit {
  position: absolute;
  inset: 0;
  min-height: 0;
  touch-action: none;
}
.hero-orbit li {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  margin: 0;
  opacity: var(--orbit-fade, 1);
  transform: rotate(var(--orbit-angle, 0deg)) translateX(calc(-1 * var(--orbit-radius))) rotate(calc(-1 * var(--orbit-angle, 0deg)));
  transform-origin: 0 0;
  transition: transform .45s var(--ease), opacity .45s var(--ease);
}
.hero-gallery.is-dragging .hero-orbit li { transition: none; }
.hero-orbit li:has(button.is-active) { z-index: 5; }
.hero-orbit button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 0;
  appearance: none;
  font: inherit;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
  transform: translate(calc(-100% + var(--orbit-node)), -50%);
  transition: transform .45s var(--ease);
}
.hero-orbit button.is-active {
  transform: translate(calc(-100% + var(--orbit-node-active)), -50%);
}
.hero-gallery.is-dragging .hero-orbit button,
.hero-gallery.is-dragging .hero-orbit button.is-active {
  cursor: grabbing;
  transition: none;
}
.hero-orbit-copy { display: grid; gap: 4px; pointer-events: none; }
.hero-orbit-copy strong {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}
.hero-orbit-copy small {
  color: rgba(255, 255, 255, .62);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
}
.hero-orbit img {
  width: 114px;
  height: 114px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  transition: width .45s var(--ease), height .45s var(--ease), border-width .45s ease, box-shadow .45s ease;
}
.hero-gallery.is-dragging .hero-orbit img { transition: none; }
.hero-orbit button.is-active img {
  width: 188px;
  height: 188px;
  border-width: 7px;
  border-color: rgba(220, 228, 232, .7);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .12);
}
.hero-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-50%);
  touch-action: auto;
  cursor: pointer;
}
.hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .32);
  cursor: pointer;
  transition: background-color .3s, transform .3s;
}
.hero-dots button.is-active { background: #fff; transform: scale(1.28); }

/* 7. MARQUEE */
.marquee { overflow: hidden; padding: 25px 0 31px; border-bottom: 1px solid var(--border); background: #fff; }
.marquee-track { width: max-content; display: flex; will-change: transform; animation: marquee 44s linear infinite; }
.marquee-track > div { display: flex; align-items: center; }
.marquee span { padding-inline: 22px; color: var(--navy); font-size: clamp(38px, 5vw, 78px); font-weight: 500; letter-spacing: -.05em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.marquee span.outline { color: transparent; -webkit-text-stroke: 1px rgba(7,24,36,.55); }
.marquee i { color: var(--orange); font: normal 24px/1 monospace; }
@media (hover: hover) {
  .marquee:hover .marquee-track { animation-play-state: paused; }
}

/* 8. ABOUT */
.about { overflow: hidden; padding: 160px 0 190px; }
.about-blueprint { inset: 0 -14% 0 46%; opacity: .08; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 8vw, 150px); align-items: center; position: relative; z-index: 1; }
.about-copy .section-lead { margin: 37px 0 44px; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; margin-bottom: 48px; border-top: 1px solid var(--border); }
.about-values article { min-height: 104px; display: flex; align-items: center; border-bottom: 1px solid var(--border); padding: 18px 0; }
.about-values h3 { margin-bottom: 5px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.about-values p { color: var(--muted); font-size: 12px; }
.about-media { min-height: 600px; position: relative; }
.about-main {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 90%;
  height: 420px;
  border-radius: 28px;
}
.about-main img { object-position: 56% center; }
.about-detail {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 47%;
  height: 280px;
  background-color: #f7f7f4;
  border: 12px solid #f7f7f4;
  border-left: 0;
  border-radius: 24px;
}

/* 9. EXPERTISE */
.expertise {
  --stack-peek: 28px;
  background: var(--off-white);
  width: 100%;
}
.expertise-scroll {
  position: relative;
  width: 100%;
  padding: 48px 0 96px;
}
.expertise-grid-lines,
.build-visual { display: none; }
.expertise-head {
  position: relative;
  z-index: 1;
  width: min(100%, var(--container));
  margin: 0 auto 28px;
}
.expertise-stack {
  position: relative;
  z-index: 2;
  width: min(100%, var(--container));
  margin-inline: auto;
  padding-bottom: 10vh;
}
.expertise-card {
  position: sticky;
  top: calc(var(--header-height) + (var(--stack-index, 0) * var(--stack-peek)));
  z-index: calc(2 + var(--stack-index, 0));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: calc(100svh - var(--header-height) - (2 * var(--stack-peek)) - 56px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  background: #061722;
  border: 0;
  border-radius: 32px;
  box-shadow: 0 8px 24px rgba(7, 24, 36, .08);
}
.expertise-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 4vw, 56px) clamp(24px, 3vw, 48px);
}
.service-no { display: flex; align-items: baseline; gap: 10px; margin-bottom: 26px; }
.service-no b { color: var(--orange); font: 28px/1 monospace; }
.service-no span { color: rgba(255,255,255,.34); font: 11px/1 monospace; }
.expertise-card h3 {
  max-width: 16ch;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.06;
  text-transform: uppercase;
}
.expertise-card p {
  max-width: 42ch;
  margin: 22px 0 28px;
  color: rgba(255,255,255,.6);
  font-size: 17px;
  line-height: 1.72;
}
.expertise-link {
  width: fit-content;
  color: #fff;
}
.expertise-card:nth-child(even) {
  color: var(--navy);
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 24, 36, .05);
}
.expertise-card:nth-child(even) .service-no span { color: rgba(7, 24, 36, .34); }
.expertise-card:nth-child(even) h3 { color: var(--navy); }
.expertise-card:nth-child(even) p { color: var(--muted); }
.expertise-card:nth-child(even) .expertise-link { color: var(--navy); }
.expertise-card:nth-child(even) .expertise-card-media::after {
  background: linear-gradient(90deg, rgba(255,255,255,.18), transparent 30%);
}
.expertise-card-media {
  position: relative;
  min-width: 0;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
}
.expertise-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(6,23,34,.28), transparent 28%);
  pointer-events: none;
}
.expertise-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.75) contrast(1.04);
}
.build-visual {
  display: none;
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 18%;
  bottom: 22%;
  width: min(190px, 14vw);
  overflow: hidden;
  color: rgba(186, 218, 234, .38);
  opacity: .34;
  pointer-events: none;
}
.build-visual .slipform-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.slipform-draw path,
.slipform-draw ellipse { vector-effect: non-scaling-stroke; }
.sheet-grid { opacity: .28; }
.sheet-grid path:nth-child(2) {
  stroke-dasharray: 4 6;
  animation: sheet-flow 7s linear infinite;
}
.sheet-dims { opacity: .42; }
.sheet-plan path,
.sheet-plan ellipse {
  stroke-dasharray: 48 16;
  animation: sheet-trace 4.4s ease-in-out infinite;
}
.slipform-fill {
  color: rgba(157, 200, 220, 1);
  opacity: .06;
  animation: sheet-breathe 3.2s ease-in-out infinite;
}
.slipform-platform {
  transform: translate(0, 88px);
  animation: crown-glow 2.2s ease-in-out infinite;
}
.slipform-platform .platform-draw path[fill] { color: var(--orange); opacity: .7; }
.slipform-labels { opacity: .4; }
@keyframes sheet-flow {
  to { stroke-dashoffset: -220; }
}
@keyframes sheet-trace {
  0%, 100% { stroke-dashoffset: 0; opacity: .55; }
  50% { stroke-dashoffset: -90; opacity: 1; }
}
@keyframes sheet-breathe {
  0%, 100% { opacity: .04; }
  50% { opacity: .12; }
}
@keyframes crown-glow {
  0%, 100% { opacity: .4; }
  50% { opacity: 1; }
}

/* 10. PROJECTS */
.projects { position: relative; z-index: 2; padding: 0 0 80px; overflow: visible; }
.projects .container { position: relative; z-index: 1; }
.projects-sheet {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  color: rgba(7, 24, 36, .55);
  opacity: .06;
  pointer-events: none;
}
.projects-sheet svg {
  width: 100%;
  height: 100%;
  display: block;
}
.projects-sheet-plan { opacity: .85; }
.projects-sheet-elev { opacity: .55; }
.projects-sheet-notes { opacity: .42; }
.projects-sheet-nodes { opacity: .55; }
.projects-head { display: grid; grid-template-columns: 1fr 440px; gap: 70px; align-items: end; }
.projects-head > p { padding-bottom: 8px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.project-filters { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 28px 36px; margin: 68px 0 32px; }
.project-filters button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--navy);
  cursor: pointer;
}
.project-filters button:hover {
  color: var(--navy);
  background: none;
  border: 0;
}
.project-filters button.active {
  color: var(--orange);
  background: none;
  border: 0;
}
.project-filters button.active > span::after { width: 100%; }
.project-mosaic { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: start; position: relative; z-index: 2; }
.project-mosaic[data-visible="1"] { grid-template-columns: minmax(0, 1fr); max-width: 420px; }
.project-card {
  --panel-ease: cubic-bezier(.22, 1, .36, 1);
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--navy);
  background: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 28px;
  box-shadow: 0 10px 32px rgba(7, 24, 36, .06);
  transition:
    border-color .35s var(--panel-ease),
    box-shadow .35s var(--panel-ease),
    margin-bottom .5s var(--panel-ease);
}
.project-card.is-filtered,
.project-card.is-collapsed { display: none; }
.project-card.is-open {
  z-index: 40;
  border-color: rgba(7, 24, 36, .18);
  box-shadow: 0 18px 44px rgba(7, 24, 36, .12);
}
@media (hover: hover) {
  .project-card:hover {
    z-index: 15;
    border-color: rgba(7, 24, 36, .18);
    box-shadow: 0 14px 36px rgba(7, 24, 36, .1);
  }
  .project-card.is-open:hover {
    z-index: 20;
  }
}
.project-card figure {
  position: relative;
  margin: 10px;
  height: 248px;
  overflow: hidden;
  border-radius: 18px;
}
.project-media-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.project-card figure::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 17, 26, 0) 42%, rgba(4, 17, 26, .78) 100%);
  pointer-events: none;
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.project-meta {
  position: absolute;
  z-index: 3;
  left: 18px;
  right: 148px;
  bottom: 16px;
  color: #fff;
  pointer-events: none;
}
.project-meta h3 {
  max-width: none;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.12;
  text-transform: none;
}
.project-meta span {
  display: block;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .78);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: none;
}
.project-cta {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 14px;
  color: #fff;
  background: #2b2b2b;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  white-space: nowrap;
  transition: background-color .25s;
}
.project-cta i { font-size: 13px; }
.project-cta:hover { background: #111; }
.project-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .5s var(--panel-ease);
}
.project-card.is-open .project-panel { grid-template-rows: 1fr; }
.project-panel-inner {
  min-height: 0;
  overflow: hidden;
  padding: 8px 18px 2px;
}
.project-panel-inner h4 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.2;
}
.project-locale {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}
.project-facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 12px;
  align-items: center;
  margin: 12px 0 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(7, 24, 36, .1);
}
.project-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.project-stats b {
  display: block;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.project-stats span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
}
.project-schematic {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: #f6f7f8;
  border: 1px solid rgba(7, 24, 36, .1);
  border-radius: 14px;
}
.project-schematic i { font-size: 22px; color: var(--navy); }
.project-panel-inner > p:not(.project-locale) {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
}
.project-toggle {
  width: 100%;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #1a1a1a;
  background: #fff;
  cursor: pointer;
}
.project-toggle::before {
  content: '';
  width: 11px;
  height: 11px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
  transition: transform .45s var(--panel-ease);
}
.project-card.is-open .project-toggle::before {
  transform: rotate(225deg) translateY(-3px);
}
.projects-bottom { display: flex; align-items: center; justify-content: flex-end; margin-top: 30px; }
.projects-bottom button.text-link {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

/* JOURNEY / TARİHÇE */
.journey {
  position: relative;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: var(--text);
}
.journey-layout {
  display: grid;
  grid-template-columns: minmax(280px, 32vw) minmax(0, 1fr);
  align-items: stretch;
  min-height: 100vh;
}
.journey-dial {
  position: relative;
  min-height: 100vh;
  height: 100%;
  margin: 0;
  color: rgba(7, 24, 36, .3);
  overflow: visible;
  touch-action: none;
  cursor: grab;
  user-select: none;
}
.journey-dial.is-dragging {
  cursor: grabbing;
}
.journey-dial:focus-visible::after {
  content: '';
  position: absolute;
  inset: 18px 18px 18px 0;
  border: 1px dashed rgba(152, 18, 18, .35);
  pointer-events: none;
}
.journey-dial-svg {
  position: absolute;
  inset: 0 auto 0 -22%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.journey-dial-arc { opacity: .95; }
.journey-dial-ticks { opacity: .8; }
.journey-dial-mm {
  opacity: .38;
  fill: rgba(7, 24, 36, .55);
}
.journey-timeline {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: visible;
}
.journey-year {
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  grid-template-columns: 2px minmax(0, auto);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  width: max-content;
  max-width: 200px;
  margin: 0;
  padding: 0 0 0 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  text-align: left;
  cursor: pointer;
  transform: translate(0, -50%);
  transition: color .3s, opacity .2s;
  will-change: left, top, opacity;
}
.journey-year.is-active {
  opacity: 1 !important;
}
.journey-year i {
  grid-row: 1 / span 2;
  display: block;
  width: 2px;
  height: 18px;
  border: 0;
  border-radius: 0;
  background: rgba(7, 24, 36, .32);
  box-shadow: none;
  transition: height .3s var(--ease), background-color .3s;
}
.journey-year strong {
  grid-column: 2;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1;
  transition: color .3s;
}
.journey-year span {
  grid-column: 2;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
  transition: color .3s;
}
.journey-year:hover i,
.journey-year.is-active i {
  height: 28px;
  border: 0;
  background: var(--orange);
  box-shadow: none;
  transform: none;
}
.journey-year:hover strong,
.journey-year.is-active strong,
.journey-year.is-active span {
  color: var(--orange);
}
.journey-body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .85fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  min-width: 0;
  padding: clamp(64px, 7vw, 110px) max(36px, calc((100vw - var(--container)) / 2)) clamp(64px, 7vw, 110px) clamp(8px, 1.2vw, 20px);
}
.journey-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-block: 12px;
  transition: opacity .28s ease, transform .28s ease;
}
.journey-copy.is-switching {
  opacity: 0;
  transform: translateY(10px);
}
.journey-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.journey-kicker span {
  display: block;
  width: 28px;
  height: 1.5px;
  background: currentColor;
}
.journey-title {
  max-width: 14ch;
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-size: clamp(36px, 3.8vw, 58px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
  color: var(--navy);
}
.journey-lead {
  max-width: 520px;
  margin: 0 0 36px;
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
}
.journey-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 36px;
  border-top: 1px solid rgba(7, 24, 36, .1);
}
.journey-features article {
  padding: 22px 18px 8px 0;
  border-right: 1px solid rgba(7, 24, 36, .1);
}
.journey-features article:last-child {
  border-right: 0;
  padding-right: 0;
}
.journey-features article:not(:first-child) {
  padding-left: 18px;
}
.journey-features i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  color: var(--navy-mid);
  font-size: 18px;
}
.journey-features h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--navy);
}
.journey-features p {
  margin: 0;
  max-width: 18ch;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.journey-cta {
  align-self: flex-start;
  min-width: 0;
  gap: 18px;
  padding-inline: 22px;
}
.journey-cta i { font-size: 12px; }
.journey-media {
  position: relative;
  align-self: stretch;
  margin: 0;
  min-height: clamp(420px, 70vh, 720px);
  overflow: hidden;
  background: #dfe4e7;
  transition: opacity .28s ease;
}
.journey-media.is-switching {
  opacity: 0;
}
.journey-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.journey-media:not(.is-switching) img {
  transform: scale(1);
}
.journey-media.is-switching img {
  transform: scale(1.04);
}

@media (max-width: 1100px) {
  .journey-layout {
    grid-template-columns: minmax(240px, 30vw) minmax(0, 1fr);
    min-height: 0;
  }
  .journey-dial { min-height: 720px; }
  .journey-body {
    grid-template-columns: 1fr;
    padding-right: 36px;
  }
  .journey-media { min-height: 360px; }
}

@media (max-width: 767px) {
  .journey-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .journey-dial {
    min-height: 0;
    height: auto;
    touch-action: pan-x;
    cursor: default;
    color: rgba(7, 24, 36, .2);
  }
  .journey-dial-svg,
  .journey-dial-mm { display: none; }
  .journey-timeline {
    position: relative;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 16px 16px 12px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .journey-year {
    position: relative;
    left: auto !important;
    top: auto !important;
    flex: 0 0 auto;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    justify-items: start;
    min-width: 96px;
    padding: 12px 14px;
    border: 1px solid rgba(7, 24, 36, .12);
    scroll-snap-align: start;
    transform: none;
    transition: color .3s, border-color .3s, background-color .3s;
  }
  .journey-year i {
    grid-row: auto;
    margin-bottom: 8px;
  }
  .journey-year strong,
  .journey-year span { grid-column: 1; }
  .journey-year.is-active {
    border-color: var(--orange);
  }
  .journey-body {
    padding: 28px 20px 56px;
    gap: 28px;
  }
  .journey-title { max-width: none; }
  .journey-features {
    grid-template-columns: 1fr;
    border-top: 0;
  }
  .journey-features article,
  .journey-features article:not(:first-child),
  .journey-features article:last-child {
    padding: 18px 0;
    border-right: 0;
    border-top: 1px solid rgba(7, 24, 36, .1);
  }
  .journey-features p { max-width: none; }
  .journey-media { min-height: 280px; }
}

/* 11. FULLSCREEN INDUSTRIAL */
.industrial-moment { height: 100vh; min-height: 760px; position: relative; z-index: 1; overflow: hidden; color: #fff; }
.industrial-image { position: absolute; inset: 0; }
.industrial-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.15); filter: saturate(.75); }
.industrial-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,26,.9) 0%, rgba(4,17,26,.42) 48%, rgba(4,17,26,.62) 100%); }
.industrial-coordinates { inset: 0; opacity: .11; }
.industrial-layout {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 620px);
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  padding: clamp(88px, 11vh, 128px) 0;
  width: min(1680px, calc(100vw - 64px));
}
.industrial-copy { display: flex; flex-direction: column; justify-content: center; }
.industrial-copy h2 { max-width: 680px; font-size: clamp(48px, 6.2vw, 108px); font-weight: 500; letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }
.industrial-copy > p:last-child { max-width: 440px; margin-top: 32px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.7; }
.industrial-form-card {
  padding: 36px 40px 32px;
  border: 0;
  border-radius: 16px;
  background: rgba(7,24,36,.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 64px rgba(0,0,0,.32);
}
.industrial-form-head h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.12;
}
.industrial-form-head > p:last-child {
  margin: 0 0 26px;
  color: rgba(255,255,255,.58);
  font-size: 15px;
  line-height: 1.65;
}
.industrial-form-head .eyebrow { margin-bottom: 14px; }
.industrial-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}
.industrial-field--full,
.industrial-form .industrial-submit,
.industrial-form .industrial-form-status { grid-column: 1 / -1; }
.industrial-field label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.industrial-field input,
.industrial-field textarea,
.industrial-field select {
  width: 100%;
  padding: 15px 16px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: rgba(255,255,255,.06);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  transition: background-color .25s;
}
.industrial-field select { cursor: pointer; }
.industrial-field select option { color: var(--navy); }
.industrial-field input::placeholder,
.industrial-field textarea::placeholder { color: rgba(255,255,255,.36); }
.industrial-field input:focus,
.industrial-field textarea:focus,
.industrial-field select:focus {
  outline: none;
  background: rgba(255,255,255,.09);
}
.industrial-select {
  position: relative;
}
.industrial-select-native {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.industrial-select-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: rgba(255,255,255,.06);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  transition: background-color .25s;
}
.industrial-select-trigger:hover,
.industrial-select.is-open .industrial-select-trigger,
.industrial-select-trigger:focus-visible {
  outline: none;
  background: rgba(255,255,255,.09);
}
.industrial-select-trigger::after {
  content: '';
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: -4px;
  border-right: 1.6px solid rgba(255,255,255,.7);
  border-bottom: 1.6px solid rgba(255,255,255,.7);
  transform: rotate(45deg);
  transition: transform .25s ease;
}
.industrial-select.is-open .industrial-select-trigger::after {
  margin-top: 4px;
  transform: rotate(225deg);
}
.industrial-select-menu {
  position: absolute;
  z-index: 8;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 0;
  border-radius: 12px;
  background: rgba(10, 28, 40, .96);
  box-shadow: 0 18px 42px rgba(0,0,0,.4);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.industrial-select.is-open .industrial-select-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
.industrial-select-option {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: 0;
  border-radius: 8px;
  color: rgba(255,255,255,.82);
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s, color .2s;
}
.industrial-select-option:hover,
.industrial-select-option:focus-visible {
  outline: none;
  color: #fff;
  background: rgba(241, 90, 36, .18);
}
.industrial-select-option.is-selected {
  color: #fff;
  background: rgba(241, 90, 36, .88);
}
.industrial-field textarea { min-height: 108px; resize: vertical; }
.industrial-submit {
  width: 100%;
  min-height: 58px;
  margin-top: 6px;
  justify-content: center;
  gap: 14px;
  border-radius: 10px;
  font-size: 15px;
}
.industrial-form-status {
  display: block;
  min-height: 18px;
  margin-top: 8px;
  color: #9dc8ac;
  font-size: 12px;
  line-height: 1.45;
}
.industrial-measure { position: absolute; z-index: 1; right: 2%; top: 14%; height: 70%; display: flex; flex-direction: column; align-items: flex-end; color: rgba(255,255,255,.65); font: 9px/1 monospace; letter-spacing: .1em; pointer-events: none; }
.industrial-measure i { width: 1px; flex: 1; margin: 12px 6px; background: rgba(255,255,255,.45); }
.industrial-measure i::before, .industrial-measure i::after { content: ''; display: block; width: 10px; height: 1px; background: var(--orange); transform: translateX(-4px); }
.industrial-measure i::after { margin-top: calc(70vh - 30px); }

/* 12. PROCESS */
.process { padding: 160px 0 180px; }
.process-head { display: grid; grid-template-columns: 1fr 390px; gap: 80px; align-items: end; }
.process-head > p { padding-bottom: 7px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.process-timeline { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; margin-top: 94px; }
.timeline-line { position: absolute; top: 49px; left: 0; right: 0; height: 1px; background: rgba(7,24,36,.16); }
.timeline-line i { display: block; width: 0; height: 2px; margin-top: -1px; background: var(--orange); }
.process-timeline article { min-height: 330px; position: relative; padding: 0 30px 0 0; }
.process-timeline article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 42px;
  position: relative;
  z-index: 2;
  isolation: isolate;
  border: 2px solid rgba(241, 90, 36, .42);
  border-radius: 50%;
  background: transparent;
  color: var(--orange);
  font: 800 10px/1 monospace;
  letter-spacing: .04em;
  transition: color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.process-timeline article > span::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 50%;
  background: var(--orange);
  transform: scale(var(--step-fill, 0));
  opacity: var(--step-fill, 0);
  transition: none;
}
.process-timeline article.is-active > span,
.process-timeline article:hover > span {
  color: #fff;
  border-color: var(--orange);
  box-shadow: 0 10px 28px rgba(241, 90, 36, .24);
}
.process-timeline article.is-active > span::after,
.process-timeline article:hover > span::after {
  transform: scale(1);
  opacity: 1;
}
.process-timeline article > i { display: block; height: 42px; margin-bottom: 23px; color: var(--orange); font-size: 26px; line-height: 42px; opacity: .28; transform: translateY(10px); transition: opacity .4s, transform .4s; }
.process-timeline article.is-active > i { opacity: 1; transform: none; }
.process-timeline h3 { margin-bottom: 17px; font-size: 17px; letter-spacing: -.02em; line-height: 1.25; text-transform: uppercase; }
.process-timeline p { max-width: 230px; color: var(--muted); font-size: 12px; line-height: 1.7; }

/* 12b. PROCESS SCROLL (7-step sticky timeline) */
.process-scroll {
  padding: 0;
  height: 150vh;
  background: var(--off-white);
}
.process-scroll .process-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.process-scroll .process-inner {
  width: var(--container);
  max-width: 100%;
  margin-inline: auto;
  padding: clamp(54px, 7vh, 88px) 0 clamp(42px, 6vh, 72px);
}
.process-scroll .process-head {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr);
  gap: clamp(46px, 9vw, 150px);
  align-items: end;
  margin-bottom: clamp(42px, 7vh, 82px);
}
.process-scroll .section-title {
  max-width: 820px;
  font-size: clamp(34px, 3.65vw, 64px);
  line-height: .98;
}
.process-scroll .process-intro {
  margin: 0 0 5px;
  max-width: 390px;
  padding-bottom: 0;
  color: var(--muted);
  font-size: clamp(14px, 1.06vw, 17px);
  line-height: 1.75;
}
.process-shell {
  position: relative;
  height: 360px;
}
.process-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(7, 24, 36, .14);
  transform: translateY(-50%);
}
.process-progress {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  background: var(--orange);
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  will-change: transform;
  box-shadow: 0 0 18px rgba(241, 90, 36, .18);
}
.process-steps {
  position: absolute;
  inset: 0;
}
.process-step {
  --x: 0%;
  position: absolute;
  left: var(--x);
  top: 50%;
  width: min(180px, 13vw);
  min-width: 128px;
  transform: translate(-50%, -50%);
  text-align: left;
}
.process-step:first-child { transform: translate(0, -50%); }
.process-step:last-child { transform: translate(-100%, -50%); }
.process-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(241, 90, 36, .42);
  background: var(--off-white);
  color: var(--orange);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  position: relative;
  z-index: 3;
  transition: background .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.process-step:not(:first-child):not(:last-child) .process-dot { margin: 0 auto; }
.process-step:last-child .process-dot { margin-left: auto; }
.process-step.is-active .process-dot {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
  box-shadow: 0 8px 24px rgba(241, 90, 36, .23);
  transform: scale(1.02);
}
.process-content {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: .33;
  transform: translateY(8px);
  transition: opacity .4s ease, transform .4s ease;
}
.process-step:nth-child(odd) .process-content { bottom: 56px; }
.process-step:nth-child(even) .process-content { top: 56px; }
.process-step.is-active .process-content {
  opacity: 1;
  transform: translateY(0);
}
.process-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  color: var(--orange);
}
.process-step:not(:first-child):not(:last-child) .process-content { text-align: center; }
.process-step:not(:first-child):not(:last-child) .process-icon { margin-left: auto; margin-right: auto; }
.process-step:last-child .process-content { text-align: right; }
.process-step:last-child .process-icon { margin-left: auto; }
.process-content h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.14;
  letter-spacing: -.035em;
  font-weight: 500;
}
.process-content p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.58;
}
.process-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: clamp(15px, 2vh, 26px);
  color: #9aa19f;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.process-hint i {
  display: block;
  width: 38px;
  height: 1px;
  background: #c9cac4;
  position: relative;
  overflow: hidden;
}
.process-hint i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--orange);
  transform: translateX(-100%);
  animation: process-hint 1.8s ease-in-out infinite;
}
@keyframes process-hint {
  50%, 100% { transform: translateX(100%); }
}
@media (prefers-reduced-motion: reduce) {
  .process-hint i::after { animation: none; }
}
@media (max-width: 1050px) {
  .process-scroll { height: 165vh; }
  .process-scroll .process-sticky { align-items: flex-start; }
  .process-scroll .process-inner { padding-top: calc(var(--header-height) + 28px); }
  .process-scroll .process-head {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 36px;
  }
  .process-scroll .process-intro { max-width: 620px; }
  .process-shell { height: 560px; margin-top: 10px; }
  .process-track {
    left: 26px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    transform: none;
  }
  .process-progress {
    left: 25.5px;
    top: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: center top;
  }
  .process-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-content: space-between;
  }
  .process-step,
  .process-step:first-child,
  .process-step:last-child {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-width: 0;
    transform: none;
    padding-left: 74px;
    min-height: 68px;
  }
  .process-dot,
  .process-step:first-child .process-dot,
  .process-step:not(:first-child):not(:last-child) .process-dot,
  .process-step:last-child .process-dot {
    position: absolute;
    left: 9px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
  .process-step.is-active .process-dot { transform: translateY(-50%) scale(1.02); }
  .process-content,
  .process-step:nth-child(odd) .process-content,
  .process-step:nth-child(even) .process-content {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0 14px;
    align-items: start;
    text-align: left !important;
    width: 100%;
    transform: translateX(8px);
  }
  .process-step.is-active .process-content { transform: translateX(0); }
  .process-icon,
  .process-step:not(:first-child):not(:last-child) .process-icon,
  .process-step:last-child .process-icon {
    grid-row: 1 / 3;
    margin: 0;
  }
  .process-content h3 { margin: 2px 0 6px; }
  .process-hint { display: none; }
}
@media (max-width: 640px) {
  .process-scroll { height: 165vh; }
  .process-scroll .process-inner { padding-top: calc(var(--header-height) + 18px); }
  .process-scroll .section-title { font-size: 35px; line-height: 1.03; }
  .process-scroll .process-intro { font-size: 13px; line-height: 1.62; }
  .process-shell { height: 600px; }
  .process-step { padding-left: 66px; }
  .process-content { grid-template-columns: 26px minmax(0, 1fr); gap: 0 10px; }
  .process-icon { width: 25px; height: 25px; }
}

/* 14. QUALITY */
.quality {
  position: relative;
  overflow: hidden;
  padding: 160px 0 170px;
  color: #fff;
  background: linear-gradient(180deg, #061722 0%, #071824 48%, #05131d 100%);
}
.quality-atmosphere { position: absolute; inset: 0; pointer-events: none; }
.quality-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(241, 90, 36, .2) 15%, var(--orange) 50%, rgba(241, 90, 36, .2) 85%, transparent);
}
.quality-tech { inset: 0; opacity: .07; }
.quality-head { display: grid; grid-template-columns: 1fr 440px; gap: 90px; align-items: end; position: relative; z-index: 1; }
.quality-head h2 { font-size: clamp(58px, 6.6vw, 108px); font-weight: 500; letter-spacing: -.06em; line-height: .88; text-transform: uppercase; }
.quality-head > p { padding-bottom: 6px; color: rgba(255, 255, 255, .56); font-size: 15px; line-height: 1.75; }
.quality-showcase {
  position: relative;
  z-index: 1;
  margin-top: 72px;
}
.quality-globe {
  position: relative;
  width: min(100%, 980px);
  height: min(68vh, 672px);
  min-height: 500px;
  margin-inline: auto;
  overflow: visible;
  background: transparent;
  touch-action: pan-y;
}
.quality-globe-canvas,
.quality-globe-labels {
  position: absolute;
  inset: 0;
}
.quality-globe-labels {
  z-index: 5;
  pointer-events: none;
}
.quality-globe canvas {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  touch-action: pan-y;
  cursor: grab;
}
.quality-globe canvas:active { cursor: grabbing; }
.quality-globe-zoom {
  position: absolute;
  z-index: 6;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quality-globe-zoom button {
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  background: rgba(7, 24, 36, .78);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  transition: border-color .2s ease, background-color .2s ease;
}
.quality-globe-zoom button:hover {
  background: rgba(241, 90, 36, .92);
  border-color: var(--orange);
}
.globe-marker {
  position: absolute;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -5px 0 0 -5px;
  background: var(--orange);
  border: 1.5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(241, 90, 36, .85);
  pointer-events: auto;
}
.globe-marker::before,
.globe-marker::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  opacity: 0;
  animation: globeSonar 2.8s cubic-bezier(.215, .61, .355, 1) infinite;
}
.globe-marker::after { animation-delay: 1.4s; }
.globe-tooltip {
  position: absolute;
  bottom: 18px;
  left: 50%;
  color: #fff;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 1px 10px rgba(7, 24, 36, .9);
  transform: translateX(-50%);
  pointer-events: none;
}
@keyframes globeSonar {
  0% { transform: scale(.5); opacity: .7; }
  100% { transform: scale(2.2); opacity: 0; }
}

/* 15. FAQ */
.faq {
  background: #fff;
  color: var(--navy);
  padding: 120px 0 110px;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(320px, 1.08fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: stretch;
}
.faq-intro {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}
.faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.faq-kicker i { color: var(--orange); flex: 0 0 auto; font-size: 16px; }
.faq-intro h2 {
  max-width: 18ch;
  margin: 0 0 18px;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.08;
  color: var(--navy);
}
.faq-lead {
  max-width: 42ch;
  margin: 0 0 48px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}
.faq-cta {
  margin-top: auto;
  padding: 28px 28px 26px;
  background: #f3f3f0;
  border-radius: 22px;
}
.faq-cta h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.03em;
  color: var(--navy);
}
.faq-cta p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.faq-cta-btn {
  color: var(--navy);
  background: none;
  min-height: 0;
  padding: 0;
  border-radius: 0;
}
.faq-cta-btn:hover {
  color: var(--navy);
  background: none;
  transform: none;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.faq-item {
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 6px 18px rgba(7, 24, 36, .04);
  transition: box-shadow .35s cubic-bezier(.22, 1, .36, 1);
}
.faq-item[open],
.faq-item.is-open {
  box-shadow: 0 10px 26px rgba(7, 24, 36, .06);
}
.faq-item summary {
  display: block;
  position: relative;
  padding: 22px 52px 22px 26px;
  list-style: none;
  cursor: pointer;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.35;
  color: var(--navy);
}
.faq-item summary::-webkit-details-marker,
.faq-item summary::marker { display: none; content: none; }
.faq-item summary::after {
  content: '\f078';
  position: absolute;
  right: 22px;
  top: 50%;
  width: 16px;
  height: 16px;
  color: var(--navy);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  transform: translateY(-50%);
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}
.faq-item[open] summary::after,
.faq-item.is-open summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-answer-inner {
  padding: 0 52px 24px 26px;
}
.faq-item[open] .faq-answer-inner {
  animation: faqIn .45s cubic-bezier(.22, 1, .36, 1);
}
@keyframes faqIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}
@supports (interpolate-size: allow-keywords) {
  .faq-answer {
    interpolate-size: allow-keywords;
    overflow: hidden;
    height: 0;
    transition: height .48s cubic-bezier(.22, 1, .36, 1);
  }
  .faq-item[open] .faq-answer {
    height: auto;
  }
}
.faq-answer p,
.faq-answer ul {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.faq-answer ul {
  padding-left: 1.2em;
}
.faq-answer li {
  margin: 0 0 4px;
}
.faq-answer li:last-child { margin-bottom: 0; }
.faq-answer p:last-child,
.faq-answer ul:last-child { margin-bottom: 0; }
.faq-answer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 16. FOOTER */
.site-footer {
  padding: 20px 20px 28px;
  color: #fff;
  background: #fff;
}
.footer-shell {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  background: #071018;
  padding: 72px 0 0;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(0, 1.4fr);
  gap: clamp(40px, 5vw, 80px);
  position: relative;
  z-index: 1;
  padding-bottom: 36px;
}
.footer-logo {
  display: block;
  width: min(168px, 100%);
}
.footer-logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.footer-brand p {
  max-width: 280px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 15px;
  line-height: 1.7;
}
.footer-cols {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, .85fr) minmax(0, .9fr) minmax(0, 1.2fr);
  gap: 28px 20px;
}
.socials { display: flex; gap: 8px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 10px; transition: color .3s, border-color .3s, background-color .3s; }
.socials a:hover { border-color: var(--orange); background: var(--orange); }
.site-footer h2 { margin-bottom: 18px; color: #fff; font-size: 14px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.site-footer nav a { color: rgba(255,255,255,.48); font-size: 14px; transition: color .25s, transform .25s; }
.site-footer nav a:hover { color: #fff; transform: translateX(3px); }
.site-footer nav[aria-label="Hizmetler"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  justify-items: start;
  align-items: start;
  column-gap: clamp(20px, 2.4vw, 36px);
  row-gap: 12px;
}
.site-footer nav[aria-label="Hizmetler"] h2 {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-bottom: 6px;
}
.site-footer nav[aria-label="Hizmetler"] a {
  white-space: nowrap;
}
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(1) { grid-area: 2 / 1; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(2) { grid-area: 3 / 1; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(3) { grid-area: 4 / 1; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(4) { grid-area: 5 / 1; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(5) { grid-area: 6 / 1; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(6) { grid-area: 7 / 1; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(7) { grid-area: 2 / 2; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(8) { grid-area: 3 / 2; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(9) { grid-area: 4 / 2; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(10) { grid-area: 5 / 2; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(11) { grid-area: 8 / 2; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(12) { grid-area: 6 / 2; }
.site-footer nav[aria-label="Hizmetler"] a:nth-of-type(13) { grid-area: 7 / 2; }
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.48);
  font-size: 14px;
  line-height: 1.5;
  transition: color .25s;
}
.footer-contact a i {
  flex: 0 0 auto;
  width: 15px;
  margin-top: 3px;
  color: var(--orange);
  font-size: 14px;
  text-align: center;
}
.footer-contact a:hover { color: #fff; }
.footer-bottom {
  position: relative;
  z-index: 1;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,.38);
  font-size: 12px;
}
.footer-bottom > div { display: flex; gap: 28px; }
.footer-bottom span,
.footer-bottom a { color: rgba(255,255,255,.38); }
.footer-bottom span { cursor: default; }
.footer-bottom a { transition: color .25s; }
.footer-bottom a:hover { color: #fff; }
.footer-outline {
  position: relative;
  z-index: 0;
  margin: 8px 0 -18px;
  color: transparent;
  background-image:
    linear-gradient(
      100deg,
      transparent 0%,
      transparent 42%,
      rgba(120, 140, 158, 0.45) 50%,
      transparent 58%,
      transparent 100%
    ),
    linear-gradient(180deg, #2f4252 0%, #1a2834 42%, #0a1218 100%);
  background-size: 55% 100%, 100% 100%;
  background-position: -60% 0, 0 0;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  opacity: .68;
  font-family: var(--font-display);
  font-size: clamp(64px, 13.5vw, 210px);
  font-weight: 500;
  letter-spacing: .04em;
  line-height: .82;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.footer-outline.is-shining {
  animation: footer-outline-shine 10s cubic-bezier(.45, 0, .2, 1) infinite;
}
@keyframes footer-outline-shine {
  0%, 72%, 100% { background-position: -60% 0, 0 0; }
  28%, 42% { background-position: 160% 0, 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  .footer-outline,
  .footer-outline.is-shining {
    animation: none;
    background-image: linear-gradient(180deg, #2f4252 0%, #1a2834 42%, #0a1218 100%);
    background-size: 100% 100%;
    background-position: 0 0;
  }
}

/* 17. ANIMATIONS */
@keyframes introLine { to { transform: scaleX(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }
.js .split-title { visibility: hidden; }

/* 18. RESPONSIVE */
@media (max-width: 1360px) {
  :root { --container: min(1240px, calc(100vw - 64px)); }
  .brand { width: 190px; }
  .desktop-nav { gap: 16px; }
  .header-cta { margin-left: 18px; }
  .header-meta-item--addr { display: none; }
  .expertise-card { grid-template-columns: minmax(0, 1fr) minmax(240px, 1fr); }
  .expertise-card h3 { font-size: clamp(26px, 3vw, 38px); }
  .footer-cols { grid-template-columns: minmax(0, 2fr) 1fr 1fr 1.2fr; gap: 22px 16px; }
  .project-mosaic { gap: 14px; }
  .project-meta { right: 132px; }
  .project-cta { height: 32px; padding: 0 11px; font-size: 10px; }
}

@media (max-width: 1100px) {
  :root { --container: min(100% - 48px, 980px); --header-height: 76px; }
  .desktop-nav, .header-cta, .header-meta, .header-rule { display: none; }
  .nav-dropdown-panel { display: none !important; }
  .menu-toggle { display: grid; }
  .mobile-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  .header-inner { display: flex; align-items: center; grid-template-columns: none; grid-template-rows: none; }
  .brand { height: calc(var(--header-height) - 16px); margin-bottom: 0; align-self: center; align-items: center; }
  .site-header { position: fixed; }
  .brand { width: 205px; }
  .hero-gallery {
    --orbit-radius: 200px;
    --orbit-node: 50px;
    --orbit-node-active: 74px;
    min-height: 480px;
    padding-right: 0;
  }
  .hero-orbit img { width: 100px; height: 100px; }
  .hero-orbit button.is-active img { width: 148px; height: 148px; }
  .hero-orbit-copy strong { font-size: 17px; }
  .about-grid { gap: 65px; }
  .about-media { min-height: 520px; }
  .about-main { top: 20px; right: 24px; width: 90%; height: 360px; }
  .faq { padding: 96px 0 88px; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro h2 { max-width: 22ch; }
  .faq-cta { margin-top: 8px; }
  .expertise { --stack-peek: 22px; }
  .expertise-card {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 1fr);
    border-radius: 28px;
  }
  .projects-head, .process-head, .quality-head { grid-template-columns: 1fr 330px; }
  .project-mosaic { grid-template-columns: 1fr; gap: 16px; }
  .project-mosaic[data-visible="1"] { max-width: none; }
  .project-card figure { height: 248px; }
  .project-meta { right: 168px; left: 20px; bottom: 16px; }
  .project-cta { right: 16px; bottom: 16px; }
  .quality-showcase { margin-top: 56px; }
  .quality-globe { width: min(100%, 820px); min-height: 420px; height: min(58vh, 560px); }
}

@media (max-width: 767px) {
  :root { --container: calc(100vw - 32px); --header-height: 70px; }
  .site-header, .site-header.is-sticky { height: 70px; }
  .mobile-panel { top: 70px; padding-top: 46px; }
  .brand { width: 175px; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; }
  .section-title { font-size: clamp(38px, 11vw, 58px); }
  .section-lead { font-size: 14px; line-height: 1.75; }
  .button { min-height: 52px; padding-inline: 18px; }
  .button-primary { min-width: 0; }
  .hero { min-height: 100svh; display: block; padding-top: 0; background: #061722; }
  .hero-grid {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 28px;
    padding: calc(var(--header-height) + 28px) 0 28px;
  }
  .hero--video .hero-grid {
    justify-content: center;
    padding: calc(var(--header-height) + 20px) 0 40px;
  }
  .hero-copy { max-width: none; padding: 0; }
  .hero-title { font-size: clamp(36px, 10vw, 54px); line-height: 1.05; }
  .hero-lead { margin: 16px 0 22px; font-size: 15px; line-height: 1.65; opacity: 1; transform: none; }
  .hero-cta { opacity: 1; transform: none; }
  .hero-badge { opacity: 1; }
  .hero-visual { position: absolute; inset: 0; height: auto; min-height: 0; }
  .hero-visual img { object-position: 58% center; }
  .hero-image-wash {
    background:
      linear-gradient(180deg, rgba(4, 17, 26, .45) 0%, rgba(4, 17, 26, .58) 48%, rgba(4, 17, 26, .88) 100%);
  }
  .hero-gallery {
    --orbit-radius: 118px;
    --orbit-node: 38px;
    --orbit-node-active: 48px;
    min-height: 280px;
    height: 280px;
    padding-right: 0;
  }
  .hero-orbit { inset: 0; }
  .hero-orbit-copy { display: none; }
  .hero-orbit img,
  .hero-orbit button.is-active img { width: 76px; height: 76px; border-width: 2px; box-shadow: none; }
  .hero-orbit button.is-active img { width: 96px; height: 96px; border-width: 4px; }
  .hero-dots { right: 20px; }
  .marquee { padding-block: 19px; }
  .marquee span { font-size: 37px; padding-inline: 13px; }
  .about { padding: 92px 0 100px; }
  .about-grid { grid-template-columns: 1fr; gap: 65px; }
  .about-copy .section-lead { margin: 28px 0 34px; }
  .about-values { gap: 0 20px; }
  .about-values article { min-height: 88px; padding: 16px 0; }
  .about-values p { font-size: 10px; }
  .about-media { min-height: 460px; }
  .about-main { top: 16px; right: 16px; width: 88%; height: 320px; }
  .about-detail { width: 53%; height: 200px; border-width: 8px; bottom: 16px; }
  .expertise { --stack-peek: 20px; }
  .expertise-scroll { padding: 20px 0 48px; }
  .expertise-head { width: var(--container); margin-bottom: 16px; }
  .expertise-stack { width: var(--container); }
  .expertise-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    max-width: 100%;
    padding: 0;
    border-radius: 24px;
  }
  .expertise-card-copy { padding: 22px 18px 20px; }
  .expertise-card h3 { font-size: clamp(26px, 8vw, 34px); }
  .expertise-card p { margin: 14px 0 20px; font-size: 16px; }
  .expertise-card-media {
    width: 100%;
    min-height: 0;
    height: 160px;
    aspect-ratio: auto;
    margin: 0;
    order: -1;
  }
  .projects { padding: 0 0 48px; }
  .projects-sheet { opacity: .04; }
  .projects-sheet-elev { display: none; }
  .projects-head, .process-head, .quality-head { display: block; }
  .projects-head > p, .process-head > p, .quality-head > p { margin-top: 25px; }
  .project-filters { flex-wrap: nowrap; overflow-x: auto; margin: 42px -16px 25px; padding: 0 16px 8px; scrollbar-width: none; }
  .project-filters::-webkit-scrollbar { display: none; }
  .project-filters button { flex: 0 0 auto; }
  .project-mosaic { grid-template-columns: 1fr; gap: 16px; }
  .project-mosaic[data-visible="1"] { max-width: none; }
  .project-card { border-radius: 24px; }
  .project-card figure { height: 248px; }
  .project-meta { left: 18px; right: 150px; bottom: 16px; }
  .project-cta { left: auto; right: 14px; bottom: 16px; }
  .projects-bottom { margin-top: 20px; }
  .industrial-moment { height: auto; min-height: 72svh; }
  .industrial-layout { grid-template-columns: 1fr; gap: 40px; padding: 72px 0 64px; width: min(1240px, calc(100vw - 64px)); }
  .industrial-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }
  .industrial-field {
    min-width: 0;
  }
  .industrial-field input,
  .industrial-field select {
    padding: 12px 10px;
    min-width: 0;
  }
  .industrial-copy h2 { font-size: clamp(52px, 15vw, 80px); line-height: .89; }
  .industrial-copy > p:last-child { font-size: 13px; margin-top: 22px; }
  .industrial-form-card { padding: 28px 24px 24px; }
  .industrial-measure { display: none; }
  .process { padding: 100px 0; }
  .process-scroll { padding: 0; }
  .process-timeline { display: block; margin-top: 55px; padding-left: 45px; }
  .timeline-line { left: 14px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .timeline-line i { width: 2px; height: 0; }
  .process-timeline article { min-height: 250px; padding: 0 0 48px 14px; }
  .process-timeline article > span {
    position: absolute;
    left: -45px;
    top: 0;
    margin: 0;
    width: 34px;
    height: 34px;
    font-size: 9px;
  }
  .process-timeline article > i { height: auto; margin-bottom: 15px; }
  .quality { padding: 100px 0; }
  .faq { padding: 88px 0 80px; }
  .faq-intro h2 { font-size: clamp(32px, 9vw, 42px); }
  .faq-lead { font-size: 16px; margin-bottom: 28px; }
  .faq-cta { padding: 22px 20px 20px; border-radius: 18px; }
  .faq-item { border-radius: 18px; }
  .faq-item summary { padding: 18px 44px 18px 18px; font-size: 17px; }
  .faq-item summary::after { right: 16px; }
  .faq-answer-inner { padding: 0 18px 18px 18px; }
  .quality-head h2 { font-size: clamp(49px, 14vw, 76px); }
  .quality-showcase { margin-top: 48px; }
  .quality-globe { width: 100%; min-height: 360px; height: 420px; }
  .globe-tooltip { font-size: 11px; }
  .site-footer { padding: 16px 16px 22px; }
  .footer-shell { border-radius: 28px; padding-top: 56px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-bottom { min-height: 0; display: block; padding: 8px 0 12px; }
  .footer-bottom > div { margin-top: 12px; flex-wrap: wrap; gap: 12px 20px; }
}

@media (max-width: 420px) {
  .hero-actions { display: block; }
  .hero-actions .button { width: 100%; margin-bottom: 8px; }
  .about-values { grid-template-columns: 1fr; }
  .about-media { min-height: 400px; }
  .about-main { width: 88%; height: 280px; }
  .footer-outline { margin-bottom: -10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .site-intro { display: none; }
  .hero-title, .hero-lead, .hero-cta, .hero-eyebrow { transform: none; opacity: 1; }
  .hero-visual img, .industrial-image img { transform: none; }
  .faq-cta-btn:hover { transform: none; }
  .header-meta { animation: none !important; opacity: 1; transform: none; }
  .header-rule-low,
  .header-rule-high { transform: scaleX(1); }
  .header-rule-path { stroke-dashoffset: 0; }
  .header-rule-node { opacity: 1; transform: none; }
  .expertise-card {
    position: relative;
    top: auto;
    z-index: auto;
    min-height: 0;
    margin-bottom: 18px;
  }
}

/* 19. 2026 TYPOGRAPHY, HEADER, PIN & LOADER REVISION */
:root { --header-height: 108px; }

body { font-size: 17px; line-height: 1.62; }
.eyebrow { font-size: 13px; }
.section-title { font-size: clamp(38px, 3vw, 56px); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }
.section-lead { font-size: clamp(18px, 1.3vw, 20px); line-height: 1.72; }
.text-link { font-size: 14px; }
.button { font-size: 14px; }

/* The header lives in its own fixed layer and never participates in GSAP pinning. */
.site-header,
.site-header.is-sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  backdrop-filter: none;
  box-shadow: none;
  transform: none;
  transition: background-color .28s ease, border-color .28s ease, backdrop-filter .28s ease, color .28s ease;
}
.site-header.is-on-hero:not(.is-scrolled) {
  background: transparent;
  color: #fff;
  border-bottom-color: transparent;
}
.site-header.is-on-hero:not(.is-scrolled) .brand img {
  filter: brightness(0) invert(1);
}
.site-header.is-on-hero:not(.is-scrolled) .header-cta {
  color: #fff;
  background: none;
  border: 0;
  min-width: 0;
  height: auto;
  margin: 0 0 0 18px;
  backdrop-filter: none;
  border-radius: 0;
}
.site-header.is-on-hero:not(.is-scrolled) .header-cta:hover {
  background: none;
}
.site-header.is-scrolled,
.site-header.is-sticky.is-scrolled {
  height: var(--header-height);
  border-bottom-color: rgba(7,24,36,.11);
  background: rgba(255,255,255,.94);
  color: var(--navy);
  backdrop-filter: blur(16px);
  box-shadow: none;
  transform: none;
}
.site-header.is-hidden { transform: none; }
.brand { width: var(--logo-w); height: 52px; display: flex; align-items: flex-end; align-self: end; margin-bottom: calc(var(--header-height) - var(--rule-low) + var(--rule-gap)); flex: 0 0 auto; grid-column: 1; grid-row: 1 / -1; position: relative; z-index: 2; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; transition: filter .28s ease; }
.desktop-nav a { font-size: 14px; letter-spacing: .035em; }
.header-cta { margin-left: 18px; }
.mobile-panel { top: var(--header-height); height: calc(100dvh - var(--header-height)); padding-top: 42px; }
.mobile-contact span { font-size: 12px; }

.hero-title { font-size: clamp(44px, 5.2vw, 82px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.hero-lead { font-size: clamp(18px, 1.25vw, 20px); line-height: 1.68; }

.about-values h3 { font-size: 18px; }
.about-values p { font-size: 16px; }

.service-no { font-size: 13px; }

.projects-head > p,
.process-head > p,
.quality-head > p { font-size: 18px; line-height: 1.72; }
.project-filters button { font-size: 14px; }
.industrial-copy h2,
.quality-head h2,
.faq-intro h2 { font-size: clamp(40px, 3.4vw, 56px); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.industrial-copy > p:last-child { font-size: 18px; line-height: 1.7; }
.industrial-measure { font-size: 12px; }
.process-timeline h3 { font-size: 24px; }
.process-timeline p { max-width: 260px; font-size: 16px; }
.process-timeline article > span { font-size: 12px; }

.site-footer nav a { font-size: 14px; }
.footer-bottom { font-size: 12px; }
.socials a { font-size: 13px; }

/* Rayf Teknik engineering drawing loader */
.site-intro {
  z-index: 10000;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #071824;
  clip-path: inset(0 0 0 0);
  will-change: clip-path;
}
.loader-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
  opacity: 0;
  transform: scale(1.06);
  clip-path: inset(100% 0 0 0);
  pointer-events: none;
}
.loader-art-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(7,24,36,.06) 0%, rgba(7,24,36,.28) 55%, rgba(7,24,36,.58) 100%),
    linear-gradient(180deg, rgba(7,24,36,.22) 0%, transparent 32%, transparent 74%, rgba(7,24,36,.4) 100%);
  pointer-events: none;
}
.loader-blueprint { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; }
.loader-grid { color: rgba(255,255,255,.08); }
.loader-grid .loader-axis { color: rgba(241,90,36,.14); }
.loader-ground { color: rgba(255,255,255,.2); }
.building { color: rgba(226,241,248,.55); }
.building .structure-detail { color: rgba(226,241,248,.28); }
.building .structure-top { color: rgba(241,90,36,.72); }
.intro-lockup { position: absolute; z-index: 4; left: 50%; top: 50%; width: min(680px, calc(100vw - 48px)); transform: translate(-50%, -50%); }
.intro-brand { display: flex; justify-content: center; gap: .22em; font-size: clamp(50px, 6vw, 86px); font-weight: 500; letter-spacing: -.045em; line-height: .95; text-shadow: 0 10px 40px rgba(7,24,36,.65); }
.intro-brand span { color: var(--orange); }
.intro-brand strong { color: #fff; font-weight: 500; }
.intro-line { width: 100%; height: 1px; margin-top: 23px; background: rgba(255,255,255,.16); overflow: hidden; }
.intro-line i { display: block; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; }
.intro-meta { margin-top: 14px; color: rgba(255,255,255,.5); font: 12px/1.2 monospace; letter-spacing: .25em; text-align: right; }
.intro-status {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 42px;
  width: min(420px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.intro-status-bar {
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.16);
}
.intro-status-bar i {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
}
.intro-status-pct { font: 11px/1 monospace; letter-spacing: .12em; color: #fff; }

@media (max-width: 1360px) {
  .header-inner { --logo-w: 152px; }
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 14px; }
  .header-cta { margin-left: 18px; font-size: 14px; }
  .hero-title { font-size: clamp(48px, 4.5vw, 68px); }
}

@media (max-width: 1100px) {
  :root { --header-height: 76px; }
  .brand { width: 164px; }
}

@media (max-width: 767px) {
  :root { --header-height: 70px; }
  body { font-size: 16px; }
  .site-header,
  .site-header.is-sticky,
  .site-header.is-scrolled { height: var(--header-height); }
  .brand { width: 148px; height: calc(var(--header-height) - 12px); }
  .eyebrow { font-size: 12px; }
  .section-title { font-size: clamp(34px, 10vw, 42px); line-height: 1.06; }
  .section-lead { font-size: 16px; }
  .text-link, .button { font-size: 14px; }
  .hero-title { font-size: clamp(40px, 10vw, 52px); line-height: 1.05; }
  .about-values h3 { font-size: 17px; }
  .about-values p { font-size: 15px; }
  .expertise-card h3 { font-size: clamp(26px, 8vw, 34px); line-height: 1.06; }
  .expertise-card p { font-size: 16px; }
  .projects-head > p,
  .process-head > p,
  .quality-head > p,
  .industrial-copy > p:last-child { font-size: 16px; }
  .industrial-copy h2,
  .quality-head h2,
  .faq-intro h2 { font-size: clamp(34px, 10vw, 42px); line-height: 1.06; }
  .faq-lead,
  .faq-cta p,
  .faq-answer p,
  .faq-answer ul { font-size: 16px; }
  .process-timeline h3 { font-size: 22px; }
  .process-timeline p { font-size: 16px; }
  .site-footer nav a { font-size: 15px; }
  .site-footer h2 { font-size: 14px; }
  .footer-bottom { font-size: 13px; }

  .building-steel { display: none; }
  .loader-art { object-position: 18% 70%; }
  .loader-blueprint { width: 155%; left: -28%; }
  .intro-lockup { width: calc(100vw - 40px); }
  .intro-brand { font-size: clamp(44px, 13vw, 62px); }
  .intro-line { margin-top: 17px; }
  .intro-meta { font-size: 10px; letter-spacing: .16em; }
  .intro-status { bottom: 28px; gap: 10px; font-size: 9px; }
}

.page-project .section-title {
  max-width: 18ch;
  font-size: clamp(36px, 4.2vw, 58px);
}
.page-project .process-head .section-title { max-width: none; }
.page-project .project-hero {
  position: relative;
  min-height: 50svh;
  height: 50svh;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #061722;
}
.page-project .project-hero-grid {
  inset: 0;
  z-index: 1;
  opacity: .055;
}
.page-project .project-hero-layout {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 50svh;
  height: 100%;
  width: var(--container);
  padding: calc(var(--header-height) + 20px) 0 40px;
}
.page-project .project-hero-copy {
  width: 100%;
  max-width: 720px;
}
.page-project .project-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  letter-spacing: .04em;
}
.page-project .project-crumb a:hover { color: #fff; }
.page-project .project-crumb b {
  color: var(--orange);
  font-weight: 500;
}
.page-project .project-crumb--light {
  margin: 0 0 28px;
  color: rgba(7, 24, 36, .45);
}
.page-project .project-crumb--light a { color: inherit; }
.page-project .project-crumb--light a:hover { color: var(--navy); }
.page-project .project-hero .eyebrow {
  margin-bottom: 14px;
}
.page-project .project-hero .eyebrow em {
  font-style: normal;
  font-weight: 500;
}
.page-project .project-hero h1 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .94;
  text-transform: uppercase;
  text-wrap: balance;
}
.page-project .project-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  overflow: hidden;
}
.page-project .project-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Project detail cinematic intro */
.page-project .site-header,
.page-project .site-header.is-sticky {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  border-bottom-color: transparent;
  transition:
    background-color .55s cubic-bezier(.22, 1, .36, 1),
    color .5s cubic-bezier(.22, 1, .36, 1),
    border-color .5s cubic-bezier(.22, 1, .36, 1),
    box-shadow .55s cubic-bezier(.22, 1, .36, 1);
}
.page-project .site-header .brand img {
  transition: filter .25s cubic-bezier(.22, 1, .36, 1);
}
.page-project .site-header .desktop-nav a,
.page-project .site-header .header-cta,
.page-project .site-header .header-meta-item,
.page-project .site-header .header-meta-socials a {
  transition: color .25s cubic-bezier(.22, 1, .36, 1), border-color .25s cubic-bezier(.22, 1, .36, 1);
}
.page-project .site-header.is-on-hero:not(.is-scrolled):not(.is-pd-solid) {
  background: transparent;
  color: #fff;
  border-bottom-color: transparent;
  box-shadow: none;
}
.page-project .site-header.is-on-hero:not(.is-scrolled):not(.is-pd-solid) .brand img {
  filter: brightness(0) invert(1);
}
.page-project .site-header.is-on-hero:not(.is-scrolled):not(.is-pd-solid) .header-rule {
  color: rgba(255, 255, 255, .55);
}
.page-project .site-header.is-on-hero:not(.is-scrolled):not(.is-pd-solid) .desktop-nav a,
.page-project .site-header.is-on-hero:not(.is-scrolled):not(.is-pd-solid) .header-cta,
.page-project .site-header.is-on-hero:not(.is-scrolled):not(.is-pd-solid) .header-meta-item,
.page-project .site-header.is-on-hero:not(.is-scrolled):not(.is-pd-solid) .header-meta-socials a {
  color: #fff;
}
.page-project .site-header.is-on-hero:not(.is-scrolled):not(.is-pd-solid) .desktop-nav a.active {
  color: var(--orange);
}
.page-project .site-header.is-pd-solid,
.page-project .site-header.is-scrolled,
.page-project .site-header.is-sticky.is-scrolled {
  background: rgba(255, 255, 255, .96);
  color: var(--navy);
  border-bottom-color: rgba(7, 24, 36, .11);
  box-shadow: 0 8px 28px rgba(7, 24, 36, .06);
}
.page-project .site-header.is-pd-solid .brand img,
.page-project .site-header.is-scrolled .brand img {
  filter: none;
}
.page-project .site-header.is-pd-solid .header-rule,
.page-project .site-header.is-scrolled .header-rule {
  color: rgba(7, 24, 36, .28);
}
.page-project .site-header.is-pd-solid .desktop-nav a,
.page-project .site-header.is-pd-solid .header-cta,
.page-project .site-header.is-pd-solid .header-meta-item,
.page-project .site-header.is-pd-solid .header-meta-socials a {
  color: inherit;
}
.page-project .site-header.is-pd-solid .desktop-nav a.active {
  color: var(--orange);
}
.page-project .pd-intro {
  --pd-media-inset-x: 9%;
  --pd-media-inset-y: 12%;
  --pd-media-w: 82%;
  --pd-media-h: 76%;
  --pd-bg: #f7f7f4;
  position: relative;
  background: var(--pd-bg);
  color: #111;
}
.page-project .pd-intro-pin {
  position: relative;
  height: 100svh;
  overflow: hidden;
}
.page-project .pd-intro-stage {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--pd-bg);
  overflow: hidden;
}
.page-project .pd-intro-media {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  will-change: top, left, width, height, border-radius;
}
.page-project .pd-intro-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-project .pd-intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 24, 36, .32) 0%, rgba(7, 24, 36, .12) 18%, rgba(7, 24, 36, 0) 42%),
    rgba(7, 24, 36, .06);
}
.page-project .pd-intro-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: min(90vw, 720px);
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}
.page-project .pd-intro-crumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  letter-spacing: .04em;
}
.page-project .pd-intro-crumb a,
.page-project .pd-intro-crumb b {
  color: inherit;
  font-weight: 500;
}
.page-project .pd-intro-crumb a:hover { opacity: .82; }
.page-project .pd-intro-name {
  display: grid;
  place-items: center;
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.4vw, 56px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 2px 28px rgba(0, 0, 0, .35);
}
.page-project .pd-intro-headlines {
  display: grid;
  grid-area: 1 / 1;
  place-items: center;
}
.page-project .pd-intro-headline {
  grid-area: 1 / 1;
  opacity: 0;
  will-change: transform, opacity;
}
.page-project .pd-intro-headline.is-active {
  opacity: 1;
}
.page-project .pd-intro.is-static .pd-intro-media {
  top: var(--pd-media-inset-y);
  left: var(--pd-media-inset-x);
  width: var(--pd-media-w);
  height: var(--pd-media-h);
  border-radius: 28px;
  transform: none;
}
.page-project .pd-intro.is-static .pd-intro-copy {
  opacity: 1;
  pointer-events: auto;
}

.page-project .project-about { padding: 20px 0 64px; }
.page-project .project-about-copy { width: 100%; max-width: none; }
.page-project .project-about .section-title,
.page-project .project-scroll-story .section-title,
.page-project .process-head .section-title,
.page-project .project-specs .section-title,
.page-project .project-webgl-head .section-title,
.page-project .project-related .section-title {
  max-width: none;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.04;
  visibility: visible;
}
.page-project .project-about .section-title { margin-bottom: 40px; }
.page-project .faq-intro h2 {
  text-transform: uppercase;
}
.page-project .project-about-text {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.page-project .process {
  padding: 0;
}
.page-project .process-scroll {
  height: 150vh;
}
.page-project .process-scroll .process-sticky {
  align-items: flex-start;
  min-height: 0;
  height: auto;
}
.page-project .process-scroll .process-inner {
  padding-top: calc(var(--header-height) + 20px);
  padding-bottom: clamp(20px, 3vh, 36px);
}
.page-project .process-scroll .process-head {
  grid-template-columns: 1fr;
  margin-bottom: clamp(28px, 4vh, 48px);
}
.page-project .project-about-text p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}
.page-project .project-about-text h2 {
  margin: 32px 0 14px;
  color: var(--text);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.25;
}
.page-project .project-about-text h2:first-child { margin-top: 0; }
.page-project .project-about-text a {
  color: var(--orange);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
.page-project .project-about-text a:hover { color: var(--orange-light, #c43a3a); }
.page-project .project-about-text p:last-child { margin-bottom: 0; }
.page-project .project-about-callback {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 16px 18px;
  align-items: stretch;
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.page-project .project-about-callback-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #981212;
  border-radius: 10px;
  background: #fff;
  font-family: var(--font-body);
}
.page-project .project-about-callback-copy h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.25;
}
.page-project .project-about-callback-copy p {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}
.page-project .project-about-callback-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid #981212;
  border-radius: 10px;
  background: #fff;
  font-family: var(--font-body);
}
.page-project .project-about-callback-form-wrap h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.2;
}
.page-project .project-about-callback-form-wrap > p {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
.page-project .about-callback-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.page-project .about-callback-field {
  min-width: 0;
}
.page-project .about-callback-field:nth-child(3),
.page-project .about-callback-submit,
.page-project .about-callback-status {
  grid-column: 1 / -1;
}
.page-project .about-callback-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-project .about-callback-field input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--text);
  background: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
}
.page-project .about-callback-field input:focus {
  outline: 2px solid #981212;
  outline-offset: 1px;
  border-color: #981212;
}
.page-project .about-callback-submit {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 0 12px;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  border-radius: 8px;
}
.page-project .about-callback-status {
  min-height: 0;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.45;
}
.page-project .about-callback-status:empty {
  display: none;
}
@media (max-width: 900px) {
  .page-project .project-about-callback {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
  }
}

.page-project .project-scroll-story {
  position: relative;
  padding: 112px 0 80px;
  overflow: clip;
  background: #f7f7f4;
  color: var(--navy);
}
.page-project .project-scroll-story .container { position: relative; z-index: 1; }
.page-project .project-scroll-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 72px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(7, 24, 36, .16);
}
.page-project .project-scroll-head .eyebrow { align-self: start; }
.page-project .project-scroll-head .section-title {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.page-project .project-scroll-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}
.page-project .project-scroll-visual {
  position: sticky;
  top: 118px;
  height: min(70svh, 680px);
  min-height: 520px;
  overflow: hidden;
  background: var(--navy);
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(7, 24, 36, .14);
}
.page-project .project-scroll-visual::before,
.page-project .project-scroll-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.page-project .project-scroll-visual::before {
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 12px;
}
.page-project .project-scroll-visual::after {
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 24, 36, .04) 40%, rgba(7, 24, 36, .8) 100%);
}
.page-project .project-scroll-images,
.page-project .project-scroll-image img {
  width: 100%;
  height: 100%;
}
.page-project .project-scroll-images {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  will-change: transform;
}
.page-project .project-scroll-image {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none;
}
.page-project .project-scroll-image img { display: block; object-fit: cover; }
.page-project .project-scroll-story.is-static .project-scroll-images { transform: none !important; }
.page-project .project-scroll-story.is-static .project-scroll-image { display: none; }
.page-project .project-scroll-story.is-static .project-scroll-image.is-active { display: block; }
.page-project .project-scroll-visual-meta {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 4;
  display: grid;
  gap: 8px;
  max-width: min(72%, 360px);
  padding-left: 16px;
  border-left: 3px solid var(--orange);
  color: #fff;
}
.page-project .project-scroll-visual-meta span {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.page-project .project-scroll-visual-meta strong {
  font-family: var(--font-display);
  font-size: clamp(21px, 2.3vw, 32px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-transform: uppercase;
  will-change: transform, opacity;
}
.page-project .project-scroll-meter {
  position: absolute;
  right: 38px;
  bottom: 36px;
  left: 38px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: .12em;
}
.page-project .project-scroll-meter > span:first-child {
  min-width: 24px;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
}
.page-project .project-scroll-meter i { height: 2px; overflow: hidden; background: rgba(255, 255, 255, .3); }
.page-project .project-scroll-meter b {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(232, 119, 34, .7);
  will-change: transform;
}
.page-project .project-scroll-steps { padding-bottom: 22svh; }
.page-project .project-scroll-step {
  position: relative;
  display: flex;
  min-height: 68svh;
  flex-direction: column;
  justify-content: center;
  padding: 56px 0;
  border-top: 1px solid rgba(7, 24, 36, .14);
  opacity: .28;
  transform: translateX(24px);
  will-change: transform, opacity;
  transition: opacity .16s linear, transform .16s linear;
}
.page-project .project-scroll-story.is-scrubbing .project-scroll-step { transition: none; }
.page-project .project-scroll-step::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--orange);
  transform: scaleX(var(--story-focus, 0));
  transform-origin: left center;
  will-change: transform;
}
.page-project .project-scroll-step:first-child { border-top: 0; }
.page-project .project-scroll-step:first-child::before { top: 0; }
.page-project .project-scroll-step.is-active { opacity: 1; transform: translateX(0); }
.page-project .project-scroll-step-index {
  display: grid;
  grid-template-columns: auto 54px 1fr;
  gap: 13px;
  align-items: center;
  margin-bottom: 42px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.page-project .project-scroll-step-index i { height: 1px; background: currentColor; }
.page-project .project-scroll-step-index b { color: var(--muted); font-weight: 500; }
.page-project .project-scroll-step h3 {
  max-width: 12ch;
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .98;
  text-transform: uppercase;
}
.page-project .project-scroll-step p {
  max-width: 38ch;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.page-project .project-scroll-step-media { display: none; }
.page-project .project-scroll-story.is-static .project-scroll-step { opacity: 1; transform: none; }

.page-project .radial-timeline {
  --rt-orange: var(--orange);
  --rt-orange-soft: rgba(var(--orange-rgb), 0.16);
  --rt-orange-glow: rgba(var(--orange-rgb), 0.32);
  --rt-bg: #F4F4F1;
  --rt-ink: var(--text);
  --rt-muted: var(--muted);
  --rt-orbit-size: 100%;
  padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 6vw, 80px);
  overflow-x: clip;
}
.page-project .radial-timeline__heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -.045em;
  line-height: 1.04;
  text-transform: uppercase;
}
.page-project .radial-timeline__intro {
  margin-bottom: clamp(32px, 5vw, 52px);
}
.page-project .radial-timeline__lead {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
}
.page-project .radial-timeline__layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(24px, 4vw, 56px);
}
.page-project .radial-media__frame {
  max-width: none;
  width: 100%;
  border-radius: 20px;
}
.page-project .radial-media__frame::before {
  border-radius: 12px;
}

/* Outer orbit ring stays; hide inner guide ring + related chords.
   White center circle with text stays. */
.page-project .radial-orbit__chords {
  display: none !important;
}
.page-project .radial-orbit__rings circle:not(.is-primary) {
  display: none;
}
.page-project .radial-orbit__hub,
.page-project .radial-orbit__hub-ping,
.page-project .radial-orbit__hub-ping-2,
.page-project .radial-orbit__hub-ring {
  display: none;
}
.page-project .radial-orbit__card-stem {
  display: none;
}
.page-project .radial-orbit__card {
  width: min(46%, 320px);
  height: min(46%, 320px);
  aspect-ratio: 1;
  padding: clamp(26px, 3.5vw, 42px);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 24, 36, .08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.18s ease;
}
.page-project .radial-orbit__card.is-open {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
.page-project .radial-orbit__card.is-open.is-swapping {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.page-project .radial-orbit__card-title,
.page-project .radial-orbit__card-text {
  transition:
    opacity 0.3s var(--ease, cubic-bezier(.22, 1, .36, 1)),
    transform 0.35s var(--ease, cubic-bezier(.22, 1, .36, 1));
}
.page-project .radial-orbit__card.is-swapping .radial-orbit__card-title,
.page-project .radial-orbit__card.is-swapping .radial-orbit__card-text {
  opacity: 0;
  transform: translateY(12px);
}
.page-project .radial-orbit__card-title {
  margin: 0 0 12px;
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.35vw, 1.2rem);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.2;
  text-align: center;
}
.page-project .radial-orbit__card-text {
  margin: 0;
  max-width: none;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(0.72rem, 1.05vw, 0.86rem);
  line-height: 1.55;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-project .project-specs {
  padding: 40px 0 100px;
  background: #fff;
}
.page-project .project-specs .section-title { margin-bottom: 18px; }
.page-project .project-specs-lead {
  max-width: 68ch;
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.page-project .project-specs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}
.page-project .project-specs-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  min-height: 100%;
  align-self: stretch;
}
.page-project .project-specs-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.page-project .project-spec-table {
  --spec-pad-x: clamp(18px, 2.2vw, 28px);
  position: relative;
  overflow: visible;
  border: 0;
  background: transparent;
}
.page-project .project-spec-head,
.page-project .project-spec-row {
  display: grid;
  grid-template-columns: 42px minmax(0, .4fr) minmax(0, 1fr);
  gap: 12px 20px;
  align-items: center;
  padding: 15px var(--spec-pad-x) 15px 0;
}
.page-project .project-spec-head {
  position: relative;
  color: var(--navy);
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(7, 24, 36, .08);
}
.page-project .project-spec-head em,
.page-project .project-spec-row em {
  color: var(--orange);
  font-family: var(--font-display);
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  transition: transform .28s ease, letter-spacing .28s ease;
}
.page-project .project-spec-head em { opacity: .55; }
.page-project .project-spec-body {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-project .project-spec-row {
  position: relative;
  z-index: 0;
  background: transparent;
  border-bottom: 1px solid rgba(7, 24, 36, .07);
  transform-origin: left center;
  transition:
    transform .3s cubic-bezier(.22, 1, .36, 1),
    border-color .28s ease,
    z-index 0s;
}
.page-project .project-spec-row:last-child { border-bottom: 0; }
.page-project .project-spec-row::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 22%;
  bottom: 22%;
  width: 2px;
  border-radius: 2px;
  background: var(--orange);
  opacity: 0;
  transform: scaleY(.35);
  transition: opacity .28s ease, transform .28s ease;
}
@media (hover: hover) {
  .page-project .project-spec-row:hover {
    z-index: 2;
    background: transparent;
    transform: translateX(10px) scale(1.035);
    border-color: transparent;
  }
  .page-project .project-spec-row:hover::before {
    opacity: 1;
    transform: scaleY(1);
  }
  .page-project .project-spec-row:hover em {
    transform: scale(1.08);
    letter-spacing: .08em;
  }
  .page-project .project-spec-row:hover span {
    color: var(--navy);
  }
  .page-project .project-spec-row:hover b {
    color: var(--orange);
  }
}
.page-project .project-spec-row span {
  color: var(--muted);
  font-size: 14px;
  transition: color .25s ease;
}
.page-project .project-spec-row b {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.02em;
  transition: color .25s ease;
}
.page-project .project-spec-table:not(.is-inview):not(.has-js-motion) .project-spec-head,
.page-project .project-spec-table:not(.is-inview):not(.has-js-motion) .project-spec-row {
  opacity: 0;
  transform: translateY(16px);
}
.page-project .project-spec-table.is-inview:not(.has-js-motion) .project-spec-head,
.page-project .project-spec-table.is-inview:not(.has-js-motion) .project-spec-row {
  opacity: 1;
  transform: none;
  transition:
    opacity .55s cubic-bezier(.22, 1, .36, 1),
    transform .55s cubic-bezier(.22, 1, .36, 1),
    background-color .28s ease,
    border-color .28s ease;
}
.page-project .project-spec-table.is-inview:not(.has-js-motion) .project-spec-head {
  transition-delay: 0s;
}
.page-project .project-spec-table.is-inview:not(.has-js-motion) .project-spec-row {
  transition-delay: calc(var(--i, 0) * 55ms + 70ms);
}
@media (prefers-reduced-motion: reduce) {
  .page-project .project-spec-table:not(.is-inview) .project-spec-head,
  .page-project .project-spec-table:not(.is-inview) .project-spec-row,
  .page-project .project-spec-table.is-inview .project-spec-head,
  .page-project .project-spec-table.is-inview .project-spec-row {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .page-project .project-spec-row:hover { transform: none; }
}
.page-project .project-webgl-gallery {
  --webgl-cols: 8;
  --webgl-tile-width: 150px;
  --webgl-tile-height: 200px;
  --webgl-gap: 15px;
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: #f4f4f1;
  color: var(--navy);
  isolation: isolate;
}
.page-project .project-webgl-gallery[data-webgl-tile-count="12"] {
  --webgl-cols: 4;
}
.page-project .project-webgl-gallery[data-webgl-tile-count="12"] .project-webgl-static {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-project .project-webgl-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  padding-top: clamp(36px, 6vh, 72px);
  pointer-events: none;
}
.page-project .project-webgl-head .eyebrow {
  margin-bottom: 18px;
}
.page-project .project-webgl-head .section-title {
  margin: 0;
  text-transform: uppercase;
}
.page-project .project-webgl-stage {
  position: relative;
  width: var(--container);
  height: 100%;
  margin-inline: auto;
}
.page-project .project-webgl-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-project .project-webgl-grid {
  overflow: hidden;
  cursor: default;
  touch-action: pan-y;
}
.page-project .project-webgl-gallery.is-webgl .project-webgl-grid {
  cursor: crosshair;
}
.page-project .project-webgl-gallery.is-webgl.is-over-tile .project-webgl-grid {
  cursor: pointer;
}
.page-project .project-webgl-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
}
.page-project .project-webgl-static {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-auto-rows: var(--webgl-tile-height);
  gap: var(--webgl-gap);
  width: 100%;
  transform: translate(-50%, -50%);
  transition: opacity .35s ease;
}
.page-project .project-webgl-gallery.is-webgl .project-webgl-static {
  opacity: 0;
  pointer-events: none;
}
.page-project .project-webgl-static figure {
  width: 100%;
  height: var(--webgl-tile-height);
  overflow: hidden;
  background: #d9dcdb;
}
.page-project .project-webgl-static img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.page-project .project-webgl-gallery.is-static .project-webgl-static img {
  filter: none;
}
.page-project .project-webgl-meta,
.page-project .project-webgl-caption,
.page-project .project-webgl-controls {
  position: absolute;
  z-index: 4;
}
.page-project .project-webgl-meta {
  bottom: 30px;
  left: 0;
  display: grid;
  gap: 4px;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.page-project .project-webgl-meta span {
  font-size: 13px;
  font-weight: 500;
}
.page-project .project-webgl-meta b {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}
.page-project .project-webgl-caption {
  left: 50%;
  bottom: 94px;
  display: grid;
  min-width: min(420px, calc(100vw - 48px));
  gap: 5px;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 14px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}
.page-project .project-webgl-gallery.is-zoomed .project-webgl-caption {
  opacity: 1;
  transform: translate(-50%, 0);
}
.page-project .project-webgl-caption span {
  color: var(--orange);
  font: 500 12px/1 var(--font-display);
  letter-spacing: .12em;
}
.page-project .project-webgl-caption strong {
  overflow: hidden;
  text-overflow: ellipsis;
  font: 500 clamp(16px, 1.6vw, 22px)/1.1 var(--font-display);
  white-space: nowrap;
}
.page-project .project-webgl-controls {
  bottom: 25px;
  left: 50%;
  display: flex;
  align-items: stretch;
  gap: 5px;
  transform: translateX(-50%);
}
.page-project .project-webgl-controls button {
  display: grid;
  min-width: 45px;
  min-height: 45px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--navy);
  font: 500 11px/1 var(--font-display);
  text-transform: uppercase;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease, opacity .25s ease;
}
.page-project .project-webgl-controls button:hover:not(:disabled),
.page-project .project-webgl-controls button:focus-visible {
  background: var(--orange);
  color: #fff;
}
.page-project .project-webgl-controls button:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
}
.page-project .project-webgl-controls button:disabled {
  opacity: .35;
  cursor: default;
}
.page-project .project-webgl-controls .project-webgl-zoom {
  position: relative;
  display: block;
  width: 118px;
  overflow: hidden;
}
.page-project .project-webgl-zoom span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}
.page-project .project-webgl-zoom span:last-child {
  transform: translateY(100%);
}
.page-project .project-webgl-gallery.is-zoomed .project-webgl-zoom span:first-child {
  transform: translateY(-100%);
}
.page-project .project-webgl-gallery.is-zoomed .project-webgl-zoom span:last-child {
  transform: translateY(0);
}
.page-project .project-webgl-gallery.is-static .project-webgl-controls,
.page-project .project-webgl-gallery.is-static .project-webgl-caption {
  display: none;
}
.page-project .project-gallery { padding: 20px 0 90px; }
.page-project .project-gallery .section-title { margin-bottom: 36px; }
.page-project .project-gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 14px;
}
.page-project .project-gallery-grid figure {
  overflow: hidden;
  border-radius: 8px;
}
.page-project .project-gallery-grid .is-featured {
  grid-row: 1 / span 2;
}
.page-project .project-gallery-grid figure:last-child {
  grid-column: 2 / -1;
}
.page-project .project-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.page-project .project-gallery-grid figure:hover img { transform: scale(1.03); }
.page-project .project-related { padding: 100px 0 110px; position: relative; z-index: 8; overflow: visible; }
.page-project .project-related .section-title { margin-bottom: 36px; }
.page-project .project-related-grid.project-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  max-width: none;
}

@media (max-width: 1100px) {
  .page-project .project-webgl-gallery {
    --webgl-cols: 6;
    --webgl-tile-width: 103px;
    --webgl-tile-height: 137.5px;
    min-height: 640px;
  }
  .page-project .project-webgl-static { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .page-project .project-webgl-gallery[data-webgl-tile-count="12"] {
    --webgl-cols: 4;
  }
  .page-project .project-webgl-gallery[data-webgl-tile-count="12"] .project-webgl-static {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-project .project-scroll-layout { grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 48px; }
  .page-project .project-scroll-visual { min-height: 460px; }
  .page-project .project-related-grid.project-mosaic { grid-template-columns: 1fr 1fr; }
  .page-project .project-specs-layout { grid-template-columns: 1fr; }
  .page-project .project-specs-media {
    position: relative;
    height: 320px;
    min-height: 320px;
  }
  .page-project .project-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 220px 220px;
  }
  .page-project .project-gallery-grid .is-featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 280px;
  }
  .page-project .project-gallery-grid figure:last-child { grid-column: auto; }
}

@media (max-width: 767px) {
  .page-project { overflow-x: clip; }
  .page-project .eyebrow {
    justify-content: center;
  }
  .page-project .section-title,
  .page-project .section-lead,
  .page-project .project-specs-lead,
  .page-project .project-about-copy,
  .page-project .project-about-text,
  .page-project .project-about-text p,
  .page-project .process-head,
  .page-project .project-scroll-head,
  .page-project .project-scroll-head .section-title,
  .page-project .project-scroll-step,
  .page-project .project-scroll-step h3,
  .page-project .project-scroll-step p,
  .page-project .radial-timeline__intro,
  .page-project .radial-timeline__heading,
  .page-project .radial-timeline__lead,
  .page-project .project-webgl-head,
  .page-project .project-gallery,
  .page-project .project-related,
  .page-project .pd-intro-copy,
  .page-project .pd-intro-name,
  .page-project .faq-intro,
  .page-project .faq-intro h2,
  .page-project .faq-lead {
    text-align: center;
  }
  .page-project .faq-kicker {
    justify-content: center;
  }
  .page-project .faq-intro h2,
  .page-project .faq-lead {
    margin-inline: auto;
  }
  .page-project .project-scroll-head .eyebrow {
    align-self: center;
  }
  .page-project .pd-intro {
    --pd-media-inset-x: 0;
    --pd-media-inset-y: 0;
    --pd-media-w: 100%;
    --pd-media-h: 100%;
  }
  .page-project .pd-intro-pin {
    height: auto;
    overflow: visible;
  }
  .page-project .pd-intro-stage {
    min-height: 62svh;
    height: 62svh;
  }
  .page-project .pd-intro-media,
  .page-project .pd-intro.is-static .pd-intro-media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: none;
  }
  .page-project .pd-intro-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 24, 36, .28) 0%, rgba(7, 24, 36, .55) 48%, rgba(7, 24, 36, .78) 100%);
    pointer-events: none;
  }
  .page-project .pd-intro-copy,
  .page-project .pd-intro.is-static .pd-intro-copy {
    top: calc(var(--header-height) + (100% - var(--header-height)) / 2);
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 1;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }
  .page-project .pd-intro-crumb {
    display: block;
    width: 100%;
    max-width: 22em;
    margin: 0 auto 10px;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
  }
  .page-project .pd-intro-crumb a,
  .page-project .pd-intro-crumb span,
  .page-project .pd-intro-crumb b {
    display: inline;
  }
  .page-project .pd-intro-name {
    width: 100%;
    font-size: clamp(26px, 8vw, 36px);
    letter-spacing: -.03em;
    line-height: 1.06;
    text-align: center;
  }
  .page-project .process {
    padding: 0;
  }
  .page-project .process-scroll {
    height: auto;
  }
  .page-project .process-scroll .process-sticky {
    position: static;
    min-height: 0;
    height: auto;
    overflow: visible;
    align-items: flex-start;
  }
  .page-project .process-scroll .process-inner {
    padding-top: 28px;
    padding-bottom: 12px;
  }
  .page-project .process-shell {
    height: auto;
    margin-top: 8px;
  }
  .page-project .process-steps {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    inset: auto;
  }
  .page-project .process-step,
  .page-project .process-step:first-child,
  .page-project .process-step:last-child {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    padding: 14px 0 14px 62px;
    transform: none;
  }
  .page-project .process-track {
    left: 24px;
    right: auto;
    top: 22px;
    bottom: 22px;
    width: 1px;
    height: auto;
    transform: none;
  }
  .page-project .process-progress {
    left: 23.5px;
    top: 22px;
    bottom: 22px;
    width: 2px;
    height: auto;
    transform: scaleY(0);
    transform-origin: center top;
  }
  .page-project .process-dot,
  .page-project .process-step:first-child .process-dot,
  .page-project .process-step:not(:first-child):not(:last-child) .process-dot,
  .page-project .process-step:last-child .process-dot,
  .page-project .process-step.is-active .process-dot {
    top: 22px;
    left: 8px;
    transform: none;
  }
  .page-project .process-content,
  .page-project .process-step.is-active .process-content {
    transform: none;
    opacity: 1;
  }
  .page-project .process-content h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .page-project .process-content p {
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
  }
  .page-project .project-scroll-story { padding: 48px 0 36px; }
  .page-project .project-scroll-head {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 20px;
  }
  .page-project .project-scroll-layout { display: block; }
  .page-project .project-scroll-visual { display: none; }
  .page-project .project-scroll-steps { padding-bottom: 0; }
  .page-project .project-scroll-step,
  .page-project .project-scroll-step.is-active,
  .page-project .project-scroll-story.is-static .project-scroll-step {
    min-height: 0;
    margin: 0 0 18px;
    padding: 16px 16px 20px;
    border: 1px solid rgba(7, 24, 36, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 24, 36, .05);
    opacity: 1;
    transform: none;
    justify-content: flex-start;
    align-items: center;
  }
  .page-project .project-scroll-step::before {
    display: none;
  }
  .page-project .project-scroll-step-media {
    display: block;
    width: 100%;
    height: 148px;
    max-height: 148px;
    margin: 0 0 12px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
  }
  .page-project .project-scroll-step-index {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
  }
  .page-project .project-scroll-step h3 {
    max-width: none;
    margin-bottom: 10px;
    font-size: clamp(22px, 7vw, 28px);
    line-height: 1.15;
  }
  .page-project .project-scroll-step p {
    max-width: none;
    font-size: 15px;
    line-height: 1.65;
  }
  .page-project .project-about { padding: 48px 0 28px; }
  .page-project .project-about .section-title { margin-bottom: 22px; }
  .page-project .project-about-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.7;
  }
  .page-project .project-about-text p { margin: 0 0 16px; }
  .page-project .project-about-text h2 {
    margin: 24px 0 10px;
    font-size: clamp(20px, 5.4vw, 24px);
  }
  .page-project .project-about-callback {
    margin-top: 16px;
    padding: 0;
  }
  .page-project .project-about-callback-copy,
  .page-project .project-about-callback-form-wrap {
    padding: 16px;
  }
  .page-project .project-about .section-title,
  .page-project .project-scroll-story .section-title,
  .page-project .process-head .section-title,
  .page-project .project-specs .section-title,
  .page-project .project-gallery .section-title,
  .page-project .project-webgl-head .section-title,
  .page-project .project-related .section-title {
    max-width: none;
    font-size: clamp(24px, 7.4vw, 32px);
    line-height: 1.12;
  }
  .page-project .project-specs { padding: 20px 0 48px; }
  .page-project .project-specs-lead {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 22px;
  }
  .page-project .project-specs-media {
    position: relative;
    min-height: 160px;
    height: 160px;
    border-radius: 16px;
    overflow: hidden;
  }
  .page-project .project-spec-head,
  .page-project .project-spec-row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px 12px;
    padding: 14px 14px 14px 16px;
  }
  .page-project .project-spec-head span:last-child {
    display: none;
  }
  .page-project .project-spec-row span,
  .page-project .project-spec-row b {
    grid-column: 2;
  }
  .page-project .project-spec-row span { font-size: 12px; }
  .page-project .project-spec-row b {
    margin-top: -2px;
    font-size: 15px;
  }
  .page-project .radial-timeline {
    padding: 36px 0 40px;
  }
  .page-project .radial-timeline__heading {
    font-size: clamp(24px, 7.4vw, 32px);
    text-align: center;
  }
  .page-project .radial-timeline__lead {
    font-size: 15px;
    line-height: 1.65;
    margin-inline: auto;
    text-align: center;
  }
  .page-project .project-webgl-gallery {
    --webgl-cols: 2;
    --webgl-tile-width: 1fr;
    --webgl-tile-height: 148px;
    --webgl-gap: 10px;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding-bottom: 40px;
  }
  .page-project .project-webgl-head {
    position: static;
    padding: 48px 0 18px;
    pointer-events: auto;
  }
  .page-project .project-webgl-stage {
    min-height: 0;
    height: auto;
    width: 100%;
  }
  .page-project .project-webgl-grid {
    position: relative;
    inset: auto;
    height: auto;
    overflow: visible;
  }
  .page-project .project-webgl-static {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 148px;
    gap: 10px;
    width: 100%;
    padding: 0 16px 20px;
    transform: none;
  }
  .page-project .project-webgl-static figure {
    height: 148px;
    border-radius: 14px;
    overflow: hidden;
  }
  .page-project .project-webgl-static figure:nth-child(n+9) {
    display: none;
  }
  .page-project .project-webgl-meta,
  .page-project .project-webgl-caption,
  .page-project .project-webgl-controls {
    position: static;
    width: auto;
    min-width: 0;
    margin: 0 16px 10px;
  }
  .page-project .project-webgl-controls {
    display: none;
  }
  .page-project .project-webgl-gallery.is-static .project-webgl-caption,
  .page-project .project-webgl-gallery.is-static .project-webgl-meta {
    display: none;
  }
  .page-project .project-gallery { padding: 8px 0 48px; }
  .page-project .project-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .page-project .project-gallery-grid figure,
  .page-project .project-gallery-grid .is-featured { min-height: 160px; }
  .page-project .project-related { padding: 48px 0 80px; }
  .page-project .project-related-grid.project-mosaic { grid-template-columns: 1fr; }
  .page-project .project-card figure { height: 180px; }
  .page-project .industrial-moment { min-height: 0; }
  .page-project .industrial-layout {
    width: var(--container);
    gap: 28px;
    padding: 56px 0 48px;
  }
  .page-project .industrial-copy {
    align-items: center;
    text-align: center;
  }
  .page-project .industrial-copy .eyebrow {
    justify-content: center;
  }
  .page-project .industrial-copy h2,
  .page-project .industrial-copy > p:last-child,
  .page-project .industrial-copy [data-cta-lead] {
    margin-inline: auto;
    text-align: center;
  }
  .page-project .industrial-copy h2 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.08;
  }
  .page-project .industrial-copy > p:last-child,
  .page-project .industrial-copy [data-cta-lead] {
    font-size: 15px;
    line-height: 1.65;
  }
  .page-project .industrial-form-card { padding: 24px 20px 20px; }
  .page-project .industrial-field input,
  .page-project .industrial-field select,
  .page-project .industrial-field textarea {
    min-height: 44px;
    font-size: 16px;
  }
  .page-project .faq { padding: 48px 0 56px; }
  .page-project .faq-item summary { min-height: 44px; }
  .page-project .project-crumb--light { margin-bottom: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro { display: none; }
  .page-project .pd-intro { /* centered static state via .is-static in JS */ }
  .page-project .project-scroll-step { transition: none; }
}

/* PROJECT ARCHIVE */
.page-archive { background: #f7f7f4; }
.page-archive .site-header { position: fixed; }
.archive-intro {
  position: relative;
  padding: calc(var(--header-height) + 46px) 0 54px;
  color: #fff;
  background: #f7f7f4;
}
.archive-intro-media {
  position: relative;
  height: min(58svh, 650px);
  min-height: 500px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--navy);
}
.archive-intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7,24,36,.48), rgba(7,24,36,.62));
  pointer-events: none;
}
.archive-intro-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.archive-intro-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}
.archive-crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 46px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}
.archive-crumb a { transition: color .25s; }
.archive-crumb a:hover { color: #fff; }
.archive-crumb b { color: #fff; font-weight: 500; }
.archive-intro h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .95;
  text-transform: uppercase;
}
.archive-projects.projects { padding: 112px 0 140px; }
.page-archive .faq { background: #f7f7f4; }
.page-archive .archive-mosaic { align-items: start; }
.page-archive .project-card figure { height: 270px; }
.page-archive .project-panel-inner > p:not(.project-locale) { font-size: 14px; }

@media (max-width: 1100px) {
  .archive-intro-media { min-height: 440px; }
  .page-archive .archive-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .archive-intro { padding: calc(var(--header-height) + 24px) 0 36px; }
  .archive-intro-media { height: 48svh; min-height: 360px; border-radius: 20px; }
  .archive-intro-overlay { padding: 24px; }
  .archive-crumb { margin-bottom: 28px; font-size: 11px; }
  .archive-intro h1 { font-size: clamp(38px, 12vw, 54px); }
  .archive-projects.projects { padding: 76px 0 90px; }
  .page-archive .archive-mosaic { grid-template-columns: 1fr; }
  .page-archive .project-card figure { height: 248px; }
}

/* REFERENCES DIRECTORY */
.references-directory {
  position: relative;
  padding: 112px 0 140px;
  color: var(--navy);
  background: #f7f7f4;
}
.references-directory-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 64px;
  align-items: end;
  margin-bottom: 58px;
}
.references-directory-head > p:last-child {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.reference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.reference-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 218px;
  padding: 26px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(7, 24, 36, .1);
  border-radius: 26px;
  box-shadow: 0 12px 32px rgba(7, 24, 36, .045);
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.reference-card:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 24, 36, .22);
  box-shadow: 0 18px 42px rgba(7, 24, 36, .08);
}
.reference-card figure {
  display: grid;
  place-items: center;
  flex: 1;
  min-height: 112px;
  margin: 0;
}
.reference-card img {
  display: block;
  width: auto;
  max-width: 82%;
  height: auto;
  max-height: 76px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .82;
  transition: filter .35s, opacity .35s, transform .35s var(--ease);
}
.reference-card:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.035); }
.reference-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(7, 24, 36, .09);
  color: var(--navy);
  font-size: 13px;
  line-height: 1.35;
}
.reference-card-meta span:first-child { color: var(--orange); font: 11px/1.35 monospace; }
.reference-card-meta strong { font-weight: 500; text-align: right; }
.page-references .faq { background: #f7f7f4; }

@media (max-width: 1100px) {
  .reference-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .references-directory { padding: 76px 0 90px; }
  .references-directory-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .reference-card { min-height: 180px; padding: 20px; border-radius: 20px; }
  .reference-card-meta { flex-direction: column; gap: 5px; }
  .reference-card-meta strong { text-align: left; }
}
@media (max-width: 480px) {
  .reference-grid { grid-template-columns: 1fr; }
}

/* Mobile header + footer */
body.menu-open .site-header,
body.menu-open .site-header.is-sticky,
body.menu-open .site-header.is-on-hero:not(.is-scrolled),
body.menu-open.page-project .site-header,
body.menu-open.page-project .site-header.is-pd-solid,
body.menu-open.page-project .site-header.is-scrolled {
  background: var(--navy);
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .12);
  box-shadow: none;
}
body.menu-open .site-header .brand img,
body.menu-open.page-project .site-header .brand img,
body.menu-open.page-project .site-header.is-pd-solid .brand img {
  filter: brightness(0) invert(1);
}

@media (max-width: 1100px) {
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .brand {
    width: min(164px, 46vw);
    height: 44px;
    margin: 0;
    align-self: center;
    align-items: center;
  }
  .header-call {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: inherit;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
  }
  .menu-toggle {
    display: grid;
    flex: 0 0 48px;
    margin-left: 2px;
    z-index: 2;
  }
  .mobile-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    padding: 28px 24px calc(28px + env(safe-area-inset-bottom, 0px));
  }
  .mobile-panel nav > a,
  .mobile-nav-drop-trigger {
    min-height: 52px;
    align-items: center;
    font-size: clamp(22px, 6.4vw, 32px);
    font-weight: 500;
  }
  .mobile-panel nav .mobile-nav-drop-list a {
    min-height: 0;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,.82);
  }
  .mobile-contact {
    display: grid;
    gap: 6px;
    margin-top: 28px;
    padding-top: 28px;
    flex: 0 0 auto;
  }
  .mobile-contact a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .mobile-contact-cta {
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) {
  .site-header,
  .site-header.is-sticky,
  .site-header.is-scrolled,
  .page-project .site-header,
  .page-project .site-header.is-sticky {
    height: var(--header-height);
  }
  .header-inner {
    width: var(--container);
  }
  .brand {
    width: min(148px, 44vw);
    height: 40px;
  }
  .site-footer {
    padding: 16px 18px calc(18px + env(safe-area-inset-bottom, 0px));
  }
  .footer-shell {
    border-radius: 22px;
    padding: 40px 22px 0;
    overflow: hidden;
  }
  .site-footer .container {
    width: 100%;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 20px;
  }
  .footer-logo { width: min(148px, 70%); margin-inline: auto; }
  .footer-brand {
    text-align: center;
  }
  .footer-brand p {
    max-width: none;
    font-size: 15px;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 22px 20px;
  }
  .footer-cols > nav:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .footer-cols > nav:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
    align-items: flex-start;
    text-align: left;
  }
  .footer-cols > nav:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    align-items: flex-start;
    text-align: left;
  }
  .site-footer nav[aria-label="Hizmetler"] {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: start;
    align-items: start;
    column-gap: 18px;
    row-gap: 0;
    width: 100%;
  }
  .site-footer nav[aria-label="Hizmetler"] h2 {
    text-align: left;
  }
  .site-footer nav[aria-label="Hizmetler"] a {
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  .footer-contact {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  .footer-cols > nav:nth-child(2) h2,
  .footer-cols > nav:nth-child(3) h2 {
    text-align: left;
  }
  .footer-cols > nav:nth-child(2) a,
  .footer-cols > nav:nth-child(3) a {
    justify-content: flex-start;
    width: auto;
  }
  .site-footer h2 {
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
  }
  .site-footer nav {
    gap: 0;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .site-footer nav a {
    display: flex;
    min-height: 44px;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }
  .footer-contact {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4px 16px;
  }
  .footer-contact h2 {
    text-align: left;
  }
  .footer-contact h2,
  .footer-contact > a:first-of-type {
    flex: 1 1 100%;
  }
  .footer-contact a {
    width: auto;
    max-width: 100%;
    min-width: 0;
    min-height: 36px;
    padding: 4px 0;
    align-items: center;
    font-size: 13px;
  }
  .footer-contact a[href^="mailto:"],
  .footer-contact a[href^="tel:"] {
    white-space: nowrap;
  }
  .footer-contact > a:first-of-type {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    align-items: start;
    text-align: left;
    line-height: 1.45;
  }
  .footer-contact a i {
    margin-top: 0;
  }
  .footer-contact > a:first-of-type i {
    margin-top: 3px;
  }
  .socials a {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    min-height: 0;
    padding: 12px 0 18px;
  }
  .footer-bottom > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 18px;
    width: 100%;
    margin-top: 0;
  }
  .footer-bottom a {
    width: auto;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
  }
  .footer-outline {
    margin: 0 0 -6px;
    font-size: clamp(36px, 12vw, 64px);
  }
}
