
.mobile-content{display:none}

@media(max-width:760px){
  body.services-page .site,
  body.about-page .site{display:none!important}

  .mobile-content{
    display:block;
    min-height:calc(100vh - 58px);
    width:100%;
    background:
      linear-gradient(rgba(255,248,246,.08),rgba(255,248,246,.08)),
      url("assets/petite-petal-background-balanced-blue-tall-softflower.png") center top/100% auto repeat-y;
    color:#352725;
    font-family:"Poiret One","Arial Narrow",Arial,sans-serif;
  }
  .mobile-page-brand{
    padding:23px 18px 14px;text-align:center;
    border-bottom:1px solid rgba(218,143,155,.22);
  }
  .mobile-page-brand img{width:min(78vw,300px);height:auto}
  .mobile-page-wrap{width:min(100% - 28px,560px);margin:0 auto;padding:30px 0 54px}
  .mobile-page-intro{text-align:center;margin:0 0 28px}
  .mobile-page-intro h1,.mobile-page-intro h2{
    margin:0;font-weight:400;line-height:1.08;letter-spacing:.025em;
    font-size:clamp(33px,9vw,46px);
  }
  .mobile-page-intro h2{font-size:clamp(27px,7.2vw,38px)}
  .mobile-page-intro p{
    max-width:490px;margin:14px auto 0;
    font-size:clamp(18px,5vw,23px);line-height:1.45;
  }
  .mobile-ornament{
    width:min(72%,330px);margin:13px auto 0;
    display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;
  }
  .mobile-ornament span{height:1.5px;background:#da8f9b}
  .mobile-ornament i{width:9px;height:9px;border-radius:50%;background:#da8f9b}
  .mobile-ornament.compact{width:min(56%,250px);gap:13px}
  .mobile-stack{display:grid;gap:18px}
  .mobile-info-card{
    background:rgba(255,249,247,.82);border:0;border-radius:24px;
    padding:25px 22px;text-align:center;
    box-shadow:0 5px 18px rgba(125,67,78,.04);
  }
  .mobile-info-card h2{
    margin:0;font-weight:400;font-size:clamp(26px,7vw,35px);line-height:1.12;
  }
  .mobile-info-card p{
    margin:15px auto 0;max-width:470px;
    font-size:clamp(18px,5vw,22px);line-height:1.48;
  }
  .mobile-small-rule{
    width:58%;max-width:210px;height:1.5px;background:#da8f9b;margin:10px auto 0;
  }
  .mobile-wide-card{margin-top:20px}
  .mobile-cta{
    display:flex;align-items:center;justify-content:center;
    width:min(100%,310px);min-height:50px;margin:23px auto 0;padding:13px 18px;
    border-radius:6px;background:#edaeb8;color:#352725;text-decoration:none;
    font:700 13px/1 Arial,Helvetica,sans-serif;letter-spacing:.12em;
  }
  .mobile-bio-card p{margin-top:14px}
  .skills-intro{margin-top:34px;margin-bottom:22px}
}
