.services .section-head{margin-bottom:70px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service-grid article{border:1px solid var(--line);padding:30px;min-height:580px;display:flex;flex-direction:column}.service-grid article:first-child{background:#151816}.service-grid article:nth-child(2){background:#121412}.service-no{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);letter-spacing:.18em}.service-no i{color:var(--acid);font-style:normal}.service-label{font-size:8px;color:var(--rust);font-weight:900;letter-spacing:.18em;margin-top:70px}.service-grid h3{font:italic clamp(50px,5vw,76px) Georgia;margin:15px 0 25px;line-height:.9}.service-grid article>p:not(.service-label){color:#aeb0a9;line-height:1.65;max-width:510px}.service-grid ul{list-style:none;padding:0;margin:auto 0 0}.service-grid li{border-top:1px solid var(--line);padding:14px 0;font-size:12px}.service-grid li:before{content:'↗';color:var(--rust);margin-right:13px}.consulting-strip{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:55px;padding:30px;margin-top:18px;background:var(--acid);color:var(--ink)}.consulting-strip>div{display:flex;align-items:center;gap:25px}.consulting-strip span{font-size:9px}.consulting-strip h3{font-size:23px;margin:0}.consulting-strip p{font-size:13px;line-height:1.55}.consulting-strip a{font-size:10px;font-weight:900;border-bottom:1px solid;padding-bottom:5px;white-space:nowrap}.method.light-section .section-head>p{color:#62665e}.method.light-section .method-grid article{border-color:#c7c3b7}.method.light-section .method-grid article:hover{border-color:var(--rust)}.method.light-section .method-grid article>div{color:#7d8078}.method.light-section .method-grid article>div i{color:var(--rust)}.method.light-section .method-grid p{color:#62665e}.method.light-section .method-grid article:after{border-color:#15181610}.testimonials .section-head{margin-bottom:70px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#c7c3b7;border:1px solid #c7c3b7}.testimonial-grid blockquote{margin:0;background:var(--paper);padding:28px;min-height:430px;display:flex;flex-direction:column}.testimonial-grid blockquote>span{font-size:9px;color:var(--rust);letter-spacing:.18em}.testimonial-grid blockquote>p{font:italic 22px/1.45 Georgia;margin:55px 0 40px}.testimonial-grid blockquote>footer{margin-top:auto;border-top:1px solid #c7c3b7;padding-top:18px}.testimonial-grid blockquote>footer b,.testimonial-grid blockquote>footer small{display:block}.testimonial-grid blockquote>footer b{font-size:12px}.testimonial-grid blockquote>footer small{font-size:9px;color:#7d8078;margin-top:5px}
@media(max-width:900px){.service-grid{grid-template-columns:1fr}.consulting-strip{grid-template-columns:1fr;gap:16px}.testimonial-grid{grid-template-columns:1fr}.testimonial-grid blockquote{min-height:330px}}
@media(max-width:560px){.services .section-head,.testimonials .section-head{margin-bottom:45px}.service-grid article{min-height:520px;padding:22px}.service-label{margin-top:50px}.consulting-strip{padding:22px}.testimonial-grid blockquote{min-height:auto}.testimonial-grid blockquote>p{font-size:20px;margin:35px 0}}

/* Mobile alignment */
@media(max-width:700px){
  .hero-copy,
  .manifesto-grid,
  .manifesto-copy,
  .section-head,
  .fit-title,
  .not-fit,
  .founder-grid>div:last-child,
  .process-grid article,
  .site-footer>div{
    text-align:center;
  }

  .section-head,
  .process .section-head{
    align-items:center;
  }

  .hero .lead,
  .section-head>p,
  .manifesto-copy p,
  .founder-grid>div:last-child>p:not(.section-tag),
  .method-grid p{
    margin-left:auto;
    margin-right:auto;
  }

  .overline{
    text-align:center;
  }

  .overline span{
    display:inline-block;
  }

  .hero-actions{
    align-items:center;
    justify-content:center;
  }

  .hero-actions .button{
    justify-content:center;
  }

  .compass-wrap small{
    right:auto;
    left:50%;
    bottom:0;
    width:100%;
    text-align:center;
    transform:translateX(-50%);
  }

  .manifesto-copy{
    justify-items:center;
  }

  .principle-strip{
    justify-content:center;
    flex-wrap:wrap;
    gap:14px 20px;
    white-space:normal;
    text-align:center;
  }

  .service-grid article{
    align-items:center;
    text-align:center;
  }

  .service-grid ul{
    width:100%;
  }

  .service-grid li{
    text-align:center;
  }

  .consulting-strip{
    text-align:center;
  }

  .consulting-strip>div{
    justify-content:center;
  }

  .method-grid article,
  .fit-grid article,
  .testimonial-grid blockquote,
  .testimonial-grid blockquote>footer{
    text-align:center;
  }

  .method-grid article>div{
    width:100%;
  }

  .values{
    align-items:center;
    justify-content:center;
  }

  .site-footer>div{
    align-items:center;
  }

  .site-footer>div>div{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
  }

  .site-footer .logo{
    align-self:center;
    text-align:left;
  }
}

/* Primary Mythorian logo */
.logo-image-link{
  line-height:0;
}

.brand-logo{
  display:block;
  width:240px;
  max-width:100%;
  height:auto;
}

.site-footer .brand-logo{
  width:230px;
}

/* Keep the footer navigation centred against the full viewport. */
.site-footer>div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
}

.site-footer .logo-image-link{
  justify-self:start;
}

.site-footer>div>div{
  justify-self:center;
}

.site-footer>div>a:last-child{
  justify-self:end;
}

@media(max-width:700px){
  .nav .brand-logo{
    width:155px;
  }

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

  .site-footer>div{
    grid-template-columns:1fr;
    justify-items:center;
    gap:30px;
  }

  .site-footer .logo-image-link,
  .site-footer>div>div,
  .site-footer>div>a:last-child{
    justify-self:center;
  }
}

@media(max-width:380px){
  .nav .brand-logo{
    width:138px;
  }

  .nav-button{
    padding:9px 8px;
    font-size:9px;
  }
}

/* Content and responsive refinements */
.nav-button{
  white-space:nowrap;
}

.hero-foot span{
  flex:1;
  text-align:center;
}

.hero h1{
  line-height:1.02;
}

.hero-foot span:first-child{
  text-align:left;
}

.hero-foot span:last-child{
  text-align:right;
}

.method-grid article{
  min-height:370px;
  height:100%;
}

.method-grid h3{
  display:flex;
  min-height:120px;
  align-items:flex-end;
  font-size:clamp(46px,4.3vw,62px);
  line-height:.88;
  margin:auto 0 24px;
}

.method-grid p{
  min-height:70px;
  margin:0;
}

.fit-title h2{
  max-width:900px;
}

.fit-grid article{
  display:flex;
  min-height:310px;
  flex-direction:column;
}

.fit-grid h3{
  min-height:58px;
  margin:62px 0 18px;
}

.fit-grid p{
  margin-top:auto;
}

.not-fit{
  margin-top:18px;
  padding:28px;
  border:1px solid var(--line);
  background:#121412;
  font-size:12px;
  line-height:1.6;
}

.not-fit b{
  font-size:11px;
}

.services .section-head>p{
  color:var(--paper);
}

.method.light-section .section-head>p,
.testimonials .section-head>p{
  color:#53574f;
}

.manifesto-copy strong{
  color:var(--ink);
  font-weight:800;
}

.portrait{
  background:var(--paper);
}

.portrait:after{
  display:none;
}

.portrait img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 18%;
}

.portrait small{
  z-index:2;
  padding:10px 12px;
  background:var(--night);
  color:var(--paper);
}

.portrait>b{
  padding:12px 14px;
  background:var(--acid);
  box-shadow:6px 6px 0 var(--rust);
}

.founder-copy{
  max-width:760px;
}

.founder .founder-lead{
  font-size:16px!important;
  line-height:1.7!important;
  margin-bottom:24px;
}

.founder .founder-lead+p{
  margin-top:0;
  padding-top:24px;
  border-top:1px solid #15181645;
}

.founder .values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin-top:40px;
  padding-top:28px;
}

.founder .values span{
  padding:4px 12px 4px 0;
  font-size:12px;
  line-height:1.3;
  white-space:nowrap;
}

.founder .values span+span{
  padding-left:12px;
  border-left:1px solid #15181645;
}

.founder .values b{
  margin-bottom:11px;
  font-size:9px;
}

.process-grid article{
  display:flex;
  min-height:245px;
  flex-direction:column;
}

.process-grid h3{
  margin:56px 0 18px;
}

.process-grid p{
  margin-top:auto;
}

@media(max-width:900px){
  .hero-foot{
    gap:22px;
  }

  .hero-foot span{
    text-align:center!important;
  }

  .method-grid article{
    min-height:340px;
  }

  .fit-grid article{
    min-height:240px;
  }

  .fit-grid h3{
    min-height:auto;
    margin-top:46px;
  }

  .process-grid article{
    min-height:220px;
  }

  .founder .values span{
    font-size:12px;
  }
}

@media(max-width:700px){
  .hero-foot{
    display:none;
  }

  .method-grid h3{
    justify-content:center;
    min-height:auto;
    margin:60px 0 24px;
  }

  .method-grid p{
    min-height:auto;
  }

  .not-fit{
    padding:26px 22px;
  }

  .portrait small{
    left:16px;
    top:16px;
  }

  .portrait>b{
    right:16px;
    bottom:16px;
  }

  .founder-copy{
    max-width:none;
  }

  .founder .founder-lead{
    font-size:16px!important;
  }

  .founder .values{
    grid-template-columns:1fr;
    width:min(100%,420px);
    margin-left:auto;
    margin-right:auto;
    padding-top:16px;
  }

  .founder .values span{
    padding:16px 0;
    font-size:12px;
  }

  .founder .values span+span{
    padding-left:0;
    border-top:1px solid #15181645;
    border-left:0;
  }

  .process-grid p{
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:560px){
  .nav .brand-logo{
    width:145px;
  }

  .nav-button{
    padding:10px 9px;
    font-size:9px;
  }

  .method-grid article{
    min-height:315px;
  }

  .method-grid h3{
    font-size:48px;
    margin-top:46px;
  }

  .fit-grid article{
    min-height:235px;
  }

  .fit-grid h3{
    margin-top:38px;
  }

  .portrait{
    height:500px;
  }

  .portrait>b{
    font-size:38px;
  }

  .process-grid article{
    min-height:auto;
  }

  .process-grid p br{
    display:none;
  }
}

/* Headline rhythm: keep the display type compact without collisions. */
.hero h1,
h2{
  line-height:1.02;
  letter-spacing:-.025em;
}

.hero h1{
  font-size:clamp(58px,6vw,92px);
  letter-spacing:-.035em;
}

.service-grid h3{
  line-height:1.02;
  letter-spacing:-.005em;
}

.method-grid h3{
  line-height:1.02;
  letter-spacing:-.005em;
}

@media(max-width:560px){
  .hero h1,
  h2{
    line-height:1.06;
    letter-spacing:-.02em;
  }

  .hero h1{
    font-size:50px;
  }

  .service-grid h3,
  .method-grid h3{
    line-height:1.02;
    letter-spacing:0;
  }
}
