/* 02 — BRUTUS. Top page only; original assets and interactions retained. */
body.home {
  --ink: #111211; --dark: #111211; --paper: #f5f4f0; --hero: #527b87;
  --gray: #bfbdbd; --line: #cfceca; --container: 1160px;
  color: var(--ink); background: var(--paper);
  font-family: Arial, "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased;
}
body.home .container { width: min(var(--container), calc(100% - 80px)); }
body.home a, body.home button { transition: color .18s, background-color .18s, opacity .18s; }
body.home :is(a, button, input):focus-visible { outline: 3px solid #147ab2; outline-offset: 5px; }
body.home .placeholder { background: var(--gray); }
body.home .site-header { background: var(--hero); color: white; }
body.home .header-top {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 360px) minmax(0, 1fr);
  gap: 30px; align-items: center; width: min(1440px, 100%); min-height: 176px; padding: 28px 40px 24px;
}
body.home .brand { grid-column: 2; grid-row: 1; width: 100%; }
body.home .brand img { width: 100%; mix-blend-mode: lighten; }
body.home .brand-copy { grid-column: 1; grid-row: 1; display: block; white-space: normal; }
body.home .audiences { flex-wrap: wrap; gap: 2px 12px; }
body.home .audiences span { padding: 0; border-radius: 0; background: none; color: white; font-size: 12px; }
body.home .audiences small { display: block; flex-basis: 100%; font-size: 12px; }
body.home .brand-copy p { max-width: 260px; margin-top: 10px; font-size: 12px; line-height: 1.8; }
body.home .header-utilities { grid-column: 3; grid-row: 1; display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 12px; white-space: normal; margin: 0; }
body.home .header-utilities > button:first-child { display: block; }
body.home .header-utilities :is(button, a) { min-height: 32px; display: inline-flex; align-items: center; }
body.home .header-utilities .utility-box { padding: 5px 10px; background: transparent; color: white; border: 1px solid #ffffff80; border-radius: 2px; }
body.home .header-search { width: 36px; margin: 0 4px 0 0; }
body.home .mobile-menu { display: none; }

/* Large masthead, wide story and the reference's cutout edge. */
body.home .home-hero { --slide-width: min(1160px, calc(100vw - 80px)); background: var(--hero); color: white; padding: 0 0 24px; }
body.home .hero-eyebrow { display: flex; gap: 14px; align-items: center; width: min(1160px, calc(100% - 80px)); margin: 0 auto 12px; font-size: 12px; line-height: 1.5; }
body.home .hero-eyebrow span:first-child { font-size: 14px; font-weight: 800; letter-spacing: .06em; }
body.home .hero-track { width: var(--slide-width); gap: 40px; }
body.home .hero-slide { flex: 0 0 var(--slide-width); position: relative; isolation: isolate; background: var(--gray); border-radius: 8px; overflow: hidden; }
body.home .hero-slide:hover { opacity: 1; }
body.home .hero-slide:focus-visible { outline-offset: -6px; }
body.home .hero-image { aspect-ratio: 2.35; min-height: 420px; background: var(--gray); border-radius: 8px; }
body.home .hero-slide::after { content: ""; position: absolute; right: -1px; top: -1px; bottom: -1px; width: clamp(38px, 8vw, 116px); background: var(--hero); clip-path: polygon(100% 0, 0 25%, 100% 50%, 0 75%, 100% 100%); pointer-events: none; z-index: 1; }
body.home .hero-slide h2 { position: absolute; left: 36px; bottom: 38px; width: min(780px, 78%); margin: 0; padding: 20px 26px; background: var(--paper); color: var(--ink); font-size: clamp(22px, 2.45vw, 34px); font-weight: 800; line-height: 1.6; overflow-wrap: anywhere; }
body.home .arrow { width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: var(--ink); font-family: Arial, sans-serif; font-size: 30px; }
body.home .arrow:hover { background: var(--ink); color: white; opacity: 1; }
body.home .home-hero > .arrow { top: auto; bottom: 20px; color: white; }
body.home .home-hero > .previous { left: max(40px, calc((100% - 1160px) / 2)); }
body.home .home-hero > .next { right: max(40px, calc((100% - 1160px) / 2)); }
body.home .carousel-dots { min-height: 44px; gap: 8px; align-items: center; margin-top: 20px; }
body.home .carousel-dots button { width: 32px; height: 32px; position: relative; border-radius: 0; background: none; opacity: 1; }
body.home .carousel-dots button::before { content: ""; position: absolute; width: 24px; height: 2px; top: 15px; left: 4px; background: #ffffff66; }
body.home .carousel-dots button[aria-pressed="true"]::before { height: 4px; top: 14px; background: white; }
body.home .site-nav { position: sticky; top: 0; z-index: 10; padding: 20px 28px; gap: 12px 24px; flex-wrap: wrap; background: white; border-bottom: 1px solid #212121; color: var(--ink); font-size: 14px; line-height: 1.5; }
body.home .site-nav a { border: 0; padding: 5px 0; }
body.home .site-nav a:hover { text-decoration: underline; text-underline-offset: 6px; }

/* Oversized English headings paired with the existing Japanese titles. */
body.home .section-title { display: flex; flex-direction: column; align-items: center; gap: 12px; margin: 0 0 40px; padding-bottom: 28px; border-bottom: 1px solid var(--line); text-align: center; }
body.home .section-en { display: block; max-width: 100%; font-family: Arial, Helvetica, sans-serif; font-weight: 900; font-size: clamp(42px, 7.3vw, 92px); letter-spacing: -.045em; line-height: 1.05; overflow-wrap: anywhere; }
body.home .section-ja { font-size: 14px; font-weight: 700; letter-spacing: .02em; line-height: 1.6; }
body.home .home-finder { background: var(--paper); color: var(--ink); padding: 74px 0 64px; }
body.home .home-finder h1 { margin-bottom: 36px; }
body.home .category-tabs { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
body.home .category-tabs button { color: var(--ink); border-bottom: 2px solid transparent; border-radius: 5px 5px 0 0; }
body.home .category-image { aspect-ratio: 2.5; background: #bfbdbd; border-radius: 5px; }
body.home .category-label { min-height: 66px; background: none; padding: 12px 5px; font-size: 14px; line-height: 1.6; }
body.home .category-tabs button[aria-selected="true"] { border-bottom-color: var(--ink); }
body.home .category-tabs [aria-selected="true"]::after { display: none; }
body.home .category-tabs [aria-selected="true"] .category-label { background: var(--ink); color: white; }
body.home .category-panel { margin-top: 24px; padding: 26px 30px 32px; background: white; border: 1px solid var(--line); border-radius: 0; }
body.home .category-panel-title { padding-bottom: 16px; border-bottom: 1px solid var(--ink); gap: 16px; }
body.home .category-panel-title h3 { font-size: 20px; }
body.home .category-panel-title a { font-size: 14px; flex-shrink: 0; }
body.home .genre-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 24px; margin-top: 6px; }
body.home .genre-grid a { gap: 10px; min-height: 50px; font-size: 14px; line-height: 1.65; border: 0; border-bottom: 1px solid var(--line); padding: 10px 0; }
body.home .genre-grid a span { color: var(--ink); font-size: 20px; }
body.home .button { min-height: 52px; border: 1px solid var(--ink); border-radius: 40px; padding: 13px 24px; background: white; color: var(--ink); font-size: 14px; font-weight: 700; }
body.home .button:hover { background: var(--ink); color: white; opacity: 1; }
body.home .facility-links { gap: 18px; margin-top: 28px; }
body.home .facility-links .button { border-radius: 40px; font-size: 14px; }
body.home .keyword-form { max-width: 800px; gap: 12px; }
body.home .home-finder .keyword-form { margin-top: 28px; }
body.home .keyword-form input { border: 1px solid var(--ink); border-radius: 40px; padding: 15px 24px; background: transparent; font-size: 16px; }
body.home .keyword-form input::placeholder { color: #626361; }
body.home .keyword-form .button { min-width: 106px; background: var(--ink); color: white; }
body.home .keyword-form .button:hover { background: #414543; }
body.home .pr-strip { padding: 28px 0; background: #eae9e5; border-block: 1px solid var(--line); }
body.home .pr-strip > div { gap: 18px; padding: 2px 40px 8px; justify-content: flex-start; overflow-x: auto; }
body.home .pr-label { background: var(--paper); border-color: var(--line); font-size: 12px; }
body.home .banner-box { min-width: 210px; height: 100px; background: #bfbdbd; color: #303130; border: 0; font-size: 12px; }

/* Two columns of compact product stories. */
body.home .home-products { padding-top: 76px; padding-bottom: 72px; }
body.home .home-products .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 46px; }
body.home .home-products .content-card { display: grid; grid-template-columns: minmax(130px, 37%) minmax(0, 1fr); grid-template-rows: auto auto auto auto 1fr; column-gap: 22px; align-content: start; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
body.home .home-products .card-visual { grid-row: 1 / 6; grid-column: 1; align-self: start; }
body.home .home-products .content-card > :not(.card-visual) { grid-column: 2; }
body.home .card-visual { border-radius: 6px; }
body.home .card-image { aspect-ratio: 1; border-radius: 6px; }
body.home .new-badge { top: 8px; left: 8px; height: 24px; width: auto; padding: 5px 9px; border-radius: 2px; outline: none; background: var(--ink); color: white; font-size: 12px; letter-spacing: .01em; }
body.home .card-meta { margin: 2px 0 8px; color: #666865; font-size: 12px; line-height: 1.6; }
body.home .content-card h3 { font-size: 17px; font-weight: 800; line-height: 1.7; overflow-wrap: anywhere; }
body.home .content-card h3 a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
body.home .card-description { margin-top: 6px; font-size: 14px; line-height: 1.8; }
body.home .content-card .tags { max-height: none; margin-top: 12px; gap: 5px 12px; overflow: visible; }
body.home .content-card .tag { background: transparent; padding: 0 0 2px; border-bottom: 1px solid #888; color: #555854; font-size: 12px; line-height: 1.65; }
body.home .card-facilities { font-size: 12px; color: #686b67; line-height: 1.8; margin-top: 9px; }
body.home .more-link { margin-top: 42px; }
body.home .more-link .button { min-width: 240px; }

/* A lead feature and three smaller stories make an asymmetric composition. */
body.home .home-articles { background: white; padding: 72px 0 76px; border-top: 1px solid var(--line); }
body.home .home-articles .cards-grid { grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: 24px 48px; }
body.home .home-articles .content-card:first-child { grid-column: 1; grid-row: 1 / 4; padding-right: 32px; border-right: 1px solid var(--line); }
body.home .home-articles .content-card:first-child .card-image { aspect-ratio: 1.2; }
body.home .home-articles .content-card:first-child h3 { font-size: 24px; }
body.home .home-articles .content-card:first-child .card-meta { margin-top: 16px; }
body.home .home-articles .content-card:not(:first-child) { grid-column: 2; display: grid; grid-template-columns: 126px minmax(0, 1fr); grid-template-rows: auto auto auto 1fr; column-gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); align-content: start; }
body.home .home-articles .content-card:not(:first-child) .card-visual { grid-column: 1; grid-row: 1 / 5; }
body.home .home-articles .content-card:not(:first-child) > :not(.card-visual) { grid-column: 2; }
body.home .home-articles .card-image { aspect-ratio: 1; }
body.home .card-carousel { padding-bottom: 70px; }
body.home .card-carousel > .arrow { top: auto; bottom: 0; }
body.home .card-carousel > .previous { left: calc(50% - 54px); }
body.home .card-carousel > .next { right: calc(50% - 54px); }
body.home .home-articles .more-link { margin-top: 26px; }

body.home .home-line { padding: 64px 0 38px; background: #182323; color: white; }
body.home .home-line .section-title { border-color: #ffffff40; }
body.home .home-line .section-en { font-size: clamp(48px, 7vw, 80px); }
body.home .line-grid { grid-template-columns: 1fr 1.2fr; gap: 44px; align-items: stretch; }
body.home .doctor-mosaic { gap: 8px; min-height: 196px; }
body.home .doctor-mosaic i { background: #bfbdbd; border-radius: 2px; }
body.home .line-promo { padding: 22px 22px 0; border: 0; background: transparent; color: white; gap: 16px; }
body.home .line-promo p { font-size: 16px; line-height: 1.9; }
body.home .line-pill { white-space: normal; margin: 18px 0 20px; padding: 12px 16px; border: 1px solid #fff; border-radius: 30px; background: white; color: #182323; font-size: 14px; }
body.home .phone-placeholder { min-width: 70px; width: 90px; background: #bfbdbd; border-color: #bfbdbd; box-shadow: none; }
body.home .line-note { font-size: 12px; line-height: 1.9; margin-top: 30px; }
body.home .footer-topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 40px; padding-block: 50px; }
body.home .footer-topics > div + div { margin-top: 0; }
body.home .footer-topics h3 { padding-bottom: 12px; border-bottom: 1px solid var(--ink); font-size: 14px; }
body.home .footer-topics p { margin-top: 10px; overflow-wrap: anywhere; color: #777974; font-size: 12px; line-height: 1.8; }
body.home .network-band { padding: 32px 0; background: white; border-block: 1px solid var(--line); }
body.home .network-grid { gap: 12px 28px; }
body.home .network-link { flex: 0 1 auto; min-height: 44px; padding: 8px 0; border: 0; background: transparent; font-size: 14px; }
body.home .network-link:hover { text-decoration: underline; text-underline-offset: 5px; }
body.home .site-footer { background: var(--paper); color: var(--ink); padding: 44px 40px 26px; }
body.home .site-footer nav { gap: 14px 24px; font-size: 14px; }
body.home .site-footer nav a { border: 0; padding: 0; }
body.home .footer-utilities { margin-top: 30px; font-size: 12px; gap: 12px 20px; }
body.home .site-footer > p { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 32px; font-size: 12px; color: #6b6d68; }
body.home dialog { border-color: var(--ink); background: var(--paper); }

@media (max-width: 1100px) {
  body.home .header-top { grid-template-columns: minmax(0, 1fr) 300px minmax(0, 1fr); gap: 20px; }
  body.home .header-utilities { gap: 5px 10px; }
  body.home .header-utilities .utility-box { padding: 4px 6px; }
  body.home .site-nav { gap: 6px 24px; }
  body.home .genre-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.home .home-products .cards-grid { gap: 26px; }
  body.home .home-products .content-card { grid-template-columns: 36% minmax(0, 1fr); column-gap: 16px; }
  body.home .home-articles .cards-grid { gap: 20px 28px; }
  body.home .home-articles .content-card:first-child { padding-right: 24px; }
  body.home .home-articles .content-card:not(:first-child) { grid-template-columns: 96px minmax(0, 1fr); column-gap: 16px; }
  body.home .line-grid { grid-template-columns: 1fr 1.3fr; gap: 24px; }
  body.home .line-promo { padding-left: 0; padding-right: 0; }
  body.home .line-promo p { font-size: 14px; }
}
@media (max-width: 800px) {
  body.home .container { width: calc(100% - 40px); }
  body.home .header-top { min-height: 128px; padding: 20px; grid-template-columns: 1fr auto; gap: 18px; }
  body.home .brand { grid-column: 1; width: 260px; max-width: 100%; }
  body.home .brand-copy { display: none; }
  body.home .header-utilities { grid-column: 2; max-width: 300px; }
  body.home .home-hero { --slide-width: calc(100vw - 40px); }
  body.home .hero-eyebrow { width: calc(100% - 40px); }
  body.home .hero-image { min-height: 390px; }
  body.home .hero-slide h2 { left: 24px; bottom: 28px; padding: 18px 20px; }
  body.home .home-hero > .previous { left: 20px; }
  body.home .home-hero > .next { right: 20px; }
  body.home .site-nav { position: static; padding-inline: 20px; }
  body.home .home-finder, body.home .home-products, body.home .home-articles { padding-top: 52px; padding-bottom: 52px; }
  body.home .category-tabs { gap: 12px; overflow-x: auto; padding: 4px 4px 8px; grid-template-columns: repeat(5, 142px); }
  body.home .category-panel { padding: 22px; }
  body.home .genre-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.home .facility-links { gap: 10px; }
  body.home .facility-links .button { padding-inline: 8px; }
  body.home .home-products .content-card { display: block; }
  body.home .home-products .card-meta { margin-top: 14px; }
  body.home .home-articles .cards-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  body.home .home-articles .content-card:first-child { grid-row: auto; grid-column: 1; padding: 0 0 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  body.home .home-articles .content-card:first-child .card-image { aspect-ratio: 16 / 10; }
  body.home .home-articles .content-card:not(:first-child) { grid-column: 1; grid-template-columns: 150px minmax(0, 1fr); gap: 0 22px; }
  body.home .line-grid { grid-template-columns: 1fr; }
  body.home .doctor-mosaic { min-height: 190px; }
  body.home .line-promo { padding: 8px 0 0; }
  body.home .line-promo p { font-size: 16px; }
  body.home .footer-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
}
@media (max-width: 700px) and (min-width: 601px) {
  body.home .site-nav { display: flex; flex-direction: row; align-items: center; }
  body.home .header-utilities > button,
  body.home .header-utilities > a:not(.header-search) { display: inline-flex; }
}
@media (max-width: 600px) {
  body.home .header-top { min-height: 100px; grid-template-columns: minmax(0, 1fr) auto auto; padding: 18px 20px; gap: 12px; }
  body.home .brand { width: 200px; }
  body.home .header-utilities { grid-column: 2; }
  body.home .header-utilities > button:first-child,
  body.home .header-utilities > button,
  body.home .header-utilities > a:not(.header-search) { display: none; }
  body.home .header-search { margin: 0; width: 32px; min-height: 44px; }
  body.home .mobile-menu { display: flex; flex-direction: column-reverse; grid-column: 3; font-size: 12px; line-height: 1.3; padding: 0; color: white; min-height: 44px; justify-content: center; }
  body.home .mobile-menu span { font-size: 24px; }
  body.home .site-nav { display: none; }
  body.home .site-nav.is-open { display: flex; position: absolute; top: 100px; left: 0; right: 0; max-height: calc(100dvh - 110px); overflow-y: auto; flex-direction: column; align-items: stretch; padding: 14px 24px; gap: 0; box-shadow: 0 12px 24px #0002; }
  body.home .site-nav.is-open a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  body.home .home-hero { --slide-width: calc(100vw - 32px); padding-bottom: 20px; }
  body.home .hero-eyebrow { width: calc(100% - 40px); margin-bottom: 14px; }
  body.home .hero-track { gap: 16px; }
  body.home .hero-slide { display: flex; flex-direction: column; border-radius: 4px; background: transparent; }
  body.home .hero-image { aspect-ratio: 1.3; min-height: 0; border-radius: 4px; }
  body.home .hero-slide::after { top: 0; height: calc((100vw - 32px) / 1.3); bottom: auto; width: 40px; }
  body.home .hero-slide h2 { position: relative; inset: auto; width: calc(100% - 24px); margin: -42px 0 0; padding: 18px; font-size: 20px; line-height: 1.7; z-index: 2; flex: 1; }
  body.home .carousel-dots { gap: 2px; margin-top: 16px; }
  body.home .carousel-dots button { width: 28px; }
  body.home .carousel-dots button::before { width: 20px; }
  body.home .home-hero > .arrow { bottom: 20px; }
  body.home .section-title { gap: 10px; margin-bottom: 28px; padding-bottom: 22px; }
  body.home .section-en { font-size: clamp(34px, 10vw, 60px); }
  body.home .section-ja { font-size: 14px; }
  body.home .category-panel { margin-top: 16px; padding: 18px; }
  body.home .category-panel-title { align-items: flex-start; flex-wrap: wrap; gap: 6px 14px; }
  body.home .category-panel-title h3 { font-size: 18px; }
  body.home .genre-grid { gap: 0 18px; }
  body.home .genre-grid a { font-size: 14px; min-height: 56px; }
  body.home .facility-links { grid-template-columns: 1fr; gap: 10px; }
  body.home .facility-links .button { min-height: 48px; }
  body.home .keyword-form { gap: 8px; }
  body.home .keyword-form input { padding: 14px 16px; font-size: 16px; }
  body.home .keyword-form .button { min-width: 66px; padding: 12px; }
  body.home .pr-strip > div { padding-inline: 20px; gap: 12px; }
  body.home .banner-box { min-width: 176px; height: 88px; }
  body.home .home-products .cards-grid { gap: 28px 18px; }
  body.home .home-products .content-card { padding-bottom: 20px; }
  body.home .content-card h3 { font-size: 16px; }
  body.home .card-description { font-size: 14px; }
  body.home .new-badge { top: 6px; left: 6px; padding: 5px 7px; }
  body.home .home-articles .content-card:first-child h3 { font-size: 21px; }
  body.home .home-articles .content-card:not(:first-child) { grid-template-columns: 108px minmax(0, 1fr); column-gap: 16px; }
  body.home .home-line { padding: 48px 0 30px; }
  body.home .doctor-mosaic { min-height: 150px; gap: 6px; }
  body.home .line-promo p { font-size: 14px; }
  body.home .line-promo p br { display: none; }
  body.home .line-pill { font-size: 14px; }
  body.home .phone-placeholder { min-width: 58px; width: 58px; }
  body.home .line-note { text-align: left; }
  body.home .footer-topics { grid-template-columns: 1fr; gap: 24px; padding-block: 36px; }
  body.home .network-grid { gap: 10px 24px; }
  body.home .network-link { flex-basis: calc(50% - 12px); }
  body.home .site-footer { padding: 32px 20px 24px; }
  body.home .site-footer nav { gap: 12px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  body.home *, body.home *::before, body.home *::after { transition: none !important; }
}
