/* Shared public-page layout and typography. */
.oize-directory,.oize-article,.oize-station{width:min(960px,88vw);margin:0 auto;padding:clamp(74px,11vh,150px) 0}
.oize-directory{width:min(1120px,88vw)}

/* One unbroken signature: sideways on desktop, horizontal on mobile. */
.oize-intro__signature{display:flex;align-items:center;justify-content:center;padding:clamp(22px,3vw,44px);overflow:hidden}
.oize-intro__signature-text{display:block;font-family:"Arial Black","Helvetica Neue","Yu Gothic",Arial,sans-serif;font-size:clamp(18px,min(2.4vw,3vh),34px);font-weight:900;letter-spacing:.04em;line-height:1;white-space:nowrap;writing-mode:vertical-rl;text-orientation:sideways}

/* Keep headings readable without splitting Latin words or Japanese phrases unnaturally. */
h1,h2,h3{min-width:0;overflow-wrap:break-word;word-break:normal;word-break:auto-phrase;line-break:strict;text-wrap:pretty;hyphens:none}
.oize-intro h1{width:100%;max-width:none;font-size:min(var(--oize-title-desktop,108px),5.7vw);white-space:nowrap;overflow-wrap:normal;word-break:normal;text-wrap:nowrap}
.oize-intro h1 span{font-size:min(var(--oize-subtitle-desktop,76px),3.75vw);white-space:nowrap;overflow-wrap:normal;word-break:normal;text-wrap:nowrap}
html[lang^="en"] .oize-intro h1{font-size:min(var(--oize-title-desktop,108px),4.3vw)}
html[lang^="en"] .oize-intro h1 span{font-size:min(var(--oize-subtitle-desktop,76px),3.1vw)}
html[lang^="ko"] .oize-intro h1 span{font-size:min(var(--oize-subtitle-desktop,76px),2.7vw)}
.oize-spotlight h2,.oize-update h3,.oize-updates__heading h2,.oize-list-item h2,.post-card h2{overflow-wrap:break-word;word-break:normal;word-break:auto-phrase;line-break:strict;text-wrap:pretty;hyphens:none}
.oize-spotlight h2{font-size:clamp(36px,5vw,68px);letter-spacing:-.045em;line-height:1.08}

.oize-page-heading{width:100%;max-width:none}
.oize-page-heading .eyebrow{margin-bottom:20px}
.oize-page-heading h1,.archive-header h1,.single-content h1{width:100%;max-width:none;margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN",Georgia,serif;font-size:clamp(38px,4.8vw,68px);font-weight:600;letter-spacing:.01em;line-height:1.32;overflow-wrap:break-word;word-break:normal;word-break:auto-phrase;line-break:strict;text-wrap:pretty;hyphens:none;word-spacing:.04em}
.breadcrumbs{margin:0 0 31px;color:var(--gray);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.breadcrumbs a:hover{color:var(--white)}

.oize-list{display:grid;gap:0;margin-top:60px;border-top:1px solid var(--line)}
.oize-list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0 28px;padding:31px 0;border-bottom:1px solid var(--line);transition:padding .2s ease,background .2s ease}
.oize-list-item:hover{padding-right:15px;padding-left:15px;background:rgba(255,255,255,.08)}
.oize-list-item .post-date{grid-column:1;margin:0;color:var(--gray);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.oize-list-item h2{grid-column:1;margin:10px 0 13px;font-family:"Yu Mincho","Hiragino Mincho ProN",Georgia,serif;font-size:clamp(28px,4vw,47px);font-weight:600;letter-spacing:-.05em;line-height:1.15}
.oize-list-item h2 a:hover{color:var(--gray)}
.oize-list-item>p{grid-column:1;max-width:650px;margin:0;color:var(--mist);font-size:14px;line-height:1.85}
.oize-list-item .oize-action{grid-column:1;justify-self:start}
.oize-list-item--art{grid-template-columns:150px minmax(0,1fr);gap:30px;align-items:start}
.oize-list-item--art>img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;filter:grayscale(1) contrast(1.1)}
.oize-list-item--art>div{min-width:0}
.oize-list-item--art .post-date,.oize-list-item--art h2,.oize-list-item--art>div>p,.oize-list-item--art .oize-action{grid-column:auto}
.oize-list-empty{margin:0;padding:32px 0;color:var(--mist)}

/* The rule below each article title spans the full common content width. */
.oize-article .oize-page-heading{width:100%;max-width:none;padding-bottom:30px;border-bottom:1px solid var(--line)}
.oize-article__body{width:100%;margin-top:42px;padding:clamp(27px,5vw,62px);border:1px solid var(--line);background:rgba(8,8,8,.72)}
.oize-article__copy{max-width:700px;margin:0 auto;line-height:2}
.oize-article__copy img{display:block;width:100%;height:auto;max-width:520px;margin:0 auto 38px}
.oize-article__copy p{margin:0 0 1.5em;font-size:16px}

.oize-station{max-width:880px}
.oize-station__intro{max-width:760px;margin:42px auto 0;padding:clamp(24px,4vw,46px);border-left:1px solid var(--white);background:rgba(255,255,255,.06);line-height:1.95}
.oize-station__intro--wide{max-width:none}
.oize-notfound{display:flex;min-height:calc(100svh - 180px);width:min(900px,88vw);margin:0 auto;padding:clamp(80px,14vh,180px) 0;flex-direction:column;align-items:flex-start;justify-content:center}
.oize-notfound h1{max-width:620px;margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN",Georgia,serif;font-size:clamp(54px,9vw,118px);font-weight:600;letter-spacing:-.08em;line-height:.95}
.oize-notfound>p:not(.eyebrow){margin:27px 0 0;color:var(--mist)}

@media(max-width:760px){
  .oize-directory,.oize-article,.oize-station{width:min(88vw,720px);padding:76px 0}
  .oize-intro h1{font-size:min(var(--oize-title-mobile,54px),11vw);white-space:nowrap}
  .oize-intro h1 span{font-size:min(var(--oize-subtitle-mobile,38px),6.5vw);white-space:nowrap}
  html[lang^="en"] .oize-intro h1{font-size:min(var(--oize-title-mobile,54px),7.3vw)}
  html[lang^="en"] .oize-intro h1 span{font-size:min(var(--oize-subtitle-mobile,38px),4.8vw)}
  html[lang^="ko"] .oize-intro h1 span{font-size:min(var(--oize-subtitle-mobile,38px),4.6vw)}
  .oize-intro__signature{display:flex;align-items:center;justify-content:flex-start;padding:20px 0 24px;border-left:0;text-align:left;white-space:nowrap}
  .oize-intro__signature-text{font-size:clamp(15px,4.8vw,21px);font-weight:900;letter-spacing:.02em;line-height:1;white-space:nowrap;writing-mode:horizontal-tb;text-orientation:mixed}
  .oize-page-heading h1,.archive-header h1,.single-content h1{font-size:clamp(32px,8.5vw,48px);letter-spacing:.01em;line-height:1.34}
  .breadcrumbs{margin-bottom:25px}
  .oize-list{margin-top:44px}
  .oize-list-item{padding:24px 0}
  .oize-list-item h2{font-size:clamp(27px,7.6vw,34px);line-height:1.3}
  .oize-list-item>p{font-size:13px}
  .oize-list-item--art{grid-template-columns:1fr;gap:18px}
  .oize-list-item--art>img{max-width:220px}
  body.post-type-archive-oize_song .oize-list-item--art>img{display:block;width:100%;max-width:none}
  .oize-article .oize-page-heading{padding-bottom:23px}
  .oize-article__body{margin-top:28px;padding:25px 20px}
  .oize-article__copy img{margin-bottom:25px}
  .oize-article__copy p{font-size:15px}
  .oize-station__intro{margin-top:28px;padding:23px 20px}
  .oize-notfound{min-height:60svh}
  .oize-notfound h1{font-size:clamp(48px,16vw,70px)}
}

/* The decorative OIZE / OFFICIAL SITE signature has been removed. */
.oize-intro{display:block}
.oize-intro__copy{width:100%}
.oize-intro__signature{display:none!important}

/* On phones, let the latest-song artwork fill the entire content width. */
@media(max-width:760px){
  .oize-spotlight__art{width:100%;max-width:none}
  .oize-spotlight__art img{display:block;width:100%;max-width:none;height:auto}
}
