body.about-page{
  color:var(--ink);
  background:
    radial-gradient(760px 460px at 82% 0%, #e5eeff 0%, rgba(229,238,255,0) 66%),
    linear-gradient(180deg,#fff 0%,var(--bg) 100%);
  overflow-x:clip;
}

.about-page main{
  padding-bottom:64px;
}

.about-hero{
  position:relative;
  isolation:isolate;
  padding:62px 0 58px;
}

.about-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  right:-140px;
  top:0;
  width:520px;
  height:360px;
  border-radius:999px;
  background:radial-gradient(closest-side,rgba(40,104,232,.12),rgba(40,104,232,0));
  filter:blur(12px);
  pointer-events:none;
}

@media (max-width:1180px){
  .about-hero::before{
    right:-90px;
    width:min(460px,78vw);
  }
}

.about-eyebrow,
.about-kicker{
  color:var(--blue-2);
  font-family:var(--mono);
  font-size:12px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.about-eyebrow{
  display:inline-flex;
  margin-bottom:28px;
}

.about-hero h1{
  margin:0;
  font-family:var(--serif);
  font-weight:820;
  letter-spacing:0;
  line-height:.98;
}

/* Sekční nadpisy drží styl landing page: serif v základní váze. */
.about-section h2,
.about-cta h2{
  margin:0;
  font-family:var(--serif);
  font-weight:400;
  letter-spacing:0;
  line-height:1;
}

.about-hero h1{
  max-width:980px;
  font-size:clamp(62px,7.6vw,108px);
}

.about-hero h1 em,
.about-text-accent{
  color:var(--blue);
  font-style:italic;
}

.about-lead{
  max-width:900px;
  margin:28px 0 0;
  color:#33405d;
  font-size:21px;
  line-height:1.6;
}

.about-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}

.about-intro{
  margin-top:38px;
  padding-top:30px;
  border-top:1px solid var(--line);
  display:grid;
  color:#46536d;
  font-size:17px;
  line-height:1.6;
}

.about-intro p{
  margin:0;
  padding:15px 0;
  border-bottom:1px solid var(--line-soft);
}

.about-intro p:first-child{
  padding-top:0;
}

.about-intro p:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.about-section{
  padding:58px 0;
}

.about-section-header{
  max-width:720px;
  margin-bottom:30px;
}

.about-section h2,
.about-cta h2{
  font-size:clamp(42px,5vw,66px);
}

.about-section h2 em{
  color:var(--blue);
  font-style:italic;
}

/* Kontaktní sekce přebíraná ze služeb drží na O mně lehčí landing řez. */
.about-page .service-final-copy h2{
  font-weight:400;
  font-size:clamp(42px,5vw,66px);
  line-height:1;
}

.about-page .service-final-copy h2 em{
  color:var(--blue);
  font-style:italic;
}

.about-principles{
  display:grid;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.about-principle{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:28px;
  padding:28px 0;
  border-bottom:1px solid var(--line-soft);
}

.about-principle:last-child{
  border-bottom:0;
}

.about-number{
  color:var(--blue-2);
  font-family:var(--mono);
  font-size:13px;
  font-weight:700;
}

.about-principle h3{
  margin:0 0 9px;
  font-size:24px;
  line-height:1.15;
  letter-spacing:0;
}

.about-principle p{
  margin:0;
  color:#566176;
  line-height:1.62;
}

.about-deliverables,
.about-workflow,
.about-company,
.about-cta{
  border:1px solid rgba(40,104,232,.12);
  border-radius:22px;
  background:rgba(255,255,255,.86);
  box-shadow:var(--shadow);
}

.about-deliverables{
  margin-top:34px;
  padding:26px;
}

.about-deliverables h3,
.about-workflow h3{
  margin:0 0 18px;
  font-size:25px;
  letter-spacing:0;
}

.about-deliverable-list,
.about-workflow-lines,
.about-stack{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}

.about-deliverable-list li{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:20px;
  padding:16px 0;
  border-top:1px solid var(--line-soft);
  color:#566176;
  line-height:1.55;
}

.about-deliverable-list strong,
.about-stack strong{
  color:var(--ink);
  font-weight:760;
}

.about-why{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.48fr);
  gap:34px;
  align-items:start;
}

.about-copy{
  display:grid;
  gap:18px;
  color:#46536d;
  font-size:18px;
  line-height:1.65;
}

.about-copy p{
  margin:0;
}

.about-workflow{
  padding:24px;
  background:#fff;
}

.about-workflow h3{
  color:#8791a7;
  font-family:var(--mono);
  font-size:12px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.about-workflow-lines{
  gap:12px;
}

.about-workflow-lines li{
  display:grid;
  grid-template-columns:32px 1fr;
  gap:12px;
  color:#46536d;
  line-height:1.45;
}

.about-workflow-lines span{
  color:var(--blue-2);
  font-family:var(--mono);
  font-size:12px;
  font-weight:700;
}

.about-workflow-note{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--line-soft);
  color:#748098;
  font-size:14px;
  line-height:1.55;
}

.about-company{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.48fr);
  gap:28px;
  padding:26px;
}

.about-company p{
  margin:0 0 10px;
  color:#566176;
  line-height:1.55;
}

.about-stack{
  gap:8px;
}

.about-stack li{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  color:#566176;
  font-size:14px;
}

.about-stack strong{
  min-width:72px;
}

.about-pill{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  border-radius:999px;
  background:var(--blue-soft);
  color:var(--blue-2);
  font-size:12px;
  font-weight:700;
}

.about-cta{
  padding:34px;
  background:#fff;
}

.about-cta p{
  max-width:720px;
  margin:18px 0 0;
  color:#46536d;
  font-size:18px;
  line-height:1.6;
}

body.about-page.js-ready [data-s]{
  opacity:0;
  transform:translateY(24px);
  filter:blur(7px);
  transition:opacity .66s ease, transform .66s cubic-bezier(.16,1,.3,1), filter .66s ease;
  will-change:opacity,transform,filter;
}

body.about-page.js-ready [data-s="left"]{transform:translateX(-28px)}
body.about-page.js-ready [data-s="right"]{transform:translateX(28px)}
body.about-page.js-ready [data-s="scale"]{transform:scale(.985)}

body.about-page.js-ready [data-s].show,
body.about-page.js-ready [data-s="left"].show,
body.about-page.js-ready [data-s="right"].show,
body.about-page.js-ready [data-s="scale"].show{
  opacity:1;
  transform:none;
  filter:none;
}

@media (max-width:820px){
  .about-hero{
    padding-top:42px;
  }

  .about-hero::before{
    display:none;
  }

  .about-hero h1{
    font-size:clamp(44px,12vw,54px);
    line-height:1.02;
    overflow-wrap:break-word;
  }

  .about-hero h1 em{
    display:block;
  }

  .about-lead{
    font-size:18px;
  }

  .about-principle,
  .about-deliverable-list li,
  .about-why,
  .about-company{
    grid-template-columns:1fr;
  }

  .about-deliverable-list li,
  .about-principle{
    gap:10px;
  }

  .about-deliverables,
  .about-workflow,
  .about-company,
  .about-cta{
    padding:22px;
    border-radius:20px;
  }

  .about-section{
    padding:46px 0;
  }

  .about-actions .btn{
    width:100%;
  }

  body.about-page.js-ready [data-s="left"],
  body.about-page.js-ready [data-s="right"]{
    transform:translateY(24px);
  }
}

@media (prefers-reduced-motion:reduce){
  body.about-page.js-ready [data-s]{
    opacity:1;
    transform:none;
    filter:none;
    transition:none;
  }
}
