/* =========================================================
   WIZZIOSOFT SOLUTIONS — ABOUT PAGE
   ========================================================= */

.about-page-body {
  background: var(--paper);
}
.desktop-nav .active-link {
  color: var(--blue);
}
.desktop-nav .active-link::after {
  transform: scaleX(1);
}

/* HERO */
.about-hero {
  position: relative;
  min-height: 100svh;
  padding: 165px 0 55px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 42%, rgba(37,171,225,.15), transparent 30%),
    linear-gradient(180deg,#fcfdff,#f0f5ff);
}
.about-grid-bg,
.founder-grid-bg,
.statement-grid-bg,
.expertise-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(40,56,144,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(40,56,144,.05) 1px,transparent 1px);
  background-size: 64px 64px;
  opacity: .42;
  mask-image: linear-gradient(to bottom,transparent,black 18%,black 80%,transparent);
}
.about-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.about-glow.glow-one {
  width: 680px;
  height: 680px;
  right: -230px;
  top: -30px;
  background: radial-gradient(circle,rgba(37,171,225,.21),transparent 68%);
}
.about-glow.glow-two {
  width: 620px;
  height: 620px;
  left: -350px;
  bottom: -330px;
  background: radial-gradient(circle,rgba(91,84,218,.12),transparent 68%);
}
.about-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(560px,1.1fr);
  align-items: center;
  gap: 50px;
}
.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.page-breadcrumb strong { color: var(--blue); }
.page-breadcrumb a:hover { color: var(--cyan); }
.about-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.about-label i {
  padding: 6px 9px;
  color: var(--navy);
  background: var(--sky);
  border-radius: 999px;
  font-style: normal;
  letter-spacing: .08em;
}
.about-hero-title {
  margin: 0;
  font: 700 clamp(70px,7.1vw,120px)/.9 "Manrope",sans-serif;
  letter-spacing: -.07em;
}
.about-hero-title em {
  color: var(--cyan);
  font-style: normal;
  font-weight: 500;
}
.about-hero-description {
  max-width: 690px;
  margin: 38px 0 0;
  color: var(--text);
  font-size: clamp(18px,1.5vw,21px);
}
.about-hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 38px;
}

/* HERO VISUAL */
.about-hero-visual {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  perspective: 1300px;
}
.studio-panel {
  position: relative;
  z-index: 3;
  width: min(92%,690px);
  min-height: 575px;
  overflow: hidden;
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(18,26,85,.1);
  border-radius: 28px;
  box-shadow: 0 45px 100px rgba(25,42,118,.18);
  backdrop-filter: blur(16px);
  transform: rotateY(-4deg) rotateX(2deg);
}
.studio-panel-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 52px;
  padding: 0 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 8px;
  letter-spacing: .1em;
}
.studio-panel-top > div { display: flex; gap: 5px; }
.studio-panel-top i {
  width: 6px;
  height: 6px;
  background: #d5dbea;
  border-radius: 50%;
}
.studio-panel-top b {
  justify-self: end;
  color: #17986b;
  font-size: 7px;
  letter-spacing: .12em;
}
.studio-panel-body {
  display: grid;
  grid-template-columns: 70px 1fr;
  min-height: 523px;
}
.studio-panel-body aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 24px 0;
  background: #f2f5fd;
  border-right: 1px solid var(--line);
}
.studio-panel-body aside img {
  width: 36px;
  height: 28px;
  object-fit: contain;
}
.studio-panel-body aside i {
  width: 22px;
  height: 3px;
  background: #cad2e7;
  border-radius: 3px;
}
.studio-panel-body aside .selected {
  width: 31px;
  height: 31px;
  background: var(--navy);
  border-radius: 8px;
}
.studio-dashboard {
  padding: 30px;
  background:
    radial-gradient(circle at 90% 15%,rgba(37,171,225,.14),transparent 25%),
    linear-gradient(145deg,#fbfcff,#f0f4ff);
}
.studio-dashboard-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.studio-dashboard-head small {
  color: var(--blue);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}
.studio-dashboard-head h3 {
  margin: 15px 0 0;
  font: 650 clamp(38px,3.5vw,56px)/.95 "Manrope";
  letter-spacing: -.06em;
}
.studio-dashboard-head > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: white;
  background: var(--navy);
  border-radius: 50%;
  font: 800 18px "Manrope";
}
.studio-service-map {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-top: 42px;
}
.studio-service-map article {
  display: grid;
  min-height: 112px;
  padding: 17px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.studio-service-map i {
  color: var(--cyan);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}
.studio-service-map strong {
  margin-top: 15px;
  color: var(--navy);
  font: 650 15px "Manrope";
}
.studio-service-map span {
  color: var(--muted);
  font-size: 8px;
}
.studio-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-top: 30px;
  padding: 15px 17px;
  color: #59617f;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
}
.studio-flow i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg,var(--blue),var(--cyan));
}
.studio-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(40,56,144,.14);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.studio-orbit.orbit-large { width: 650px; height: 650px; }
.studio-orbit.orbit-mid { width: 505px; height: 505px; border-style: dashed; }
.studio-orbit.orbit-wide {
  width: 760px;
  height: 340px;
  border-color: rgba(37,171,225,.18);
  transform: translate(-50%,-50%) rotate(-17deg);
}
.studio-orbit::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 8%;
  width: 9px;
  height: 9px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(37,171,225,.12);
}
.about-float {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  background: rgba(255,255,255,.93);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(25,42,118,.13);
  backdrop-filter: blur(14px);
}
.about-float strong {
  color: var(--cyan);
  font: 700 19px "Manrope";
}
.about-float span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.float-one { left: -2%; bottom: 12%; }
.float-two { right: -2%; top: 14%; }
.float-three { right: 2%; bottom: 7%; }
.about-hero-foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 28px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.about-hero-foot p { margin: 0; }
.about-hero-foot > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-hero-foot i {
  width: 4px;
  height: 4px;
  background: var(--cyan);
  border-radius: 50%;
}

/* INTRO */
.about-intro { background: white; }
.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(360px,.72fr);
  gap: 95px;
}
.about-intro-side {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.about-support-copy {
  color: var(--text);
  font-size: 15px;
}
.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 100px;
  border-top: 1px solid var(--line);
}
.about-stat-grid article {
  min-height: 275px;
  padding: 35px;
  border-right: 1px solid var(--line);
}
.about-stat-grid article:first-child { border-left: 1px solid var(--line); }
.about-stat-grid article > span {
  display: block;
  color: var(--cyan);
  font: 650 clamp(45px,4vw,64px)/1 "Manrope";
  letter-spacing: -.06em;
}
.about-stat-grid strong {
  display: block;
  margin: 55px 0 12px;
  color: var(--navy);
  font: 650 20px/1.2 "Manrope";
  letter-spacing: -.035em;
}
.about-stat-grid p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
}

/* FOUNDER */
.founder-section {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 4% 50%,rgba(37,171,225,.18),transparent 30%),
    var(--navy);
}
.founder-grid-bg {
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
}
.founder-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 100px;
}
.founder-visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}
.founder-card {
  position: relative;
  z-index: 3;
  width: min(88%,520px);
  min-height: 575px;
  padding: 27px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 15%,rgba(37,171,225,.35),transparent 30%),
    linear-gradient(145deg,#f7faff,#dce6ff);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 28px;
  box-shadow: 0 45px 90px rgba(3,9,40,.28);
  color: var(--navy);
}
.founder-card-top,
.founder-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.founder-card-top {
  color: #59617f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}
.founder-card-top i {
  color: var(--blue);
  font-style: normal;
}
.founder-monogram {
  position: relative;
  display: grid;
  place-items: center;
  height: 420px;
}
.founder-rings {
  position: absolute;
  inset: 35px;
}
.founder-rings i {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(40,56,144,.22);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.founder-rings i:nth-child(1) { width: 330px; height: 330px; }
.founder-rings i:nth-child(2) { width: 245px; height: 245px; border-style: dashed; border-color: rgba(37,171,225,.7); }
.founder-rings i:nth-child(3) { width: 150px; height: 150px; }
.founder-monogram img {
  position: relative;
  z-index: 2;
  width: clamp(112px,13vw,165px);
  height: auto;
  object-fit: contain;
}
.founder-card-bottom strong,
.founder-card-bottom span {
  display: block;
}
.founder-card-bottom strong {
  font: 650 28px "Manrope";
  letter-spacing: -.045em;
}
.founder-card-bottom span {
  color: var(--text);
  font-size: 10px;
}
.founder-card-bottom > b {
  color: var(--blue);
  font-size: 7px;
  letter-spacing: .12em;
}
.founder-skill {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  color: var(--navy);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(2,8,40,.18);
  font-size: 9px;
  font-weight: 700;
  backdrop-filter: blur(14px);
}
.founder-skill i {
  width: 7px;
  height: 7px;
  background: var(--cyan);
  border-radius: 50%;
}
.skill-one { left: 0; top: 17%; }
.skill-two { right: 0; top: 29%; }
.skill-three { left: -2%; bottom: 22%; }
.skill-four { right: 1%; bottom: 13%; }

.founder-copy > p {
  color: rgba(255,255,255,.67);
}
.founder-lead {
  max-width: 680px;
  margin: 38px 0 0;
  font-size: 21px;
}
.founder-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 34px 0 42px;
  padding-top: 30px;
  border-top: 1px solid var(--line-light);
}
.founder-story p {
  margin: 0;
  color: rgba(255,255,255,.57);
  font-size: 14px;
}

/* PRINCIPLES */
.principles-section { background: white; }
.principles-layout {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 115px;
}
.principles-sticky {
  position: sticky;
  top: 125px;
  align-self: start;
}
.principles-sticky > p {
  max-width: 480px;
  margin: 35px 0 0;
  color: var(--text);
}
.principles-list {
  border-top: 1px solid var(--line);
}
.principles-list article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 25px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}
.principles-list article > span {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 800;
}
.principles-list small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}
.principles-list h3 {
  margin: 12px 0;
  font: 600 clamp(29px,3vw,43px)/1.06 "Manrope";
  letter-spacing: -.045em;
}
.principles-list p {
  max-width: 620px;
  margin: 0;
  color: var(--text);
}

/* WORKING MODEL */
.working-model { background: var(--paper); }
.working-model-head,
.journey-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 70px;
  margin-bottom: 70px;
}
.working-model-head > p,
.journey-head > p {
  max-width: 440px;
  color: var(--text);
}
.model-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr .88fr;
  gap: 17px;
}
.model-card {
  position: relative;
  min-height: 520px;
  padding: 29px;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
}
.model-primary {
  color: white;
  background:
    radial-gradient(circle at 90% 10%,rgba(37,171,225,.35),transparent 30%),
    var(--navy);
}
.model-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}
.model-primary .model-top { color: rgba(255,255,255,.5); }
.model-top i {
  color: var(--cyan);
  font-style: normal;
}
.model-card h3 {
  margin: 48px 0 18px;
  font: 600 clamp(27px,2.5vw,38px)/1.07 "Manrope";
  letter-spacing: -.045em;
}
.model-card > p {
  color: var(--text);
  font-size: 14px;
}
.model-primary > p { color: rgba(255,255,255,.58); }
.model-diagram {
  position: relative;
  min-height: 230px;
  margin-top: 35px;
}
.core-node {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 85px;
  height: 85px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.core-node img {
  width: 48px;
  height: 32px;
  object-fit: contain;
}
.core-node span { display: none; }
.core-lines {
  position: absolute;
  inset: 0;
}
.core-lines i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 39%;
  height: 1px;
  background: rgba(255,255,255,.25);
  transform-origin: left;
}
.core-lines i:nth-child(1) { transform: rotate(-160deg); }
.core-lines i:nth-child(2) { transform: rotate(-20deg); }
.core-lines i:nth-child(3) { transform: rotate(20deg); }
.core-lines i:nth-child(4) { transform: rotate(160deg); }
.node-label {
  position: absolute;
  padding: 8px 11px;
  color: white;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
}
.label-one { left: 2%; top: 13%; }
.label-two { right: 2%; top: 13%; }
.label-three { right: 0; bottom: 12%; }
.label-four { left: 2%; bottom: 12%; }
.specialist-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 60px;
}
.specialist-cloud span {
  flex: 1 1 100px;
  display: grid;
  place-items: center;
  min-height: 65px;
  color: #59617f;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 9px;
  font-weight: 700;
}
.partnership-flow {
  display: grid;
  gap: 12px;
  margin-top: 50px;
  padding: 25px;
  color: #59617f;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 15px;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}
.partnership-flow i {
  color: var(--cyan);
  font: 400 22px "Manrope";
}
.partnership-flow strong {
  padding: 13px;
  color: white;
  background: var(--navy);
  border-radius: 999px;
  font-size: 8px;
}

/* EXPERTISE */
.expertise-section {
  position: relative;
  overflow: hidden;
  color: white;
  background: linear-gradient(145deg,#1b246c,#11193c);
}
.expertise-bg {
  opacity: .4;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
}
.expertise-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 115px;
}
.expertise-copy {
  position: sticky;
  top: 125px;
  align-self: start;
}
.expertise-copy > p {
  max-width: 500px;
  margin: 38px 0;
  color: rgba(255,255,255,.62);
  font-size: 18px;
}
.expertise-map {
  border-top: 1px solid var(--line-light);
}
.expertise-item {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line-light);
  transition: padding .35s var(--ease), color .35s;
}
.expertise-item:hover {
  padding-left: 12px;
}
.expertise-item > span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 800;
}
.expertise-item h3 {
  margin: 0 0 6px;
  font: 600 clamp(25px,2.5vw,37px)/1.05 "Manrope";
  letter-spacing: -.045em;
}
.expertise-item p {
  margin: 0;
  color: rgba(255,255,255,.52);
  font-size: 12px;
}
.expertise-item > i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  transition: .35s;
}
.expertise-item:hover > i {
  color: var(--navy);
  background: var(--cyan);
  border-color: var(--cyan);
  transform: rotate(45deg);
}

/* JOURNEY */
.journey-section { background: white; }
.journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  margin-top: 90px;
}
.journey-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  height: 1px;
  background: var(--line);
}
.journey-line span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg,var(--blue),var(--cyan));
}
.journey-step {
  position: relative;
  padding: 0 35px 0 0;
}
.journey-step > span {
  display: block;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}
.journey-dot {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  margin: 35px 0 45px;
  background: white;
  border: 3px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 7px white;
}
.journey-step small {
  color: var(--cyan);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.journey-step h3 {
  margin: 14px 0;
  font: 600 27px/1.08 "Manrope";
  letter-spacing: -.045em;
}
.journey-step p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
}

/* STATEMENT */
.about-statement {
  position: relative;
  overflow: hidden;
  color: var(--navy);
  background:
    radial-gradient(circle at 50% 110%,rgba(37,171,225,.18),transparent 42%),
    linear-gradient(145deg,#fbfcff,#eef4ff);
}
.statement-grid-bg {
  opacity: .45;
  background-image:
    linear-gradient(rgba(40,56,144,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(40,56,144,.06) 1px,transparent 1px);
}
.statement-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.statement-mark {
  width: 100px;
  height: 65px;
  margin: 0 auto 35px;
  object-fit: contain;
}
.statement-inner .eyebrow {
  justify-content: center;
  color: var(--blue);
}
.statement-inner blockquote {
  max-width: 1250px;
  margin: 38px auto 50px;
  font: 500 clamp(43px,5.6vw,82px)/1.08 "Manrope";
  letter-spacing: -.055em;
}
.statement-inner blockquote em {
  color: var(--cyan);
  font-style: normal;
  font-weight: 500;
}
.statement-signoff {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.statement-signoff i {
  width: 28px;
  height: 1px;
  background: var(--cyan);
}
.about-contact {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .about-hero-layout {
    grid-template-columns: .87fr 1.13fr;
    gap: 25px;
  }
  .about-hero-title {
    font-size: clamp(64px,6.8vw,95px);
  }
  .founder-layout,
  .principles-layout,
  .expertise-layout {
    gap: 70px;
  }
  .model-grid {
    grid-template-columns: 1fr 1fr;
  }
  .model-primary {
    grid-row: span 2;
  }
}
@media (max-width: 960px) {
  .about-hero {
    min-height: auto;
    padding-top: 145px;
  }
  .about-hero-layout {
    grid-template-columns: 1fr;
  }
  .about-hero-copy {
    max-width: 840px;
  }
  .about-hero-visual {
    width: min(100%,760px);
    min-height: 650px;
    margin: 15px auto 0;
  }
  .about-intro-grid,
  .founder-layout,
  .principles-layout,
  .expertise-layout {
    grid-template-columns: 1fr;
  }
  .founder-visual {
    width: min(100%,720px);
    margin: auto;
  }
  .principles-sticky,
  .expertise-copy {
    position: relative;
    top: auto;
  }
  .working-model-head,
  .journey-head {
    align-items: start;
    flex-direction: column;
  }
  .journey-track {
    grid-template-columns: 1fr 1fr;
    gap: 55px 20px;
  }
  .journey-line {
    display: none;
  }
}
@media (max-width: 680px) {
  .about-hero {
    padding-top: 126px;
    padding-bottom: 35px;
  }
  .about-hero-title {
    font-size: clamp(55px,15.6vw,74px);
  }
  .about-hero-description {
    margin-top: 28px;
    font-size: 17px;
  }
  .about-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .about-hero-visual {
    min-height: 485px;
    margin-top: 40px;
  }
  .studio-panel {
    width: 100%;
    min-height: 455px;
    border-radius: 20px;
    transform: none;
  }
  .studio-panel-body {
    grid-template-columns: 46px 1fr;
    min-height: 403px;
  }
  .studio-panel-body aside {
    gap: 17px;
  }
  .studio-panel-body aside img {
    width: 27px;
  }
  .studio-dashboard {
    padding: 17px;
  }
  .studio-dashboard-head h3 {
    font-size: 35px;
  }
  .studio-dashboard-head > span {
    width: 42px;
    height: 42px;
  }
  .studio-service-map {
    margin-top: 25px;
  }
  .studio-service-map article {
    min-height: 90px;
    padding: 12px;
  }
  .studio-service-map strong {
    font-size: 12px;
  }
  .studio-flow {
    margin-top: 18px;
    padding: 12px;
  }
  .studio-orbit {
    display: none;
  }
  .about-float {
    padding: 9px 11px;
  }
  .about-float strong {
    font-size: 15px;
  }
  .float-one {
    left: -6px;
    bottom: 1%;
  }
  .float-two {
    right: -6px;
    top: 5%;
  }
  .float-three {
    display: none;
  }
  .about-hero-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .about-stat-grid {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .about-stat-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .about-stat-grid article:first-child {
    border-left: 0;
  }
  .about-stat-grid strong {
    margin-top: 30px;
  }
  .founder-visual {
    min-height: 520px;
  }
  .founder-card {
    width: 100%;
    min-height: 465px;
    padding: 20px;
  }
  .founder-monogram {
    height: 320px;
  }
  .founder-rings i:nth-child(1) {
    width: 245px;
    height: 245px;
  }
  .founder-rings i:nth-child(2) {
    width: 180px;
    height: 180px;
  }
  .founder-rings i:nth-child(3) {
    width: 110px;
    height: 110px;
  }
  .founder-skill {
    padding: 9px 11px;
  }
  .skill-one { left: -7px; top: 12%; }
  .skill-two { right: -7px; top: 25%; }
  .skill-three { left: -7px; bottom: 13%; }
  .skill-four { right: -7px; bottom: 7%; }
  .founder-story {
    grid-template-columns: 1fr;
  }
  .principles-list article {
    grid-template-columns: 42px 1fr;
  }
  .model-grid {
    grid-template-columns: 1fr;
  }
  .model-primary {
    grid-row: auto;
  }
  .model-card {
    min-height: 470px;
  }
  .expertise-item {
    grid-template-columns: 38px 1fr auto;
  }
  .journey-track {
    grid-template-columns: 1fr;
  }
  .journey-step {
    padding-right: 0;
  }
  .journey-dot {
    margin-bottom: 25px;
  }
}
