/* OFFICE MINE Safe Additions */
.omv2-header .omsa-nav-threads{
  white-space:nowrap;
}

.omv2-social-grid:has(.omsa-threads-social-card){
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.omsa-threads-icon{color:#0f2947!important}
.omsa-threads-icon svg{width:54px!important;height:54px!important}

.omsa-threads-latest{
  margin-top:34px;
  padding-top:36px;
  border-top:1px solid var(--line,#dfe4e7);
}
.omsa-threads-latest-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:22px;
}
.omsa-threads-kicker{
  margin:0 0 8px!important;
  color:var(--cyan,#10a9b5)!important;
  font-size:10px!important;
  line-height:1.4!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
}
.omsa-threads-heading{
  margin:0!important;
  color:var(--ink,#172432)!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",Georgia,serif!important;
  font-size:clamp(25px,2.5vw,38px)!important;
  line-height:1.45!important;
  font-weight:700!important;
}
.omsa-threads-profile-link{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  color:var(--ink,#172432)!important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-decoration:none!important;
  padding-bottom:5px;
  border-bottom:1px solid var(--cyan,#10a9b5);
}
.omsa-threads-profile-link span{color:var(--cyan,#10a9b5)}
.omsa-threads-post-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.omsa-threads-post{
  margin:0;
  min-width:0;
  background:#fff;
  border:1px solid var(--line,#dfe4e7);
}
.omsa-threads-post>a{
  display:flex!important;
  min-height:100%;
  flex-direction:column;
  padding:20px;
  color:var(--ink,#172432)!important;
  text-decoration:none!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.omsa-threads-post:hover{border-color:rgba(16,169,181,.55);box-shadow:0 10px 28px rgba(21,34,49,.07)}
.omsa-threads-post:hover>a{transform:translateY(-2px)}
.omsa-threads-post-media{
  display:block;
  aspect-ratio:16/9;
  margin:-20px -20px 17px;
  overflow:hidden;
  background:#edf1f3;
}
.omsa-threads-post-media img{width:100%;height:100%;object-fit:cover;display:block}
.omsa-threads-post-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:13px;color:#7a858c;font-size:10px;letter-spacing:.04em}
.omsa-threads-post-meta strong{color:var(--cyan,#10a9b5);font-size:11px}
.omsa-threads-post-text{display:block;color:#33434d;font-size:13px;line-height:1.85;white-space:pre-wrap;word-break:break-word}
.omsa-threads-post-more{display:block;margin-top:auto;padding-top:18px;color:var(--ink,#172432);font-size:11px;font-weight:700}
.omsa-threads-fallback{
  display:grid!important;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  min-height:92px;
  padding:20px 22px;
  background:#fff;
  border:1px solid var(--line,#dfe4e7);
  color:var(--ink,#172432)!important;
  text-decoration:none!important;
}
.omsa-threads-fallback span{color:var(--cyan,#10a9b5);font-size:12px;font-weight:800}
.omsa-threads-fallback strong{font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",Georgia,serif;font-size:19px}
.omsa-threads-fallback b{color:var(--cyan,#10a9b5);font-size:20px}

/* Hakogike: new main movie + previous short film */
.omv2-hakogike-mainvisual>img{object-fit:cover}
.omsa-hakogike-shortfilm{
  padding:76px clamp(22px,5vw,76px);
  background:#fff;
  color:var(--ink,#172432);
  border-top:1px solid var(--line,#dfe4e7);
}
.omsa-hakogike-shortfilm-inner{max-width:1320px;margin:0 auto}
.omsa-hakogike-shortfilm-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.52fr);
  gap:60px;
  align-items:end;
  margin-bottom:28px;
}
.omsa-hakogike-shortfilm-head h2{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  color:var(--ink,#172432)!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",Georgia,serif!important;
  font-size:clamp(30px,3.4vw,48px)!important;
  line-height:1.4!important;
  font-weight:700!important;
}
.omsa-hakogike-shortfilm-head h2:before,.omsa-hakogike-shortfilm-head h2:after{content:none!important;display:none!important}
.omsa-hakogike-shortfilm-head>p{margin:0;color:#68757d;font-size:13px;line-height:1.9}
.omsa-hakogike-shortfilm-card{
  display:grid!important;
  grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);
  gap:0;
  color:var(--ink,#172432)!important;
  background:#f7f8f8;
  text-decoration:none!important;
  overflow:hidden;
}
.omsa-hakogike-shortfilm-image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#e9edef}
.omsa-hakogike-shortfilm-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}
.omsa-hakogike-shortfilm-card:hover .omsa-hakogike-shortfilm-image img{transform:scale(1.02)}
.omsa-hakogike-shortfilm-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:rgba(255,255,255,.92);color:#0f2947;font-size:22px;padding-left:4px;box-shadow:0 12px 32px rgba(0,0,0,.12)}
.omsa-hakogike-shortfilm-copy{display:flex;flex-direction:column;justify-content:center;padding:34px}
.omsa-hakogike-shortfilm-copy small{color:var(--cyan,#10a9b5);font-size:10px;font-weight:800;letter-spacing:.16em}
.omsa-hakogike-shortfilm-copy strong{margin-top:12px;font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",Georgia,serif;font-size:clamp(24px,2.5vw,34px);line-height:1.4}
.omsa-hakogike-shortfilm-copy em{margin-top:22px;color:#65727a;font-size:11px;font-style:normal;letter-spacing:.06em}

@media(max-width:900px){
  .omv2-social-grid:has(.omsa-threads-social-card){grid-template-columns:1fr}
  .omsa-threads-post-grid{grid-template-columns:1fr}
  .omsa-threads-latest-head{align-items:flex-start;flex-direction:column}
  .omsa-hakogike-shortfilm{padding:58px 18px}
  .omsa-hakogike-shortfilm-head{grid-template-columns:1fr;gap:14px}
  .omsa-hakogike-shortfilm-card{grid-template-columns:1fr}
  .omsa-hakogike-shortfilm-copy{padding:24px 20px 26px}
}
@media(max-width:680px){
  .omsa-threads-latest{margin-top:28px;padding-top:28px}
  .omsa-threads-heading{font-size:27px!important}
  .omsa-threads-post>a{padding:17px}
  .omsa-threads-post-media{margin:-17px -17px 15px}
  .omsa-hakogike-shortfilm-head h2{font-size:30px!important}
  .omsa-hakogike-shortfilm-head>p{font-size:12px}
  .omsa-hakogike-shortfilm-play{width:58px;height:58px;font-size:18px}
}

/* JOURNAL: live Threads replacement */
.omsa-journal-threads-live{
  margin:0;
  padding:72px clamp(22px,5vw,76px);
  background:#f5f3ed;
  color:var(--ink,#172432);
}
.omsa-journal-threads-live > *{max-width:1320px;margin-left:auto;margin-right:auto}
.omsa-journal-threads-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:28px;
  margin-bottom:28px;
}
.omsa-journal-threads-head h2{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  color:var(--ink,#172432)!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",Georgia,serif!important;
  font-size:clamp(28px,3vw,44px)!important;
  line-height:1.45!important;
  font-weight:700!important;
}
.omsa-journal-threads-head h2:before,.omsa-journal-threads-head h2:after{content:none!important;display:none!important}
@media(max-width:680px){
  .omsa-journal-threads-live{padding:54px 18px}
  .omsa-journal-threads-head{align-items:flex-start;flex-direction:column;gap:16px}
  .omsa-journal-threads-head h2{font-size:29px!important}
}

/* v1.4 profile icons: exact supplied artwork, no regeneration */
.omsa-profile-social-icon{
  width:64px!important;
  height:64px!important;
  min-width:64px!important;
  display:flex!important;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:50%;
  color:inherit!important;
}
.omsa-profile-social-icon img{
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:cover;
  border-radius:50%;
}
.omsa-threads-author{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.omsa-threads-avatar{
  display:block;
  width:28px;
  height:28px;
  min-width:28px;
  border-radius:50%;
  object-fit:cover;
}
.omsa-threads-post-meta .omsa-threads-author strong{
  margin:0;
}
@media(max-width:680px){
  .omsa-profile-social-icon{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
  }
  .omsa-threads-avatar{
    width:26px;
    height:26px;
    min-width:26px;
  }
}
