/* 日本語: ロゴは位置をずらさず、余白を含む画像全体を枠内に収めます。 */
.header .logo,.mobile-header .mobile-brand{display:flex;align-items:center;justify-content:center;position:relative;width:112px;min-width:112px;height:78px;overflow:visible;transform:none;margin:0;flex-shrink:0}
.header .logo img,.mobile-header .mobile-brand img{display:block;position:static;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center;transform:none;margin:0;left:auto;top:auto}
.mobile-dock{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-inline:18px}.mobile-dock a{font-size:15px;min-height:54px;letter-spacing:.06em}
