/* Konsora Website V2 · 2026-08-07
   Brand Master aligned visual system and responsive refinements. */
:root {
  --v2-navy: #0d1b2a;
  --v2-navy-2: #13263a;
  --v2-copper: #b87333;
  --v2-copper-dark: #8f511f;
  --v2-warm-grey: #e6e2dc;
  --v2-off-white: #f7f7f5;
  --v2-ink: #17283a;
  --v2-muted: #526171;
  --v2-line: rgba(13, 27, 42, 0.14);
  --v2-shadow: 0 24px 70px rgba(13, 27, 42, 0.10);
  --v2-radius: 2px;
}

html {
  scroll-padding-top: 92px;
}

body.v2 {
  color: var(--v2-ink);
  background: var(--v2-off-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
}

body.v2 h1,
body.v2 h2,
body.v2 h3,
body.v2 .brand-title,
body.v2 .team-name,
body.v2 .faq-list summary,
body.v2 .practice-modal-head h2,
body.v2 .practice-modal-body h3,
body.v2 .modal-profile h2 {
  font-family: Inter, Arial, sans-serif;
  letter-spacing: -0.035em;
}

.site-header {
  height: 88px;
  padding-block: 14px;
  grid-template-columns: minmax(190px, 230px) auto minmax(220px, auto);
  gap: clamp(20px, 3vw, 44px);
  transition: background-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled,
.practice-header,
.article-header {
  background: rgba(247, 247, 245, 0.94);
  box-shadow: 0 1px 0 var(--v2-line), 0 12px 36px rgba(13, 27, 42, 0.05);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  position: fixed;
}

.brand {
  width: min(230px, 100%);
}

.brand img,
.footer-brand img,
.legal-brand img {
  width: 100%;
  height: auto;
  aspect-ratio: 600 / 145;
  object-fit: contain;
  mix-blend-mode: normal;
}

.desktop-nav {
  gap: clamp(20px, 2.4vw, 38px);
  font-size: 0.84rem;
}

.header-cta,
.practice-back {
  border: 1px solid rgba(13, 27, 42, 0.28);
  border-radius: 999px;
  padding: 10px 16px;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible,
.practice-back:hover,
.practice-back:focus-visible {
  color: #fff;
  background: var(--v2-navy);
  border-color: var(--v2-navy);
}

.hero.hero-v2 {
  min-height: min(860px, 100svh);
  padding-top: 126px;
}

.hero-v2 .hero-photo {
  object-position: 62% center;
}

.hero-v2 .hero-media::after {
  background:
    linear-gradient(90deg, #f7f7f5 0%, rgba(247, 247, 245, 0.99) 34%, rgba(247, 247, 245, 0.84) 50%, rgba(247, 247, 245, 0.08) 78%),
    linear-gradient(180deg, rgba(247, 247, 245, 0.15), rgba(13, 27, 42, 0.12));
}

.hero-v2 .hero-content {
  width: min(820px, 58vw);
}

.hero-promise {
  color: var(--v2-copper-dark);
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  font-style: italic;
}

.hero-v2 h1 {
  max-width: 820px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(3.25rem, 5.35vw, 6rem);
  font-weight: 540;
  line-height: 0.99;
}

.hero-v2 h1 em {
  color: var(--v2-copper-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-v2 .hero-lead {
  max-width: 680px;
  color: #314355;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 52px;
  color: #324456;
  font-size: 0.82rem;
  font-weight: 600;
}

.hero-proof span {
  position: relative;
  padding-left: 15px;
}

.hero-proof span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 5px;
  height: 5px;
  background: var(--v2-copper);
  transform: rotate(45deg);
}

.button {
  border-radius: var(--v2-radius);
}

.button-primary,
.form-button {
  color: #fff;
  background: var(--v2-navy);
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible,
.form-button:hover,
.form-button:focus-visible {
  color: #fff;
  background: #27415a;
}

.button-secondary {
  min-height: 58px;
  border: 1px solid rgba(13, 27, 42, 0.32);
  background: rgba(247, 247, 245, 0.64);
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #fff;
  border-color: var(--v2-navy);
}

.decision-moments {
  padding: 104px 0 116px;
}

.decision-header {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: clamp(42px, 8vw, 132px);
  align-items: end;
  margin-bottom: 56px;
}

.decision-header h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 4.6rem);
  font-weight: 520;
  line-height: 1.04;
}

.decision-header > p {
  color: var(--v2-muted);
  margin: 0 0 8px;
  line-height: 1.8;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--v2-line);
  border-left: 1px solid var(--v2-line);
}

.decision-card {
  min-height: 310px;
  padding: 30px;
  border-right: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  background: rgba(255, 255, 255, 0.48);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.decision-card:hover {
  position: relative;
  z-index: 2;
  transform: translateY(-4px);
  background: #fff;
  box-shadow: var(--v2-shadow);
}

.decision-card .decision-number {
  color: var(--v2-copper-dark);
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
}

.decision-card h3 {
  margin: 64px 0 18px;
  font-size: clamp(1.25rem, 1.6vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
}

.decision-card p {
  color: var(--v2-muted);
  margin: 0;
}

.intro-v2 {
  padding-top: 110px;
}

.intro-v2 .intro-grid h2 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 520;
}

.credibility-bar strong {
  color: var(--v2-copper-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(2.2rem, 3vw, 3.15rem);
  font-weight: 550;
}

.services-v2 .section-heading h2,
.approach-v2 .section-heading h2,
.insights .section-heading h2,
.about-copy h2,
.contact-copy h2,
.faq h2 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 520;
}

.brand-grid {
  gap: 14px;
  border: 0;
}

.brand-card {
  min-height: 410px;
  padding: 38px;
  border: 1px solid var(--v2-line);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: none !important;
}

.brand-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--v2-copper);
}

.brand-card.global::before { background: #9b7d51; }
.brand-card.technical::before { background: #5c7083; }
.brand-card.academy::before { background: #47645c; }

.brand-card:hover,
.brand-card:focus-visible {
  background: #fff;
  box-shadow: var(--v2-shadow) !important;
}

.brand-parent {
  margin-top: 44px;
}

.brand-title {
  font-weight: 600;
}

.practice-link {
  color: var(--v2-copper-dark);
  font-size: 0.5rem;
}

.sectors-v2 {
  position: relative;
  overflow: hidden;
}

.sectors-v2::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 35%;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(184, 115, 51, 0.24);
  transform: rotate(45deg);
  pointer-events: none;
}

.sectors-v2 .sectors-inner {
  position: relative;
  z-index: 1;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(58px, 8vw, 120px);
}

.sectors-v2 .sectors-copy {
  position: static;
}

.sectors-v2 h2 {
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(2.4rem, 4.2vw, 4.7rem);
  font-weight: 520;
}

.sector-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.sector-tile {
  min-height: 178px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 180ms ease;
}

.sector-tile:hover,
.sector-tile:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.sector-tile span {
  color: #e2aa72;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.sector-tile strong {
  max-width: 190px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 560;
  line-height: 1.25;
}

.sector-tile i {
  color: #e2aa72;
  font-style: normal;
  align-self: flex-end;
}

.approach-grid {
  gap: 14px;
  border: 0;
  background: transparent;
}

.approach-grid article {
  min-height: 270px;
  border: 1px solid var(--v2-line);
  background: #fff;
}

.approach-grid h3 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
}

.workshop-feature {
  border-top: 1px solid var(--v2-line);
}

.workshop-copy h2 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 520;
}

.workshop-visual img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  box-shadow: var(--v2-shadow);
}

.coming-soon {
  border-color: rgba(143, 81, 31, 0.45);
  border-radius: 999px;
}

.insight-grid article {
  border-top: 3px solid var(--v2-copper);
}

.insight-grid h3 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
}

.about {
  background: #ebe7e1;
}

.team-card {
  border: 0;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 35px rgba(13, 27, 42, 0.06);
}

.team-name,
.team-card h3 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
}

.faq-list summary {
  font-weight: 560;
}

.contact-form {
  border-top: 4px solid var(--v2-copper);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.form-status {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--v2-copper);
  background: #f3f6f8;
  color: var(--v2-ink);
  font-size: 0.86rem;
}

.form-status.is-success {
  border-left-color: #2e6b4f;
  background: #edf7f1;
}

.form-status a {
  text-decoration: underline;
}

.site-footer {
  padding-top: 62px;
}

.footer-brand {
  filter: none;
  opacity: 1;
  width: min(240px, 100%);
  padding: 0;
  background: transparent;
}

.footer-brand img {
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
}

.footer-identity {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.footer-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.footer-linkedin:hover,
.footer-linkedin:focus-visible {
  color: #fff;
}

.footer-linkedin svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* The V2 visual system also upgrades all practice, sector and article pages. */
.practice-hero,
.article-hero {
  background:
    linear-gradient(135deg, rgba(184, 115, 51, 0.07), transparent 34%),
    var(--v2-navy);
}

.practice-hero h1,
.article-hero h1,
.practice-overview h2,
.practice-services h2,
.practice-deliverables h2,
.practice-process h2,
.sector-needs h2,
.article-body h2,
.article-body h3 {
  font-family: Inter, Arial, sans-serif;
}

.practice-hero h1,
.article-hero h1 {
  font-weight: 540;
}

.practice-service-grid,
.process-grid,
.practice-other-grid,
.sector-need-list {
  gap: 12px;
}

.practice-service-grid article,
.process-grid article,
.practice-other-grid a,
.sector-need-list article {
  border: 1px solid var(--v2-line);
  background: #fff;
}

.practice-cta {
  background: #e9e5de;
}

.practice-cta h2 {
  font-family: Inter, Arial, sans-serif;
}

.article-callout,
.article-checklist,
.article-cta {
  border-radius: var(--v2-radius);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 200px 1fr auto;
  }

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

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

@media (max-width: 900px) {
  .site-header {
    height: 78px;
    grid-template-columns: minmax(190px, 220px) auto;
  }

  .site-header.is-scrolled {
    position: fixed;
  }

  .hero.hero-v2 {
    min-height: 860px;
    padding-top: 108px;
  }

  .hero-v2 .hero-photo {
    object-position: 66% center;
    height: 54%;
  }

  .hero-v2 .hero-content {
    width: 100%;
  }

  .decision-header,
  .sectors-v2 .sectors-inner {
    grid-template-columns: 1fr;
  }

  .brand-grid {
    gap: 12px;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-header {
    padding-inline: 18px;
  }

  .brand {
    width: 200px;
  }

  .hero.hero-v2 {
    min-height: 820px;
  }

  .hero-v2 h1 {
    font-size: clamp(2.7rem, 12.6vw, 4.3rem);
  }

  .hero-v2 .hero-actions {
    width: 100%;
  }

  .hero-proof {
    margin-top: 34px;
    font-size: 0.76rem;
  }

  .decision-moments {
    padding: 78px 0 86px;
  }

  .decision-grid,
  .sector-index {
    grid-template-columns: 1fr;
  }

  .decision-card {
    min-height: 235px;
  }

  .decision-card h3 {
    margin-top: 44px;
  }

  .brand-card {
    padding: 30px 26px;
  }

  .sector-tile {
    min-height: 126px;
  }

  .footer-brand {
    width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .decision-card,
  .brand-card,
  .sector-tile {
    transition: none;
  }
}
