.swipe-hint{display:none}
.footer-brand{display:flex;align-items:center;gap:10px;color:#fff}
.footer-brand>span{width:46px;height:46px;border:7px solid var(--orange);border-radius:50%;font-size:0;position:relative}
.footer-brand>span:after{content:"";position:absolute;width:8px;height:8px;background:var(--orange);right:-9px;top:10px}
.footer-brand strong{font-size:24px;line-height:.9}
.footer-brand small{display:block;font-size:7px;letter-spacing:.13em;color:#aaa;margin-top:7px}
.contact-links a:last-child{display:inline-flex;width:max-content;align-items:center;gap:12px;padding:11px 16px;border:1px solid var(--teal);border-radius:3px;background:var(--teal);color:#fff}
.hero-brand-copy{display:none}
.hero-logo-frame{width:min(92%,920px);height:auto;object-fit:contain}
.footer-logo-link{display:block;width:190px}.footer-logo-image{display:block;width:100%;height:auto;filter:none}
.site-header .brand img{width:54px;height:64px;object-fit:contain}
.arrow-icon{display:inline-block;width:15px;height:15px;flex:none;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 13 13 3M6 3h7v7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 13 13 3M6 3h7v7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
.solution-dots{display:none}

:focus-visible{outline:3px solid var(--teal);outline-offset:4px}
.skip-link{position:fixed;z-index:100;top:12px;left:12px;padding:10px 14px;color:#fff;background:var(--ink);border-radius:4px;transform:translateY(-160%)}
.skip-link:focus{transform:translateY(0)}
.menu-button:focus-visible{border-radius:4px}

@media(max-width:760px){
  body.menu-open{overflow:hidden}
  .site-header{height:64px;padding:0 16px;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(31,31,36,.08);box-shadow:0 4px 18px rgba(31,31,36,.06)}
  .site-header .brand{display:flex;width:42px;height:64px;align-items:center;justify-content:center}
  .site-header .brand img{display:block;width:34px;height:44px;object-fit:contain}
  .menu-button{width:44px;height:44px;padding:10px;border:1px solid rgba(31,31,36,.1);border-radius:50%;background:#fff;box-shadow:0 3px 12px rgba(31,31,36,.06)}
  .menu-button span{width:21px;margin:4px auto}
  .nav{inset:64px 0 auto}
  .hero-art{height:auto;min-height:0;overflow:hidden;background:#fff;padding:10px 14px}
  .hero-logo-frame{width:82%;max-width:460px;margin:0 auto}
  .hero-copy{padding:34px 22px 34px}
  .hero h1{font-size:clamp(43px,13vw,58px);line-height:.94}
  .hero-text,.section-intro>p:last-child,.about-copy>p:not(.kicker),.contact-copy>p:not(.kicker){font-size:16px;line-height:1.55}
  .pillars article p,.solution-card p,.case-list h3,.insight-grid h3{line-height:1.5}
  .pillars article p,.solution-card .card-content p{font-size:14px}
  .case-list h3{font-size:18px}
  .case-list p,.case-list b{font-size:13px}
  .about-copy>p:not(.kicker){color:#dedee1}
  .swipe-hint{display:flex;justify-content:space-between;align-items:center;margin:22px 0 12px;color:var(--orange);font-size:13px;font-weight:800}
  .swipe-hint span{font-size:20px}
  .solution-grid{padding-bottom:12px;scrollbar-width:none}
  .solution-grid::-webkit-scrollbar{display:none}
  .solution-card{min-width:77vw}
  .solution-grid:after{content:"";min-width:10px}
  .solution-dots{display:flex;justify-content:center;gap:8px;margin-top:8px}
  .solution-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d1d0cc;transition:width .2s,background .2s}
  .solution-dot.active{width:24px;border-radius:10px;background:var(--orange)}
  .case-list{display:grid;gap:14px;border:0}
  .case-list article{border:1px solid var(--line);border-radius:8px;background:#fff;grid-template-columns:38px 1fr;gap:12px 10px;padding:22px 18px;box-shadow:0 8px 24px rgba(31,31,36,.04)}
  .case-list b{justify-self:start;padding:6px 9px;border-radius:20px;background:#f1f8f7;color:var(--teal)}
  .about-mark{font-size:96px;height:82px;line-height:.8;margin:0 0 34px;letter-spacing:-.1em}
  .about-copy{position:relative;z-index:2}
  .insight-grid article{border-color:#deddd8;border-radius:8px}
  .contact-links{width:100%}
  .contact-links a:first-child{font-size:14px;overflow-wrap:anywhere}
  .contact-links a:last-child{order:-1;width:100%;min-height:50px;justify-content:space-between;padding:13px 18px;border-radius:6px}
  .contact-form{padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}
  footer{gap:26px;padding-top:38px;padding-bottom:34px}
  .footer-logo-link{width:min(58vw,210px);margin-bottom:2px}
  footer nav{column-gap:28px;row-gap:16px}
  footer nav a{font-size:14px}
  footer p{font-size:12px;line-height:1.6}
}
