:root {
  --article-width: 760px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f7f5ef;
  color: #050505;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.deployment-page .page-shell {
  width: min(calc(100% - 32px), 1180px);
}

.deployment-header .site-nav {
  font-size: 0.9rem;
}

.deployment-header .language-option {
  text-decoration: none;
}

.deployment-main {
  padding-bottom: 36px;
}

.deployment-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 18px;
  align-items: start;
  padding-top: 30px;
}

.deployment-hero-copy,
.deployment-identity {
  padding: clamp(24px, 4vw, 42px);
}

.deployment-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.86rem;
}

.deployment-breadcrumb a {
  color: var(--text);
}

.deployment-breadcrumb span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.36);
}

.deployment-hero h1 {
  max-width: 18ch;
  font-size: clamp(2.35rem, 4.4vw, 3.85rem);
  line-height: 1;
}

.deployment-lede {
  max-width: 62ch;
  margin-top: 20px;
  color: #e4e1d8;
  font-size: clamp(1.06rem, 1.7vw, 1.28rem);
  line-height: 1.58;
}

.deployment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.deployment-identity {
  display: grid;
  align-content: start;
  gap: 24px;
  min-height: 330px;
}

.deployment-identity-logo {
  display: grid;
  place-items: center;
  width: min(100%, 250px);
  min-height: 148px;
  padding: 26px;
  border: 1px solid rgba(219, 228, 236, 0.72);
  border-radius: 24px;
  background: linear-gradient(180deg, #fbfcfd, #f7fafc);
  box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(0, 0, 0, 0.08);
}

.deployment-identity-logo img {
  width: auto;
  max-width: 100%;
  max-height: 86px;
  object-fit: contain;
}

.deployment-identity-logo img[alt*="Vimeiro"] {
  max-height: 104px;
}

.deployment-identity-wordmark {
  display: grid;
  place-items: center;
  width: min(100%, 250px);
  min-height: 148px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.deployment-identity-copy {
  display: grid;
  gap: 8px;
}

.deployment-identity-copy span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.deployment-identity-copy strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}

.deployment-overview {
  padding-top: 26px;
}

.deployment-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 20px;
}

.deployment-section-heading h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3rem);
}

.deployment-section-heading > p:last-child {
  max-width: 58ch;
  justify-self: end;
  color: var(--muted);
}

.deployment-glance {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.glance-card {
  min-height: 154px;
  padding: 20px;
}

.glance-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.glance-card strong {
  display: block;
  margin-top: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
  line-height: 1.42;
}

.deployment-story {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, var(--article-width));
  justify-content: center;
  gap: clamp(30px, 6vw, 78px);
  padding-top: 42px;
}

.deployment-story-aside {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 16px;
  padding: 20px;
}

.deployment-story-aside p {
  color: var(--muted);
  font-size: 0.92rem;
}

.deployment-story-aside strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.12rem;
  line-height: 1.28;
}

.deployment-article {
  min-width: 0;
}

.deployment-article-section + .deployment-article-section {
  margin-top: 58px;
}

.deployment-article h2 {
  max-width: 24ch;
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  line-height: 1.08;
}

.deployment-article h3 {
  margin: 30px 0 12px;
  font-size: 1.18rem;
}

.deployment-article p {
  color: #cfccc3;
  font-size: 1.02rem;
  line-height: 1.82;
}

.deployment-article p + p {
  margin-top: 16px;
}

.deployment-article ul,
.deployment-article ol {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 22px;
  color: #cfccc3;
}

.deployment-article li {
  padding-left: 4px;
}

.deployment-article .compact-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  padding-left: 20px;
}

.deployment-pullquote {
  margin: 52px 0;
  padding: clamp(24px, 4vw, 38px);
  border-left: 3px solid #f7f5ef;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
}

.deployment-pullquote p {
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 500;
  line-height: 1.35;
}

.deployment-pullquote cite {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
}

.deployment-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.deployment-flow span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: #e8e5dc;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.deployment-flow span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -9px;
  z-index: 1;
  width: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.deployment-experience,
.deployment-commercial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 52px;
  padding: clamp(24px, 4vw, 36px);
}

.deployment-experience-copy,
.deployment-commercial-copy {
  display: grid;
  gap: 10px;
}

.deployment-experience h2,
.deployment-commercial h2 {
  max-width: 24ch;
  font-size: clamp(1.8rem, 3.3vw, 2.65rem);
}

.deployment-experience p,
.deployment-commercial p {
  max-width: 64ch;
  color: var(--muted);
}

.deployment-media {
  margin-top: 52px;
}

.deployment-media .section-heading {
  margin-bottom: 16px;
}

.media-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.media-logo-card {
  display: grid;
  place-items: center;
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(219, 228, 236, 0.72);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfcfd, #f7fafc);
  box-shadow: inset 0 1px 0 #fff, 0 6px 16px rgba(0, 0, 0, 0.05);
  transition: transform 180ms ease, border-color 180ms ease;
}

.media-logo-card:hover,
.media-logo-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.98);
}

.media-logo-card img {
  width: auto;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.deployment-note {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.deployment-footer {
  margin-top: 20px;
}

.deployment-hero-copy,
.deployment-identity,
.deployment-overview,
.deployment-story {
  animation: deployment-rise 560ms both;
}

.deployment-identity {
  animation-delay: 70ms;
}

.deployment-overview {
  animation-delay: 120ms;
}

.deployment-story {
  animation-delay: 170ms;
}

@keyframes deployment-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .deployment-hero,
  .deployment-section-heading,
  .deployment-story {
    grid-template-columns: 1fr;
  }

  .deployment-identity {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 0;
  }

  .deployment-section-heading > p:last-child {
    justify-self: start;
  }

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

  .deployment-story {
    gap: 24px;
  }

  .deployment-story-aside {
    position: static;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (max-width: 760px) {
  .deployment-page .page-shell {
    width: min(calc(100% - 20px), 1180px);
  }

  .deployment-hero {
    padding-top: 18px;
  }

  .deployment-hero-copy,
  .deployment-identity {
    padding: 22px;
  }

  .deployment-identity {
    grid-template-columns: 1fr;
  }

  .deployment-identity-logo,
  .deployment-identity-wordmark {
    width: 100%;
    min-height: 116px;
  }

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

  .glance-card {
    min-height: 136px;
  }

  .deployment-story-aside {
    grid-template-columns: 1fr;
  }

  .deployment-article-section + .deployment-article-section {
    margin-top: 44px;
  }

  .deployment-article .compact-list,
  .deployment-flow {
    grid-template-columns: 1fr;
  }

  .deployment-flow span:not(:last-child)::after {
    right: auto;
    bottom: -9px;
    width: 1px;
    height: 10px;
  }

  .deployment-experience,
  .deployment-commercial {
    grid-template-columns: 1fr;
  }

  .media-logo-grid {
    grid-template-columns: 1fr;
  }

  .media-logo-card {
    min-height: 94px;
  }
}

@media (max-width: 420px) {
  .deployment-hero h1 {
    font-size: 2.2rem;
  }

  .deployment-glance {
    grid-template-columns: 1fr;
  }

  .glance-card {
    min-height: 0;
  }

  .deployment-actions .button,
  .deployment-experience .button,
  .deployment-commercial .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .deployment-hero-copy,
  .deployment-identity,
  .deployment-overview,
  .deployment-story {
    animation: none;
  }
}
