/* Concept 05: original GiKS blue and logo, clear technology and process design. */
:root {
  --radius: 16px;
}
::selection {
  background: #dce7ff;
  color: var(--navy);
}
body {
  background: #fff;
}
h1,
h2,
h3 {
  font-family: var(--sans);
  font-weight: 650;
}
h1 em,
h2 em {
  color: var(--blue);
}
.eyebrow {
  color: var(--blue);
  letter-spacing: 0.09em;
}
.button {
  background: var(--blue);
  border-color: var(--blue);
  border-radius: 9px;
  box-shadow: 0 5px 12px #4167b214;
}
.button:hover {
  background: var(--blue-hover);
  border-color: var(--blue-hover);
}
.button-secondary {
  background: white;
  border-color: var(--line);
  color: var(--navy);
  box-shadow: none;
}
.button-secondary:hover {
  color: white;
}
.icon-button,
.source-chip,
input,
select,
textarea {
  border-radius: 8px;
}
.preview-bar {
  background: #f3f6fb;
}
.brand {
  align-items: center;
  flex-shrink: 0;
  letter-spacing: 0;
}
.brand-logo {
  display: block;
  width: 139px;
  height: auto;
}
.brand-tagline {
  width: auto;
  margin-left: 14px;
  font-weight: 550;
}
.site-header {
  background: #ffffffed;
}
.desktop-nav > a {
  font-weight: 550;
}
.editorial-hero {
  padding-top: 48px;
  background: linear-gradient(130deg, #fff 35%, #f1f5fe 100%);
}
.editorial-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
}
.editorial-copy {
  min-width: 0;
}
.editorial-copy .eyebrow {
  margin-bottom: 27px;
  color: var(--blue);
  font-size: 11px;
}
.editorial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--blue-soft);
}
.editorial-copy h1 {
  font-size: clamp(52px, 5.15vw, 76px);
  font-weight: 660;
  line-height: 1.025;
  letter-spacing: -0.045em;
}
.editorial-copy h1 em {
  color: var(--blue);
}
.editorial-lead {
  font-weight: 550;
  color: var(--ink);
  font-size: 22px;
}
.editorial-description {
  max-width: 490px;
  font-size: 17px;
}
.editorial-copy .actions {
  gap: 15px 22px;
}
.editorial-foot {
  margin-top: 28px;
  padding-block: 25px;
  font-size: 14px;
}
.editorial-foot > span {
  color: var(--muted);
  max-width: 180px;
  font-size: 10px;
  line-height: 1.6;
}
.editorial-foot > div > span::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.problem-picker {
  border: 0;
  gap: 16px;
}
.problem-choice {
  margin: 0;
  padding: 24px 30px 23px 23px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.problem-choice > svg {
  right: 13px;
}
.problem-choice[aria-pressed="true"] {
  border-color: var(--blue);
  background: #f0f5ff;
  box-shadow: inset 0 3px var(--blue);
}
.problem-choice:hover {
  border-color: var(--blue);
}
.problem-choice strong {
  font-weight: 600;
}
.experience-outcome {
  padding: 19px;
  border-radius: 0 12px 12px 0;
  background: var(--pale);
}
.demo-stage {
  border-radius: 18px;
  background: #edf2fa;
  border-color: #dce4f0;
}
.experience-grid .demo-stage {
  box-shadow: 0 18px 40px -28px #23478055;
}
.demo-window {
  border-radius: 10px;
}
.mini-brand,
.answer-mark,
.process-number {
  font-family: var(--sans);
}
.answer-mark {
  color: #fff;
  background: var(--blue);
}
.demo-question {
  border-radius: 9px;
}
.work-photo img,
.field-photo img,
.person img,
.article-cover img {
  border-radius: 14px;
}
.work-photo figcaption,
.field-photo figcaption {
  font-size: 11px;
}
.method-steps article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: var(--blue-soft);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border: 0;
}
.journey-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 35px -30px #101f3b50;
}
.journey-number {
  color: var(--blue);
  font-weight: 650;
  font-size: 11px;
}
.journey-card h3 {
  font-size: 32px;
}
.expertise-note {
  background: #f7f9fd;
  border-top: 1px solid var(--line);
}
.editorial-cta,
.cta {
  background: var(--navy);
  color: white;
}
.editorial-cta h2,
.editorial-cta h2 em,
.cta h2 {
  color: white;
}
.editorial-cta .eyebrow,
.cta .eyebrow {
  color: #a9c7ff;
}
.editorial-cta p:not(.eyebrow),
.editorial-cta .button + span,
.cta p:not(.eyebrow),
.cta-note {
  color: #cad7ed;
}
.editorial-cta .button,
.cta .button {
  background: white;
  color: var(--blue-hover);
  border-color: white;
}
.editorial-cta .button:hover,
.cta .button:hover {
  background: #eaf0fb;
  border-color: #eaf0fb;
}
.cta {
  border: 0;
  border-radius: 20px;
}
.page-intro {
  background: linear-gradient(115deg, #fff 30%, #f3f6fc);
  border-bottom: 1px solid #edf1f8;
  margin-bottom: 34px;
}
.page-intro .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-intro .eyebrow::before {
  content: "";
  width: 21px;
  height: 3px;
  background: var(--blue);
  border-radius: 3px;
}
.roadmap-paper,
.system-diagram {
  border-color: var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 45px -28px #23478055;
}
.system-diagram,
.icon-tile {
  background: var(--blue-soft);
}
.portfolio-tools,
.solution-card,
.contact-form-card {
  border-radius: 14px;
}
.portfolio-tools input,
.portfolio-tools select {
  background: white;
  border-radius: 8px;
}
.solution-stage {
  border-radius: 5px;
}
.filters button[aria-pressed="true"] {
  background: var(--blue);
  border-color: var(--blue);
}
.case-card {
  box-shadow: 0 8px 22px -19px #23478055;
}
.article-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.article-card-image {
  border-radius: 13px 13px 0 0;
}
.article-card-copy {
  padding: 24px;
}
.article-card-featured {
  padding: 24px;
}
.article-card-featured .article-card-copy {
  padding: 0;
}
.article-card-featured .article-card-image {
  border-radius: 9px;
}
.site-footer {
  background: #101f3b;
  border-top: 1px solid #2c4064;
}
.footer-brand {
  margin-bottom: 24px;
}
@media (max-width: 1150px) {
  .editorial-hero-grid {
    gap: 30px;
  }
  .editorial-copy h1 {
    font-size: 60px;
  }
}
@media (max-width: 950px) {
  .editorial-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .editorial-copy {
    max-width: 650px;
    padding-bottom: 0;
  }
  .editorial-copy h1 {
    font-size: 68px;
  }
  .editorial-description {
    max-width: 580px;
  }
  .journey-card {
    padding: 25px;
  }
  .journey-card h3 {
    font-size: 27px;
  }
  .editorial-foot > div {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .brand-logo {
    width: 108px;
  }
  .editorial-hero {
    padding-top: 30px;
  }
  .editorial-hero-grid {
    display: grid;
    gap: 32px;
  }
  .editorial-copy {
    display: block;
    padding: 0;
  }
  .editorial-copy h1 {
    font-size: clamp(45px, 12.5vw, 66px);
  }
  .editorial-copy .eyebrow {
    font-size: 10px;
    letter-spacing: 0.055em;
    margin-bottom: 24px;
  }
  .editorial-lead {
    font-size: 20px;
  }
  .editorial-description {
    font-size: 16px;
  }
  .editorial-copy .actions {
    align-items: flex-start;
    gap: 10px;
  }
  .editorial-copy .button {
    min-height: 50px;
    font-size: 15px;
  }
  .editorial-copy .text-link {
    min-height: 44px;
    font-size: 15px;
  }
  .editorial-foot {
    margin-top: 26px;
    gap: 15px;
  }
  .editorial-foot > span {
    max-width: none;
    font-size: 9px;
  }
  .editorial-foot > div {
    gap: 10px;
    font-size: 14px;
  }
  .problem-picker {
    gap: 10px;
  }
  .problem-choice {
    padding: 19px 32px 19px 39px;
    border: 1px solid var(--line);
  }
  .problem-choice > span {
    left: 14px;
    top: 22px;
  }
  .problem-choice[aria-pressed="true"] {
    border-color: var(--blue);
    background: #f0f5ff;
    box-shadow: inset 3px 0 var(--blue);
  }
  .journey-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .journey-card {
    padding: 25px;
    gap: 22px;
  }
  .page-intro {
    margin-bottom: 24px;
  }
  .article-card-featured {
    padding: 0;
  }
  .article-card-featured .article-card-image {
    border-radius: 13px 13px 0 0;
  }
  .article-card-featured .article-card-copy {
    padding: 24px;
  }
}
@media print {
}
