/* Site-wide alignment pass */
:root {
  --topbar-height: 34px;
}

.site-topbar {
  position: fixed;
  z-index: 49;
  inset: 0 0 auto;
  height: var(--topbar-height);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #080808;
  color: #fff;
}

.topbar-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d4d4cf;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .045em;
  transition: color .22s;
}

.topbar-phone:hover {
  color: #fff;
}

.topbar-phone svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topbar-socials {
  display: flex;
  align-items: center;
  gap: 7px;
}

.topbar-social {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  transition: transform .22s, filter .22s;
}

.topbar-social:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
}

.topbar-social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.topbar-instagram {
  background: radial-gradient(circle at 30% 105%, #ffd600 0 22%, #ff7a00 36%, #ff0169 58%, #d300c5 78%, #7638fa 100%);
}

.topbar-facebook {
  background: #1877f2;
}

.site-header {
  top: var(--topbar-height);
}

.intro-section .split {
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.35fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
}

.intro-section .split > * {
  min-width: 0;
}

.services-head {
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: clamp(38px, 5vw, 66px);
}

.services-head .display {
  max-width: 980px;
  margin-bottom: 0;
}

.project-head {
  align-items: end;
}

.project-head .display {
  max-width: 860px;
  margin-bottom: 0;
}

.project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.project-card:nth-child(n) {
  grid-column: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  border-radius: 4px;
}

.production {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.production > * {
  min-width: 0;
}

.production > img {
  height: auto;
  aspect-ratio: 4 / 4.6;
  border-radius: 4px;
}

.totem-title {
  max-width: none;
  font-size: clamp(48px, 6vw, 88px);
}

.totem-title-line {
  white-space: nowrap;
}

.capabilities {
  gap: 0 28px;
}

/* Service pages: scope first, readable content below */
.service-content.content-grid {
  display: block;
  max-width: 1160px;
  margin-inline: auto;
}

.service-content aside {
  display: grid;
  grid-template-columns: minmax(150px, .55fr) minmax(0, 2.45fr);
  gap: 32px;
  align-items: start;
  margin-bottom: clamp(58px, 7vw, 88px);
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #d8d7d0;
  border-radius: 22px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 16px 44px rgba(20, 20, 20, .05);
}

.service-content aside .label {
  margin-top: 4px;
}

.service-content .feature-list,
.service-content .service-scope {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
}

.service-content .service-scope {
  display: grid;
}

.service-content .feature-list li,
.service-content .service-scope span {
  min-width: 0;
  padding: 13px 0;
  color: #32322f;
  border-bottom: 1px solid #d5d3cc;
  font-size: 15px;
  font-weight: 650;
}

.service-content .prose {
  width: min(100%, 900px);
  max-width: none;
  margin-inline: auto;
}

.service-content .prose > h2 {
  text-wrap: balance;
}

.service-visual {
  width: 100%;
  margin: clamp(34px, 5vw, 54px) 0;
}

.service-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 18px 46px rgba(20, 20, 20, .12);
}

.service-visual figcaption {
  margin-top: 11px;
  color: #787872;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-intro {
  margin-bottom: 0;
}

.service-intro h2,
.service-copy-block h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.service-intro .lead {
  max-width: 790px;
}

.service-copy-block {
  padding: clamp(30px, 4vw, 48px) 0;
  border-top: 1px solid #d5d3cc;
}

.service-copy-block h2 {
  font-size: clamp(27px, 3vw, 40px);
  letter-spacing: -.035em;
}

.service-copy-block p {
  max-width: 760px;
  margin: 0;
  color: #42423e;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
}

/* CTA alignment */
.cta {
  padding-block: clamp(64px, 7vw, 100px);
}

.cta .cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(34px, 6vw, 90px);
  align-items: end;
}

.cta .cta-inner > div {
  min-width: 0;
  max-width: 1050px;
}

.cta .display {
  margin-bottom: 18px;
  font-size: clamp(42px, 5.5vw, 78px);
  text-wrap: balance;
}

.cta .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Experience section motion */
.experience-facts.reveal {
  opacity: 1;
  transform: none;
}

.experience-facts .fact {
  position: relative;
  min-width: 0;
  min-height: 190px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s var(--ease), transform .65s var(--ease), background-color .3s;
}

.experience-facts .fact::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .65s var(--ease);
}

.experience-facts.is-visible .fact {
  opacity: 1;
  transform: none;
}

.experience-facts.is-visible .fact::after {
  transform: scaleX(1);
}

.experience-facts .fact:nth-child(2) { transition-delay: .08s; }
.experience-facts .fact:nth-child(3) { transition-delay: .16s; }
.experience-facts .fact:nth-child(4) { transition-delay: .24s; }
.experience-facts .fact:nth-child(2)::after { transition-delay: .08s; }
.experience-facts .fact:nth-child(3)::after { transition-delay: .16s; }
.experience-facts .fact:nth-child(4)::after { transition-delay: .24s; }

.experience-facts .fact:hover {
  background: rgba(255, 255, 255, .035);
}

.metric-number {
  display: inline-block !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit;
}

.areas {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: min(100%, 1120px);
  margin-inline: auto;
}

.area-side {
  display: flex;
  min-width: 0;
  gap: 10px;
}

.area-side-left {
  justify-content: flex-end;
}

.area-side-right {
  justify-content: flex-start;
}

.areas span {
  margin: 0;
  border-radius: 999px;
  transition: border-color .25s, color .25s, transform .25s;
}

.areas span:hover {
  transform: translateY(-2px);
  border-color: var(--orange);
  color: #fff;
}

.areas .area-primary {
  justify-self: center;
  padding-inline: 22px;
  border-color: var(--orange) !important;
  background: var(--orange) !important;
  color: #111 !important;
  font-weight: 750;
  box-shadow: 0 8px 24px rgba(247, 123, 32, .18);
}

.areas .area-primary:hover {
  color: #111;
  box-shadow: 0 11px 30px rgba(247, 123, 32, .28);
}

/* Footer contact rows share one top alignment */
.footer-contact-item {
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  column-gap: 14px;
}

.footer-contact-item > .footer-icon {
  align-self: start;
  margin-top: 0;
}

.footer-contact-item > span {
  display: block;
  align-self: start;
  margin: 0 !important;
  padding: 0;
  line-height: 1.45;
}

/* Contact-page social brand buttons */
.contact-grid .social-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-grid .social-link {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 6px 14px 6px 7px;
  border: 1px solid #d4d2ca;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #151515;
  font-weight: 650;
  transition: transform .25s var(--ease), border-color .25s, box-shadow .25s, background-color .25s;
}

.contact-grid .social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, .35);
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 20, 18, .09);
}

.social-brand-mark {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
}

.social-link-instagram .social-brand-mark {
  background: radial-gradient(circle at 30% 105%, #ffd600 0 22%, #ff7a00 36%, #ff0169 58%, #d300c5 78%, #7638fa 100%);
}

.social-link-facebook .social-brand-mark {
  background: #1877f2;
}

.social-brand-mark svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.social-link-label,
.social-link-arrow {
  display: inline !important;
  margin: 0 !important;
  color: inherit !important;
}

.social-link-arrow {
  margin-left: 2px !important;
  color: #777 !important;
  font-size: 14px;
}

@media (max-width: 980px) {
  .service-content aside {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .areas {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .areas .area-primary {
    grid-row: 1;
  }

  .area-side {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .totem-title-line {
    white-space: normal;
  }
}

@media (max-width: 820px) {
  .intro-section .split,
  .production {
    grid-template-columns: 1fr;
  }

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

  .project-card:nth-child(n) {
    aspect-ratio: 4 / 3;
  }

  .cta .cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 560px) {
  :root {
    --topbar-height: 32px;
  }

  .topbar-phone {
    gap: 6px;
    font-size: 11px;
    letter-spacing: .02em;
  }

  .topbar-social {
    width: 22px;
    height: 22px;
    border-radius: 6px;
  }

  .service-content aside {
    padding: 22px;
    border-radius: 18px;
  }

  .service-content .feature-list,
  .service-content .service-scope {
    grid-template-columns: 1fr;
  }

  .service-visual img {
    aspect-ratio: 4 / 3;
    border-radius: 3px;
  }

  .cta .display {
    font-size: clamp(38px, 12vw, 56px);
  }

  .experience-facts .fact {
    min-height: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .experience-facts .fact,
  .experience-facts .fact::after {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Performance and mobile resilience */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.menu-open {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  touch-action: none;
}

body.menu-open .site-header.scrolled {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

@media (max-width: 760px) {
  body.menu-open .site-header {
    top: 0;
    border-bottom-color: transparent;
  }

  body.menu-open .nav-links {
    height: 100dvh;
    min-height: 100svh;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

img {
  height: auto;
}

.split > *,
.production > *,
.content-grid > *,
.contact-grid > *,
.services-head > *,
.project-grid > *,
.footer-grid > *,
.experience-facts > * {
  min-width: 0;
}

.display,
.lead,
.prose,
.footer-contact-item > span,
.contact-meta strong {
  overflow-wrap: anywhere;
}

.btn,
.filter,
.menu-toggle,
.topbar-social,
.social-link,
.mobile-actions a {
  min-height: 44px;
}

@media (max-width: 680px) {
  .hero-media {
    background-image: url('../assets/images/meray-reklam-mimari-tabela-hero-960.webp');
  }

  .display-xl {
    font-size: clamp(40px, 12vw, 62px);
    line-height: 1.02;
  }

  .page-hero {
    padding-top: calc(var(--topbar-height) + 122px);
  }

  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }

  .footer-contact-item {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .process-showcase {
    min-height: 650px;
  }

  .process-showcase > img {
    height: 300px;
    object-position: center;
  }

  .process-rail {
    grid-template-columns: 1fr 1fr;
  }

  .process-rail article {
    min-height: 175px;
  }
}

@media (max-width: 420px) {
  .topbar-phone span {
    font-size: 11px;
  }

  .process-showcase {
    min-height: 930px;
  }

  .process-rail {
    grid-template-columns: 1fr;
  }

  .process-rail article + article {
    border-left: 0;
    border-top: 1px solid #ffffff30;
  }
}

/* Unified experience / 25-year section */
.experience-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  border: 0;
  counter-reset: experience-card;
}

.experience-facts.reveal {
  opacity: 1;
  transform: none;
}

.experience-facts .fact,
.about-facts.experience-facts .fact {
  counter-increment: experience-card;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  min-height: 272px;
  padding: 72px 30px 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  box-shadow: none;
  opacity: 0;
  transform: translateY(22px) scale(.985);
  transition: opacity .62s var(--ease), transform .62s var(--ease), border-color .28s, background-color .28s, box-shadow .28s;
}

.experience-facts .fact::before,
.about-facts.experience-facts .fact::before {
  content: "0" counter(experience-card);
  position: absolute;
  inset: 22px 24px auto auto;
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, .34);
  background: none;
  font: 700 12px/1 Sora, Arial, sans-serif;
  letter-spacing: .12em;
  transform: none;
}

.experience-facts .fact::after {
  inset: auto 30px 0;
  border-radius: 4px 4px 0 0;
}

.experience-facts.is-visible .fact,
.about-facts.experience-facts.is-visible .fact {
  opacity: 1;
  transform: none;
}

.experience-facts .fact:hover,
.about-facts.experience-facts .fact:hover {
  transform: translateY(-5px);
  border-color: rgba(247, 123, 32, .62);
  background: linear-gradient(145deg, rgba(247, 123, 32, .09), rgba(255, 255, 255, .025));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
}

.experience-facts .fact strong,
.about-facts.experience-facts .fact strong {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 102px;
  margin: 0 0 13px;
  color: var(--orange);
  font: 650 clamp(28px, 2.5vw, 42px)/1.04 Sora, Arial, sans-serif;
  letter-spacing: -.045em;
  overflow-wrap: normal;
  text-wrap: balance;
}

.experience-facts .fact .metric-stat,
.about-facts.experience-facts .fact .metric-stat {
  display: flex;
  align-items: baseline;
  gap: .14em;
  white-space: nowrap;
}

.experience-facts .metric-number,
.about-facts.experience-facts .metric-number {
  display: inline !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.experience-facts .fact > span:last-child,
.about-facts.experience-facts .fact > span:last-child {
  align-self: auto;
  margin: 0;
  color: #bebeb9;
  font-size: 15px;
  line-height: 1.5;
}

.experience-facts .fact-icon {
  position: absolute;
  inset: 22px auto auto 24px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.about-facts.experience-facts {
  margin-top: 60px;
}

.about-facts.experience-facts .fact {
  border-color: #deddd6;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 12px 34px rgba(18, 18, 18, .055);
}

.about-facts.experience-facts .fact::before {
  color: #aaa9a2;
}

.about-facts.experience-facts .fact > span:last-child {
  color: #6f6f69;
}

.about-facts.experience-facts .fact:hover {
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 18, 18, .10);
}

.experience-facts + .areas span {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .45s var(--ease), transform .45s var(--ease), border-color .25s, color .25s;
}

.experience-facts.is-visible + .areas span {
  opacity: 1;
  transform: none;
}

.experience-facts.is-visible + .areas span:nth-child(2) { transition-delay: .04s; }
.experience-facts.is-visible + .areas span:nth-child(3) { transition-delay: .08s; }
.experience-facts.is-visible + .areas span:nth-child(4) { transition-delay: .12s; }
.experience-facts.is-visible + .areas span:nth-child(5) { transition-delay: .16s; }
.experience-facts.is-visible + .areas span:nth-child(6) { transition-delay: .20s; }
.experience-facts.is-visible + .areas span:nth-child(7) { transition-delay: .24s; }
.experience-facts.is-visible + .areas span:nth-child(8) { transition-delay: .28s; }
.experience-facts.is-visible + .areas span:nth-child(9) { transition-delay: .32s; }

@media (max-width: 980px) {
  .experience-facts,
  .about-facts.experience-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .experience-facts,
  .about-facts.experience-facts {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .experience-facts .fact,
  .about-facts.experience-facts .fact {
    display: flex;
    min-height: 190px;
    padding: 62px 25px 25px;
  }

  .experience-facts .fact strong,
  .about-facts.experience-facts .fact strong {
    min-height: 0;
    font-size: clamp(30px, 10vw, 42px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .experience-facts .fact,
  .experience-facts .fact::after,
  .experience-facts + .areas span {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Final mobile layout pass: loaded last so desktop refinements cannot override it */
@media (max-width: 680px) {
  :root {
    --pad: 20px;
    --section: 64px;
  }

  .section {
    padding-block: var(--section);
  }

  .label {
    gap: 10px;
    font-size: 10.5px;
    line-height: 1.35;
    letter-spacing: .13em;
  }

  .label::before {
    flex: 0 0 28px;
  }

  .display,
  .services-head .display,
  .project-head .display,
  .references-head .display {
    font-size: clamp(34px, 10.4vw, 44px);
    line-height: 1.075;
    margin-block: 16px;
    letter-spacing: -.045em;
    text-wrap: balance;
  }

  .lead {
    font-size: 19px;
    line-height: 1.5;
  }

  .page-hero {
    padding-top: calc(var(--topbar-height) + 116px);
    padding-bottom: 64px;
  }

  .page-hero .display {
    margin: 16px 0 20px;
  }

  .page-hero p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.55;
  }

  .services-head {
    margin-bottom: 30px;
  }

  .service-row {
    grid-template-columns: 42px minmax(0, 1fr) 34px;
    gap: 12px;
    padding-block: 22px;
  }

  .service-row:hover {
    padding-inline: 10px;
  }

  .service-row h3 {
    font-size: clamp(19px, 5.7vw, 23px);
    line-height: 1.18;
  }

  .service-row .arrow {
    justify-self: end;
  }

  .project-head {
    width: 100%;
    align-items: stretch !important;
    gap: 22px;
    margin-bottom: 28px;
  }

  .project-head > div {
    width: 100%;
  }

  .project-head .display {
    margin-bottom: 0;
  }

  .project-head > .btn {
    width: 100%;
    min-height: 56px;
    justify-content: space-between;
    padding-inline: 20px;
  }

  .project-grid {
    gap: 14px;
  }

  .project-card:nth-child(n) {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
  }

  .project-info {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .project-info h3 {
    font-size: 23px;
  }

  .production {
    gap: 32px;
  }

  .production > img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .production .display .orange {
    margin-right: .14em;
  }

  .production .display + .lead {
    margin-top: 24px;
  }

  .capabilities {
    margin-top: 32px;
  }

  .capabilities span {
    padding-block: 14px;
    font-size: 14px;
  }

  .steps,
  .why-grid {
    margin-top: 32px;
  }

  .step {
    padding: 22px 0 22px 40px;
  }

  .step::before {
    top: 28px;
  }

  .why-item {
    padding-block: 20px;
  }

  .contact-grid {
    gap: 48px;
  }

  .form {
    gap: 17px;
  }

  .filters {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 calc(var(--pad) * -1) 30px;
    padding: 0 var(--pad) 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filters::-webkit-scrollbar {
    display: none;
  }

  .filter {
    flex: 0 0 auto;
  }

  .corporate-grid {
    margin-top: 32px;
  }

  .corporate-item {
    padding: 24px;
  }

  .references-head {
    margin-bottom: 24px;
  }

  .references-head p {
    margin-top: 14px;
    font-size: 16px;
  }

  .logo-card {
    flex-basis: 168px;
    width: 168px;
    height: 112px;
    padding: 8px 10px;
  }

  .experience-facts .fact,
  .about-facts.experience-facts .fact {
    min-height: 165px;
    padding: 60px 22px 24px;
  }

  .experience-facts .fact strong,
  .about-facts.experience-facts .fact strong {
    font-size: clamp(30px, 9vw, 38px);
  }

  .areas {
    gap: 10px;
    margin-top: 28px;
  }

  .area-side {
    gap: 8px;
  }

  .areas span {
    padding: 9px 12px;
    font-size: 14px;
  }

  .cta,
  .cta .cta-inner {
    gap: 28px;
  }

  .cta .btn {
    width: 100%;
    justify-content: space-between;
  }

  .site-footer {
    padding-bottom: 104px;
  }

  .mobile-actions {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
  }
}

@media (max-width: 420px) {
  .process-showcase {
    min-height: 640px;
  }

  .process-showcase > img,
  .process-showcase::after {
    height: 280px;
  }

  .process-rail {
    grid-template-columns: 1fr 1fr;
  }

  .process-rail article {
    min-height: 180px;
    padding: 20px;
  }

  .process-rail article + article {
    border-left: 1px solid #ffffff30;
  }

  .process-rail article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #ffffff30;
  }

  .process-rail article:nth-child(4) {
    border-top: 1px solid #ffffff30;
  }

  .process-rail h3 {
    margin-top: 16px;
    font-size: 18px;
  }

  .process-rail p {
    font-size: 12px;
  }
}
