:root {
  --color-primary: #ff7536;
  --color-secondary: #ffb699;
  --color-text: #363636;
  --color-white: #ffffff;
  --color-surface: #f6f5f5;
  --header-height: 4.75rem;
  --header-height-shrunk: 3.2rem;
  --bg: var(--color-surface);
  --text: var(--color-text);
  --accent: var(--color-primary);
  --surface: var(--color-white);
  --border: #e5e1dc;
  --font-family-base: "Inter", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #000000;
}

body {
  margin: 0;
  padding-top: var(--header-height);
  font-family: var(--font-family-base);
  color: var(--color-white);
  background:
    radial-gradient(circle at top left, rgba(255, 117, 54, 0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 182, 153, 0.12), transparent 26%),
    linear-gradient(180deg, #1f1f1f 0%, #121212 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(18, 18, 18, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: height 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
  transition: height 180ms ease, padding 180ms ease;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: transform 180ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  transition: transform 180ms ease;
}

.brand-logo {
  width: auto;
  height: 3.2rem;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
  transition: height 180ms ease, transform 180ms ease;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  transition: transform 180ms ease;
}

.site-nav a:hover,
.footer-nav a:hover,
.footer-links a:hover {
  color: var(--accent);
}

.header-cta {
  display: none;
  transition: min-height 180ms ease, padding 180ms ease;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.language-button {
  min-width: 2.75rem;
  min-height: 2.25rem;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-weight: 700;
  transition: min-height 180ms ease, min-width 180ms ease, padding 180ms ease, background-color 180ms ease, color 180ms ease;
}

.language-button.is-active {
  background: var(--text);
  color: var(--color-white);
}

.site-header.is-shrunk {
  height: var(--header-height-shrunk);
  background: rgba(10, 10, 10, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.site-header.is-shrunk .brand-logo {
  height: 2.15rem;
}

.site-header.is-shrunk .brand {
  transform: scale(0.92);
  transform-origin: left center;
}

.site-header.is-shrunk .site-nav {
  transform: scale(0.96);
  transform-origin: center center;
}

.site-header.is-shrunk .header-actions {
  transform: scale(0.94);
  transform-origin: right center;
}

.site-header.is-shrunk .language-button {
  min-width: 2.2rem;
  min-height: 1.8rem;
  padding: 0 0.55rem;
}

.site-header.is-shrunk .header-cta {
  min-height: 2.65rem;
  padding: 0.6rem 1rem;
}

.site-header.is-shrunk .language-switcher {
  padding: 0.18rem;
}

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background:
    radial-gradient(circle at right top, rgba(255, 182, 153, 0.14), transparent 22%),
    rgba(255, 255, 255, 0.02);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.split-copy h2,
.cta-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.section-lead,
.cta-copy p,
.hero-text,
.service-card p,
.process-step p,
.feature-item p,
.project-card p,
.footer-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.7;
}

.footer-note {
  padding-right: 3rem;
}

.hero-section {
  position: relative;
  overflow: clip;
  padding: 3rem 0 2rem;
}

.hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.8rem, 9vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  max-width: 11ch;
}

.hero-text {
  margin-top: 1.5rem;
  max-width: 38rem;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--accent);
  color: var(--color-white);
  box-shadow: 0 14px 30px rgba(255, 117, 54, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--color-white);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-meta li {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
  min-height: 26rem;
  padding: 1.5rem 0;
}

.visual-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.visual-card-main {
  padding: 1.25rem;
}

.visual-card-header {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.visual-metrics {
  display: grid;
  gap: 1rem;
}

.metric-block,
.metric-tile {
  padding: 1.2rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-block strong,
.metric-tile strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.15rem;
  line-height: 1.3;
}

.metric-label,
.metric-tile span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.metric-tile-accent {
  background: linear-gradient(135deg, var(--accent), var(--color-secondary));
  color: var(--color-white);
}

.metric-tile-accent span {
  color: rgba(255, 255, 255, 0.8);
}

.metric-tile-soft {
  background: linear-gradient(180deg, rgba(255, 182, 153, 0.18), rgba(255, 255, 255, 0.06));
}

.floating-badge {
  position: absolute;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  font-weight: 600;
  z-index: 1;
}

.badge-top {
  top: 0.5rem;
  right: 0.2rem;
}

.badge-bottom {
  bottom: -0.8rem;
  left: -0.2rem;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  z-index: -1;
}

.glow-primary {
  top: 1rem;
  right: 1rem;
  width: 10rem;
  height: 10rem;
  background: rgba(255, 117, 54, 0.28);
}

.glow-soft {
  bottom: 1rem;
  left: 1rem;
  width: 9rem;
  height: 9rem;
  background: rgba(255, 182, 153, 0.36);
}

.card-grid,
.project-grid,
.experience-grid,
.feature-grid,
.process-grid {
  display: grid;
  gap: 1rem;
}

.service-card,
.project-card,
.feature-item,
.process-step {
  position: relative;
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.service-card h3,
.project-card h3,
.feature-item h3,
.process-step h3 {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.project-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0.6rem 0.75rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 182, 153, 0.18);
  color: var(--color-white);
}

.process-grid {
  position: relative;
}

.process-step {
  overflow: hidden;
}

.split-layout {
  display: grid;
  gap: 2rem;
}

.feature-item-brand {
  background: linear-gradient(180deg, rgba(255, 182, 153, 0.14), rgba(255, 255, 255, 0.04));
}

.feature-item-brand a {
  color: var(--accent);
  font-weight: 600;
}

.project-card-placeholder {
  border-style: dashed;
}

.experience-disclaimer {
  margin: 0 0 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.experience-card {
  position: relative;
  display: block;
  min-height: 17rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.experience-card:hover {
  border-color: rgba(255, 182, 153, 0.28);
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.experience-card.is-disabled {
  cursor: default;
}

.experience-card-media {
  position: relative;
  min-height: 17rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.experience-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-card-image-blur {
  transform: scale(1.08);
  filter: blur(18px) saturate(0.9);
  opacity: 0.6;
}

.experience-card-image-main {
  object-fit: cover;
  z-index: 1;
  transition: transform 220ms ease;
}

.experience-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.08), rgba(18, 18, 18, 0.54));
  z-index: 1;
}

.experience-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  padding: 1.15rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 20%, rgba(0, 0, 0, 0.78) 100%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.experience-card-overlay h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  color: var(--color-white);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.experience-card:hover .experience-card-image-main {
  transform: scale(1.03);
}

.experience-card:hover .experience-card-overlay,
.experience-card:focus-visible .experience-card-overlay {
  opacity: 1;
  transform: translateY(0);
}

.experience-card-body {
  display: none;
  padding: 1rem 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.04);
}

.experience-card-body h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

.cta-panel {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(255, 182, 153, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.site-footer {
  padding: 1.5rem 0 3rem;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-logo-text {
  display: flex;
  gap: 1.5rem;
}

.brand-footer {
  margin-bottom: 0.75rem;
}

.footer-nav,
.footer-links {
  display: grid;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 719px) {
  .service-card,
  .project-card,
  .experience-card,
  .feature-item,
  .process-step,
  .metric-block,
  .metric-tile {
    text-align: center;
  }

  .experience-card,
  .experience-card-media {
    min-height: 13rem;
  }

  .experience-card-body {
    display: block;
  }

  .experience-card-overlay {
    opacity: 0;
    transform: translateY(10px);
  }

  .footer-grid,
  .footer-brand-logo-text,
  .footer-nav,
  .footer-links {
    text-align: center;
    justify-items: center;
  }

  .footer-note {
    padding-right: 0;
  }
}

@media (min-width: 720px) {
  .site-nav,
  .header-cta {
    display: inline-flex;
  }

  .services-grid,
  .project-grid,
  .experience-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .cta-panel,
  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .hero-section {
    padding: 4rem 0 3rem;
  }

  .hero-grid,
  .split-layout,
  .cta-panel,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    gap: 4rem;
  }

  .services-grid,
  .project-grid,
  .experience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-step::after {
    content: "";
    position: absolute;
    top: 2.35rem;
    right: -0.9rem;
    width: 1.8rem;
    height: 1px;
    background: rgba(54, 54, 54, 0.14);
  }

  .process-step:last-child::after {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1.1fr 0.7fr 0.8fr;
    align-items: start;
  }
}
