:root {
  --wcha-ink: #141414;
  --wcha-muted: #5f6368;
  --wcha-line: #d8dadd;
  --wcha-soft: #f5f5f2;
  --wcha-card: #ffffff;
  --wcha-accent: #93000e;
  --wcha-accent-strong: #76000b;
  --wcha-green: #315f4a;
  --wcha-shadow: 0 18px 45px rgba(20, 20, 20, 0.08);
}

#pagina-informacion {
  background: #ffffff;
  color: var(--wcha-ink);
}

.wcha-company {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.wcha-company * {
  box-sizing: border-box;
}

.wcha-breadcrumb {
  margin-bottom: 28px;
  font-size: 0.92rem;
}

.wcha-breadcrumb a {
  color: var(--wcha-muted);
  text-decoration: none;
}

.wcha-breadcrumb a:hover {
  color: var(--wcha-accent);
}

.wcha-kicker {
  margin: 0 0 10px;
  color: var(--wcha-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wcha-hero {
  padding: clamp(32px, 6vw, 76px) 0 clamp(32px, 5vw, 64px);
  border-bottom: 1px solid var(--wcha-line);
}

.wcha-info-hero {
  position: relative;
  overflow: hidden;
}

.wcha-info-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(42vw, 460px);
  height: min(42vw, 460px);
  border: 1px solid rgba(147, 0, 14, 0.12);
  background:
    linear-gradient(90deg, rgba(20, 20, 20, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(20, 20, 20, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.52;
  transform: translate(24%, 28%) rotate(2deg);
  pointer-events: none;
}

.wcha-hero h1 {
  max-width: 980px;
  margin: 0 0 24px;
  color: var(--wcha-ink);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.wcha-hero p,
.wcha-section p,
.wcha-cta p {
  color: var(--wcha-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.wcha-hero .wcha-hero-lead {
  max-width: 860px;
  color: #2d2d2d;
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  line-height: 1.55;
}

.wcha-hero p:not(.wcha-kicker) {
  max-width: 900px;
}

.wcha-section {
  padding: clamp(48px, 7vw, 86px) 0;
  border-bottom: 1px solid var(--wcha-line);
}

.wcha-section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.wcha-section h2,
.wcha-cta h2 {
  margin: 0 0 14px;
  color: var(--wcha-ink);
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.wcha-intro-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.4fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.wcha-prose p {
  margin: 0 0 18px;
}

.wcha-card-section {
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.wcha-pill-grid,
.wcha-sector-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wcha-pill-grid li,
.wcha-sector-list li {
  min-height: 76px;
  padding: 18px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: var(--wcha-card);
  color: #2c2c2c;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.04);
}

.wcha-support-text {
  max-width: 900px;
  margin: 24px 0 0;
}

.wcha-company-story-media {
  padding-top: clamp(34px, 5vw, 64px);
}

.wcha-company-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  grid-auto-rows: 210px;
  gap: 14px;
}

.wcha-story-figure,
.wcha-product-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: var(--wcha-soft);
}

.wcha-story-figure-1 {
  grid-row: span 2;
}

.wcha-story-figure img,
.wcha-product-gallery img,
.wcha-info-image-grid img,
.wcha-info-work-gallery img,
.wcha-design-hero-image img,
.wcha-design-structure-gallery img,
.wcha-design-studio-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wcha-product-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.wcha-product-gallery figure {
  position: relative;
  aspect-ratio: 1 / 1;
}

.wcha-product-gallery figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--wcha-ink);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.15;
}

.wcha-split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
}

.wcha-split-section .wcha-section-heading {
  margin-bottom: 0;
}

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

.wcha-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wcha-process-grid article {
  min-height: 260px;
  padding: 28px;
  border-radius: 8px;
  background: var(--wcha-soft);
}

.wcha-process-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--wcha-green);
  color: #ffffff;
  font-weight: 900;
}

.wcha-process-grid h3 {
  margin: 0 0 12px;
  color: var(--wcha-ink);
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.22;
}

.wcha-process-grid p {
  margin: 0;
  font-size: 0.98rem;
}

.wcha-info-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wcha-info-card a {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 245, 242, 0.92)),
    linear-gradient(90deg, rgba(20, 20, 20, 0.04) 1px, transparent 1px);
  background-size: auto, 22px 22px;
  color: var(--wcha-ink);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wcha-info-card a:hover {
  border-color: rgba(147, 0, 14, 0.34);
  box-shadow: var(--wcha-shadow);
  color: var(--wcha-ink);
  transform: translateY(-3px);
}

.wcha-info-card-mark {
  display: block;
  width: 48px;
  height: 6px;
  margin-bottom: 34px;
  border-radius: 999px;
  background: var(--wcha-accent);
}

.wcha-info-card-title {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  font-weight: 900;
  line-height: 1.12;
}

.wcha-info-card-text {
  display: block;
  color: var(--wcha-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.wcha-info-card-link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 28px;
  color: var(--wcha-accent);
  font-weight: 900;
}

.wcha-info-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wcha-info-placeholder-grid span,
.wcha-info-work-placeholder span {
  min-height: 140px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(147, 0, 14, 0.08), transparent 45%),
    linear-gradient(90deg, rgba(20, 20, 20, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(20, 20, 20, 0.055) 1px, transparent 1px),
    #f7f7f4;
  background-size: auto, 24px 24px, 24px 24px, auto;
}

.wcha-info-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wcha-info-image-grid img,
.wcha-info-work-gallery img,
.wcha-design-structure-gallery img,
.wcha-design-studio-gallery img {
  overflow: hidden;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: var(--wcha-soft);
}

.wcha-info-image-grid img {
  aspect-ratio: 1 / 1;
}

.wcha-info-tool {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-top: clamp(48px, 7vw, 86px);
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(147, 0, 14, 0.2);
  border-radius: 8px;
  background: #f8f8f5;
}

.wcha-info-tool h2 {
  max-width: 860px;
  margin: 0 0 14px;
  color: var(--wcha-ink);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 900;
  line-height: 1.1;
}

.wcha-info-tool p:not(.wcha-kicker) {
  max-width: 860px;
  margin: 0;
  color: var(--wcha-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.wcha-info-tool-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--wcha-muted);
  font-weight: 900;
  white-space: nowrap;
}

.wcha-info-block-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wcha-info-block {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: var(--wcha-card);
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.04);
}

.wcha-info-block span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--wcha-accent);
  font-size: 0.9rem;
  font-weight: 900;
}

.wcha-info-block h3 {
  margin: 0 0 12px;
  color: var(--wcha-ink);
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.22;
}

.wcha-info-block p {
  margin: 0;
  font-size: 0.98rem;
}

.wcha-info-work-placeholder {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 14px;
}

.wcha-info-work-placeholder span:first-child {
  grid-row: span 2;
  min-height: 294px;
}

.wcha-info-work-gallery {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
}

.wcha-info-work-gallery img:first-child {
  grid-row: span 2;
  min-height: 294px;
}

.wcha-info-work-gallery img {
  min-height: 140px;
}

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

.wcha-info-related-grid a {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: var(--wcha-card);
  color: var(--wcha-ink);
  text-decoration: none;
}

.wcha-info-related-grid a:hover {
  border-color: rgba(147, 0, 14, 0.34);
  color: var(--wcha-ink);
}

.wcha-info-related-grid span {
  font-weight: 900;
  line-height: 1.25;
}

.wcha-info-related-grid small {
  margin-top: 14px;
  color: var(--wcha-muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.wcha-design-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wcha-design-hero-actions a,
.wcha-design-hero-actions .wcha-cta-button,
.wcha-design-hero-actions .wcha-design-secondary-button {
  display: inline-flex;
  min-width: 190px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 12px 20px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--wcha-ink);
  font-weight: 900;
  text-decoration: none;
}

.wcha-design-hero-actions a:hover,
.wcha-design-hero-actions .wcha-cta-button:hover,
.wcha-design-hero-actions .wcha-design-secondary-button:hover {
  border-color: rgba(147, 0, 14, 0.34);
  background: #ffffff;
  color: var(--wcha-accent);
}

.wcha-design-hero-image {
  width: min(760px, 100%);
  height: clamp(240px, 38vw, 430px);
  margin: clamp(30px, 5vw, 52px) 0 0;
  overflow: hidden;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: var(--wcha-soft);
}

.wcha-design-secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--wcha-ink);
  font-weight: 900;
  text-decoration: none;
}

.wcha-design-secondary-button:hover {
  border-color: rgba(147, 0, 14, 0.34);
  color: var(--wcha-accent);
}

.wcha-design-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wcha-design-flow li {
  position: relative;
  min-height: 136px;
  padding: 22px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: var(--wcha-soft);
}

.wcha-design-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 16px;
  height: 2px;
  background: var(--wcha-accent);
  transform: translateY(-50%);
}

.wcha-design-flow span,
.wcha-design-process span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--wcha-accent);
  font-size: 0.9rem;
  font-weight: 900;
}

.wcha-design-flow strong {
  display: block;
  color: var(--wcha-ink);
  font-size: 1.18rem;
  line-height: 1.2;
}

.wcha-design-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wcha-design-service-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 242, 0.92)),
    linear-gradient(90deg, rgba(20, 20, 20, 0.045) 1px, transparent 1px);
  background-size: auto, 22px 22px;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.04);
}

.wcha-design-card-mark {
  display: block;
  width: 40px;
  height: 5px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--wcha-accent);
}

.wcha-design-service-card h3,
.wcha-design-process h3 {
  margin: 0 0 12px;
  color: var(--wcha-ink);
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.22;
}

.wcha-design-service-card p,
.wcha-design-process p,
.wcha-design-studio p {
  margin: 0;
}

.wcha-design-viewport-placeholder {
  position: relative;
  display: flex;
  min-height: 380px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(147, 0, 14, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(147, 0, 14, 0.1), transparent 40%),
    linear-gradient(90deg, rgba(20, 20, 20, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(20, 20, 20, 0.055) 1px, transparent 1px),
    #f7f7f4;
  background-size: auto, 28px 28px, 28px 28px, auto;
}

.wcha-design-viewport-placeholder::before,
.wcha-design-viewport-placeholder::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 130px;
  border: 2px solid rgba(147, 0, 14, 0.26);
  transform: skewY(-12deg) rotate(-8deg);
}

.wcha-design-viewport-placeholder::after {
  width: 150px;
  height: 100px;
  border-color: rgba(49, 95, 74, 0.24);
  transform: translate(52px, 44px) skewY(-12deg) rotate(-8deg);
}

.wcha-design-viewport-placeholder span {
  position: relative;
  z-index: 2;
  padding: 10px 14px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--wcha-ink);
  font-weight: 900;
}

.wcha-design-structure-gallery {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 14px;
}

.wcha-design-structure-gallery img:first-child {
  grid-row: span 2;
  min-height: 380px;
}

.wcha-design-structure-gallery img {
  min-height: 183px;
}

.wcha-design-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wcha-design-process li {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: var(--wcha-card);
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.04);
}

.wcha-design-studio {
  padding: clamp(32px, 6vw, 64px);
  border-radius: 8px;
  background: #f8f8f5;
  border: 1px solid var(--wcha-line);
}

.wcha-design-studio h2 {
  max-width: 900px;
}

.wcha-design-studio p {
  max-width: 920px;
  color: var(--wcha-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.wcha-design-studio p + p {
  margin-top: 16px;
}

.wcha-design-studio-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.wcha-design-studio-gallery img {
  aspect-ratio: 1 / 1;
}

.wcha-timeline-section {
  position: relative;
}

.wcha-timeline {
  position: relative;
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
}

.wcha-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--wcha-line);
  transform: translateX(-50%);
}

.wcha-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  align-items: center;
}

.wcha-timeline-item:nth-child(odd) .wcha-timeline-card {
  grid-column: 1;
}

.wcha-timeline-item:nth-child(even) .wcha-timeline-card {
  grid-column: 3;
}

.wcha-timeline-marker {
  z-index: 2;
  grid-column: 2;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: var(--wcha-muted);
  box-shadow: 0 0 0 2px var(--wcha-line);
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.wcha-timeline-card {
  padding: 28px;
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: var(--wcha-card);
  box-shadow: var(--wcha-shadow);
  opacity: 0.72;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.wcha-timeline-item.is-active .wcha-timeline-card,
.wcha-timeline-item.is-visible .wcha-timeline-card {
  opacity: 1;
  transform: translateY(0);
}

.wcha-timeline-item.is-active .wcha-timeline-marker {
  background: var(--wcha-accent);
  box-shadow: 0 0 0 5px rgba(147, 0, 14, 0.14);
  transform: scale(1.12);
}

.wcha-timeline-date {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--wcha-accent);
  font-size: 0.92rem;
  font-weight: 900;
}

.wcha-timeline-card h3 {
  margin: 0 0 12px;
  color: var(--wcha-ink);
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.2;
}

.wcha-timeline-card p {
  margin: 0;
  font-size: 1rem;
}

.wcha-timeline-image {
  display: block;
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.wcha-faq-list {
  display: grid;
  gap: 10px;
}

.wcha-faq-item {
  border: 1px solid var(--wcha-line);
  border-radius: 8px;
  background: var(--wcha-card);
  overflow: hidden;
}

.wcha-faq-question {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--wcha-ink);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
}

.wcha-faq-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--wcha-soft);
  color: var(--wcha-accent);
  font-weight: 900;
}

.wcha-faq-answer {
  display: none;
  padding: 0 20px 20px;
}

.wcha-faq-answer p {
  margin: 0;
}

.wcha-faq-item.is-open .wcha-faq-answer {
  display: block;
}

.wcha-faq-item.is-open .wcha-faq-icon {
  background: var(--wcha-accent);
  color: #ffffff;
}

.wcha-cta {
  margin-top: clamp(48px, 7vw, 86px);
  padding: clamp(34px, 6vw, 68px);
  border-radius: 8px;
  background: var(--wcha-ink);
  color: #ffffff;
}

.wcha-cta h2,
.wcha-cta p {
  max-width: 820px;
  color: #ffffff;
}

.wcha-cta .wcha-kicker {
  color: #ffb6bd;
}

.wcha-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--wcha-accent);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.wcha-cta-button:hover {
  background: var(--wcha-accent-strong);
  color: #ffffff;
}

@media (max-width: 980px) {
  .wcha-pill-grid,
  .wcha-product-gallery,
  .wcha-process-grid,
  .wcha-info-card-grid,
  .wcha-info-block-grid,
  .wcha-design-studio-gallery,
  .wcha-design-service-grid,
  .wcha-design-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wcha-design-flow,
  .wcha-info-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wcha-design-flow li:not(:last-child)::after {
    display: none;
  }

  .wcha-intro-grid,
  .wcha-split-section,
  .wcha-info-tool {
    grid-template-columns: 1fr;
  }

  .wcha-split-section .wcha-section-heading {
    max-width: 760px;
  }

  .wcha-company-story-grid,
  .wcha-design-structure-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wcha-story-figure-1,
  .wcha-design-structure-gallery img:first-child {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .wcha-company {
    width: min(100% - 24px, 1180px);
    padding-top: 18px;
  }

  .wcha-hero {
    padding-top: 28px;
  }

  .wcha-pill-grid,
  .wcha-product-gallery,
  .wcha-sector-list,
  .wcha-process-grid,
  .wcha-info-card-grid,
  .wcha-info-block-grid,
  .wcha-info-related-grid,
  .wcha-design-studio-gallery,
  .wcha-design-flow,
  .wcha-design-service-grid,
  .wcha-design-process {
    grid-template-columns: 1fr;
  }

  .wcha-info-hero::after {
    width: 260px;
    height: 260px;
    opacity: 0.28;
  }

  .wcha-info-tool-button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .wcha-company-story-grid,
  .wcha-info-placeholder-grid,
  .wcha-info-work-placeholder,
  .wcha-info-image-grid,
  .wcha-info-work-gallery,
  .wcha-design-structure-gallery {
    grid-template-columns: 1fr;
  }

  .wcha-company-story-grid {
    grid-auto-rows: 220px;
  }

  .wcha-info-work-placeholder span:first-child,
  .wcha-info-work-gallery img:first-child,
  .wcha-design-structure-gallery img:first-child {
    grid-row: auto;
    min-height: 220px;
  }

  .wcha-design-hero-actions,
  .wcha-design-hero-actions a {
    width: 100%;
  }

  .wcha-design-viewport-placeholder {
    min-height: 300px;
  }

  .wcha-timeline {
    gap: 18px;
    padding-left: 28px;
  }

  .wcha-timeline::before {
    left: 9px;
  }

  .wcha-timeline-item {
    display: block;
  }

  .wcha-timeline-marker {
    position: absolute;
    top: 30px;
    left: -27px;
    width: 16px;
    height: 16px;
  }

  .wcha-timeline-card {
    padding: 22px;
  }

  .wcha-cta {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wcha-timeline-card,
  .wcha-timeline-marker {
    transition: none;
  }
}
