:root {
  --toshin-cream: #f4e8cf;
  --toshin-navy: #17263a;
  --toshin-ochre: #c99a2e;
  --toshin-wood: #a97845;
  --toshin-rust: #a8563e;
  --toshin-metal: #e3e2db;
}

.toshin-brand-panel,
.toshin-mascot-guide {
  box-sizing: border-box;
  color: var(--toshin-navy);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.toshin-brand-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  width: min(1120px, calc(100% - 40px));
  margin: clamp(44px, 7vw, 88px) auto;
  overflow: hidden;
  border: 1px solid rgba(169, 120, 69, .5);
  border-radius: 22px;
  background: #fffaf0;
  box-shadow: 0 16px 42px rgba(23, 38, 58, .12);
}

.toshin-brand-panel__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.toshin-brand-panel__home-link {
  display: block;
  min-width: 0;
  height: 100%;
}

.toshin-brand-panel__home-link:focus-visible {
  outline: 4px solid #f6b800;
  outline-offset: -4px;
}

.global-top-actions {
  box-sizing: border-box;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 230px));
  justify-content: center;
  gap: 12px;
  padding: 18px clamp(16px, 3vw, 30px) 22px;
  border-top: 1px solid rgba(169, 120, 69, .28);
  background: #fffdf8;
}

.global-top-actions--standalone {
  width: min(920px, calc(100% - 40px));
  margin: clamp(34px, 6vw, 68px) auto;
  border: 1px solid rgba(169, 120, 69, .35);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(23, 38, 58, .1);
}

.global-top-action {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 18px;
  border: 2px solid var(--toshin-navy);
  border-radius: 999px;
  color: var(--toshin-navy);
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 7px 16px rgba(23, 38, 58, .12);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.global-top-action--home {
  color: #fff;
  background: var(--toshin-navy);
}

.global-top-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(23, 38, 58, .17);
}

.global-top-action:focus-visible {
  outline: 4px solid #f6b800;
  outline-offset: 3px;
}

.toshin-brand-panel__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
  border-left: 10px solid var(--toshin-ochre);
}

.toshin-brand-panel__copy p { margin: 0; line-height: 1.9; }
.toshin-brand-panel__copy strong { margin-bottom: 12px; color: var(--toshin-rust); font-size: 13px; letter-spacing: .08em; }
.toshin-brand-panel__copy h2 { margin: 0 0 14px; color: var(--toshin-navy); font-size: clamp(22px, 3vw, 34px); line-height: 1.35; }

.toshin-mascot-guide {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 32px);
  width: min(920px, calc(100% - 40px));
  margin: clamp(34px, 6vw, 68px) auto;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(169, 120, 69, .42);
  border-radius: 20px;
  background: var(--toshin-cream);
  box-shadow: 7px 7px 0 var(--toshin-metal);
}

.toshin-mascot-guide--check { border-left: 8px solid var(--toshin-wood); }
.toshin-mascot-guide--point { border-left: 8px solid var(--toshin-rust); }
.toshin-mascot-guide img { display: block; width: 110px; height: 110px; object-fit: contain; }
.toshin-mascot-guide strong { display: block; margin-bottom: 6px; color: var(--toshin-navy); font-size: clamp(18px, 2.4vw, 24px); line-height: 1.45; }
.toshin-mascot-guide p { margin: 0; color: rgba(23, 38, 58, .82); font-weight: 700; line-height: 1.8; }

@media (max-width: 720px) {
  .toshin-brand-panel { grid-template-columns: 1fr; width: min(100% - 24px, 1120px); border-radius: 16px; }
  .toshin-brand-panel__image { min-height: 0; aspect-ratio: 2 / 1; }
  .toshin-brand-panel__copy { border-top: 8px solid var(--toshin-ochre); border-left: 0; }
  .toshin-mascot-guide { grid-template-columns: 78px minmax(0, 1fr); width: min(100% - 24px, 920px); padding: 16px; }
  .toshin-mascot-guide img { width: 78px; height: 78px; }
}

@media (min-width: 700px) {
  .home-hero .home-hero__inner { align-items: start; }
}

@media (max-width: 420px) {
  .toshin-mascot-guide { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; }
  .toshin-mascot-guide img { width: 64px; height: 64px; }
  .global-top-actions {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 920px);
    padding: 14px;
  }
  .toshin-brand-panel > .global-top-actions { width: 100%; }
  .global-top-action { width: 100%; min-height: 48px; }
}

@media print {
  .global-top-actions { display: none; }
}
