/* ═══════════════════════════════════════════════════════
   SECTIONS — All major content blocks
═══════════════════════════════════════════════════════ */

/* ════════ LANDMARK PROJECTS ════════ */
.landmark {
  background: var(--dark);
}

.landmark-header {
  padding: 80px 56px 52px;
  max-width: var(--container-max);
  margin: 0 auto;
}

.landmark-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.lm-card {
  position: relative;
  height: 600px;
  overflow: hidden;
  cursor: default;
}

.lm-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
  will-change: transform;
}

.lm-card:hover .lm-bg {
  transform: scale(1.04);
}

.lm-bg.samsung {
  background-image:
    linear-gradient(to bottom,
      rgba(8, 16, 28, 0.15) 0%,
      rgba(8, 16, 28, 0.05) 25%,
      rgba(8, 16, 28, 0.65) 68%,
      rgba(8, 16, 28, 0.96) 100%),
    url("../assets/samsung-fab.png");
}

.lm-bg.tesla {
  background-image:
    linear-gradient(to bottom,
      rgba(8, 16, 28, 0.15) 0%,
      rgba(8, 16, 28, 0.05) 25%,
      rgba(8, 16, 28, 0.65) 68%,
      rgba(8, 16, 28, 0.96) 100%),
    url("../assets/tesla-giga-construction.png");
  background-size: cover, 140% auto;
  background-position: center, center 30%;
}

.lm-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 52px 52px;
}

.lm-role {
  position: absolute;
  top: 28px;
  right: 28px;
  padding: 7px 14px;
  background: var(--orange);
  font-family: var(--font-head);
  font-size: 9.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lm-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 40px;
}

.lm-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.lm-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.lm-badge-text {
  font-size: 9.5px;
  color: var(--orange);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-head);
}

.lm-title {
  font-family: var(--font-head);
  font-size: clamp(20px, 2.6vw, 32px);
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.lm-loc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}

.lm-stats {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  flex-wrap: wrap;
}

.lm-stat {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.lm-stat:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.lm-stat-val {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 3px;
}

.lm-stat-lbl {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.32);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landmark-bar {
  background: #0a111c;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.landmark-bar-row {
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.landmark-bar-item {
  padding: 28px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.landmark-bar-item:last-child {
  border-right: none;
}

.landmark-bar-val {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.landmark-bar-val.orange {
  color: var(--orange);
}

.landmark-bar-lbl {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ════════ MEP SHOWCASE ════════ */
.mep-showcase {
  position: relative;
  overflow: hidden;
}

.mep-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.55) saturate(0.85);
}

.mep-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(27, 54, 82, 0.88) 0%,
    rgba(27, 54, 82, 0.5) 50%,
    rgba(27, 54, 82, 0.1) 100%);
  display: flex;
  align-items: center;
}

.mep-content {
  padding: 0 80px;
  max-width: 620px;
}

.mep-content h2 {
  font-family: var(--font-head);
  font-size: clamp(26px, 3.4vw, 46px);
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.mep-content h2 .accent {
  color: var(--orange);
}

.mep-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
}

.mep-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.mep-tag {
  padding: 5px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: uppercase;
}

/* ════════ SERVICES ════════ */
.services {
  background: var(--white);
}

.services-header {
  padding: 80px 56px 0;
  max-width: var(--container-max);
  margin: 0 auto 56px;
}

.srv-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}

.srv-panel:nth-child(odd) {
  border-top: 1px solid var(--border);
}

.srv-panel:last-child {
  border-bottom: 1px solid var(--border);
}

.srv-img {
  position: relative;
  overflow: hidden;
  background: #142840;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.srv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.65s ease;
  display: block;
}

/* Special handling for SVG/PNG illustrations — show full content */
.srv-img.contain img {
  object-fit: contain;
  padding: 24px;
}

.srv-panel:hover .srv-img img {
  transform: scale(1.03);
}

.srv-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(27, 54, 82, 0.12),
    rgba(27, 54, 82, 0));
}

.srv-text {
  padding: 56px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
  border-left: 1px solid var(--border);
  transition: background 0.2s;
}

.srv-panel.reverse .srv-img {
  order: 2;
}

.srv-panel.reverse .srv-text {
  order: 1;
  border-left: none;
  border-right: 1px solid var(--border);
}

.srv-panel:hover .srv-text {
  background: var(--bg);
}

.srv-num {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}

.srv-text h3 {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}

.srv-text p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 20px;
}

.srv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
}

.srv-tag {
  padding: 4px 11px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.07em;
  font-weight: 500;
}

/* ════════ ABOUT ════════ */
.about {
  background: var(--bg);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.about-img-col {
  position: relative;
  overflow: hidden;
}

.about-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    rgba(27, 54, 82, 0.08),
    rgba(27, 54, 82, 0));
}

.about-floating-card {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  background: rgba(253, 252, 250, 0.93);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
}

.afc-sep {
  background: var(--border);
  height: 100%;
}

.afc-stat {
  padding: 0 20px;
  text-align: center;
}

.afc-stat:first-child {
  padding-left: 0;
  text-align: left;
}

.afc-stat:last-child {
  padding-right: 0;
  text-align: right;
}

.afc-val {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 3px;
}

.afc-lbl {
  font-size: 9.5px;
  color: var(--muted);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-text-col {
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-text-col p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.85;
  font-weight: 300;
  margin-top: 14px;
}

.about-text-col p strong {
  color: var(--dark);
  font-weight: 500;
}

.about-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 32px;
}

.pillar {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 22px 20px;
  transition: all 0.22s;
}

.pillar:hover {
  border-color: rgba(245, 132, 31, 0.3);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.pillar-icon {
  font-size: 20px;
  margin-bottom: 10px;
}

.pillar h4 {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}

.pillar p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}

.about-sig {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-sig img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}

.sig-name {
  font-family: var(--font-head);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--dark);
}

.sig-title {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
  letter-spacing: 0.04em;
}

/* ════════ DELIVERABLES ════════ */
.deliver {
  background: var(--navy);
}

.deliver-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.d-col {
  padding: 48px 44px;
}

.d-col + .d-col {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.d-col-title {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.d-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.d-item:last-child {
  border-bottom: none;
}

.d-num {
  width: 28px;
  height: 28px;
  border: 1px solid var(--orange);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.d-num span {
  font-family: var(--font-head);
  font-size: 9px;
  font-weight: 700;
  color: var(--orange);
}

.d-text h4 {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.d-text p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.65;
  font-weight: 300;
}

.d-values {
  margin-top: 36px;
}

.d-values h3 {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.d-value-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.d-value-item:last-child {
  border-bottom: none;
}

.d-value-dot {
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ════════ PROCESS ════════ */
.process {
  background: var(--bg-2);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--border);
  margin-top: 60px;
}

.process-col {
  padding: 36px 22px;
  border-right: 1px solid var(--border);
  transition: background 0.25s;
  position: relative;
}

.process-col:last-child {
  border-right: none;
}

.process-col:hover {
  background: var(--white);
}

.process-step {
  font-family: var(--font-head);
  font-size: 9.5px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

.process-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 18px;
  margin-bottom: 18px;
  background: var(--white);
  transition: border-color 0.2s;
}

.process-col:hover .process-icon {
  border-color: var(--orange);
}

.process-col h4 {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 9px;
}

.process-col p {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 300;
}

/* ════════ INDUSTRIES ════════ */
.industries {
  background: var(--white);
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 56px;
}

.industry-item {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 40px 36px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  transition: all 0.25s;
}

.industry-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}

.industry-item:hover::after {
  transform: scaleX(1);
}

.industry-item:hover {
  background: var(--white);
  box-shadow: var(--shadow);
}

.industry-icon {
  width: 52px;
  height: 52px;
  background: var(--navy);
  display: grid;
  place-items: center;
  font-size: 22px;
  flex-shrink: 0;
}

.industry-num {
  font-family: var(--font-head);
  font-size: 9.5px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.12em;
  margin-bottom: 7px;
}

.industry-body h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 9px;
  letter-spacing: -0.01em;
}

.industry-body p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 12px;
}

.industry-bullets {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.industry-bullet {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: var(--muted);
}

.industry-bullet::before {
  content: "";
  width: 9px;
  height: 1px;
  background: var(--orange);
  flex-shrink: 0;
}

/* ════════ SOFTWARE ════════ */
.software {
  background: var(--bg);
}

.software-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  margin-top: 48px;
}

.soft-card {
  padding: 24px 14px;
  background: var(--white);
  border: 1px solid var(--border);
  text-align: center;
  transition: all 0.2s;
  cursor: default;
}

.soft-card:hover {
  background: var(--navy);
  border-color: var(--navy);
}

.soft-icon {
  font-size: 24px;
  margin-bottom: 9px;
}

.soft-name {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 2px;
  transition: color 0.2s;
  line-height: 1.3;
}

.soft-card:hover .soft-name {
  color: #fff;
}

.soft-cat {
  font-size: 9.5px;
  color: var(--light);
  letter-spacing: 0.06em;
  transition: color 0.2s;
}

.soft-card:hover .soft-cat {
  color: rgba(255, 255, 255, 0.38);
}

/* ════════ CONTACT ════════ */
.contact {
  background: var(--bg-2);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
  margin-top: 52px;
}

.contact-intro {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.82;
  font-weight: 300;
  max-width: 360px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 28px;
}

.contact-info {
  padding: 17px 18px;
  background: var(--white);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: border-color 0.2s;
}

.contact-info:hover {
  border-color: rgba(245, 132, 31, 0.3);
}

.ci-icon {
  width: 38px;
  height: 38px;
  background: var(--navy);
  display: grid;
  place-items: center;
  font-size: 15px;
  flex-shrink: 0;
}

.ci-label {
  font-size: 9.5px;
  color: var(--orange);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1px;
}

.ci-value {
  font-size: 13px;
  color: var(--dark);
  font-weight: 500;
}

.contact-cta-block {
  margin-top: 22px;
  padding: 26px;
  background: var(--dark);
}

.contact-cta-block p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 16px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 9.5px;
  color: var(--dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.form-control {
  background: var(--white);
  border: 1px solid var(--border);
  border-bottom: 2px solid var(--border);
  color: var(--dark);
  padding: 11px 13px;
  font-family: var(--font-body);
  font-size: 14px;
  outline: none;
  width: 100%;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

.form-control:focus {
  border-bottom-color: var(--navy);
}

.form-control::placeholder {
  color: var(--light);
}

.form-submit {
  padding: 14px 36px;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: all 0.2s;
}

.form-submit:hover {
  background: var(--orange);
  transform: translateY(-1px);
}

/* ════════ FOOTER ════════ */
footer {
  background: var(--dark);
  padding: 0 56px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 52px;
  padding: 56px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}

.footer-logo-row img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.footer-name {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.footer-sub {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.1em;
}

.footer-desc {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.28);
  line-height: 1.72;
  font-weight: 300;
  margin-top: 12px;
}

.footer-col h5 {
  font-family: var(--font-head);
  font-size: 9.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-col ul a {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.28);
  transition: color 0.2s;
  font-weight: 300;
}

.footer-col ul a:hover {
  color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-copy {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.18);
  font-weight: 300;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10.5px;
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s;
  text-transform: uppercase;
}

.footer-legal-links a:hover {
  color: var(--orange);
}

.footer-sep {
  color: rgba(255, 255, 255, 0.15);
}

.footer-domain {
  font-family: var(--font-head);
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: 0.08em;
}
